Hardware element down-checkpoint-gaia,secureplatform

Hardware element down-checkpoint-gaia,secureplatform

Vendor: checkpoint

OS: gaia,secureplatform

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

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

How does this work?
Check the RAID status using the built in “raid_diagnostic” command.

Why is this important?
If a RAID device is degraded, a possible loss of redundancy and disk performance may result in a severe issue.

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

chkp-os-raid_diagnostic

name: chkp-os-raid_diagnostic
description: Checks the health of a raid
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    or:
    -   os.name: gaia
    -   os.name: secureplatform
    asg:
        neq: true
comments:
    hardware-element-status:
        why: |
            If a RAID device is degraded, a possible loss of redundancy and disk performance may result in a severe issue.
        how: |
            Check the RAID status using the built in "raid_diagnostic" command.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 raid_diagnostic
    parse:
        type: AWK
        file: raid_diagnostic.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