Hardware element down-checkpoint-ipso

Hardware element down-checkpoint-ipso

Vendor: checkpoint

OS: ipso

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-ipso-show_sysenv

name: chkp-ipso-show_sysenv
description: Show list of hardware status
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    os.name: ipso
    asg:
        neq: true
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: stty rows 80 ; /usr/bin/nice -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