NTP servers configured do not match requirement-checkpoint-secureplatform

NTP servers configured do not match requirement-checkpoint-secureplatform

Vendor: checkpoint

OS: secureplatform

Description:
Indeni can verify that certain NTP servers are configured on a specific device.

Remediation Steps:
Update the configuration of the device to match the requirement.

chkp-secureplatform-sysconfig_ntp

name: chkp-secureplatform-sysconfig_ntp
description: show configured NTP servers
type: monitoring
monitoring_interval: 10 minutes
requires:
    vendor: checkpoint
    os.name: secureplatform
comments:
    ntp-servers:
      why: |
        To check the configration of the NTP servers
      how: |
        By Runing the configuration in the file /etc/sysconfig/ntp
      can-with-snmp: false
      can-with-syslog: false

steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 cat /etc/sysconfig/ntp
    parse:
        type: AWK
        file: sysconfig-ntp.parser.1.awk

crossvendor_compliance_check_ntp_servers

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