SNMP enablement setting does not match across cluster members-checkpoint-gaia-embedded

SNMP enablement setting does not match across cluster members-checkpoint-gaia-embedded

Vendor: checkpoint

OS: gaia-embedded

Description:
Indeni will identify when two devices are part of a cluster and alert if the SNMP settings do not match.

Remediation Steps:
Ensure all of the SNMP settings are configured correctly on all cluster members.

chkp-embedded-clish_show_snmp_agent

name: chkp-embedded-clish_show_snmp_agent
description: Run "show snmp agent" over clish
type: monitoring
monitoring_interval: 60 minutes
requires:
    vendor: checkpoint
    os.name: gaia-embedded
comments:
    snmp-enabled:
      why: |
        To check if the snmp agent is enabled or not
      how: |
        By running the Check point clish command "show snmp agent"
      can-with-snmp: false
      can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 clish -c "show snmp agent"
    parse:
        type: AWK
        file: show-snmp-agent-embedded.parser.1.awk

cross_vendor_snmp_enabled_comparison

Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/rules/templatebased/crossvendor/cross_vendor_snmp_enabled_comparison.scala