No NTP servers configured-checkpoint-secureplatform

No NTP servers configured-checkpoint-secureplatform

Vendor: checkpoint

OS: secureplatform

Description:
Many odd and complicated outages occur due to lack of clock synchronization between devices. In addition, logs may have the wrong time stamps. Indeni will alert when a device has no NTP servers configured.

Remediation Steps:
Configure one or more NTP servers to be used by this device for clock synchronization.

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

cross_vendor_no_ntp_servers

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