Hardware element down-checkpoint-gaia

Hardware element down-checkpoint-gaia

Vendor: checkpoint

OS: gaia

Description:
Alert if any hardware elements are not operating correctly.

Remediation Steps:
Troubleshoot the hardware element as soon as possible.

How does this work?
Use clish “show sysenv all” command to list hardware health.

Why is this important?
It is not uncommon for hardware components to fail inside a device without the device itself failing. In such an event they need to be replaced quickly.

Without Indeni how would you find this?
An administrator could login and manually run the command.

chkp-gaia-show_sysenv

name: chkp-gaia-show_sysenv
description: Show list of hardware status
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    os.name: gaia
    asg:
        neq: 'true'
    os.version.num:
        compare-type: version-compare
        op: "<"
        value: "80.20"
comments:
    hardware-element-status:
        why: |
            It is not uncommon for hardware components to fail inside a device without the device itself failing. In such an event they need to be replaced quickly.
        how: |
            Use clish "show sysenv all" command to list hardware health.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 clish -c 'show sysenv all'
    parse:
        type: AWK
        file: show-sysenv.parser.1.awk

cross_vendor_hardware_element_status

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