Chassis down-checkpoint-all

Chassis down-checkpoint-all

Vendor: checkpoint

OS: all

Description:
Indeni will generate an issue when one or more chassis are down.

Remediation Steps:
Review the cause for the chassis being down.

How does this work?
Indeni uses the built-in Check Point “asg stat -v” command to retrieve the current blade state.

Why is this important?
A chassis failure can be detrimental if high-availability is not configured. Even if it is, proactively identifying a chassis failure will provide the time necessary to bring it back on.

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

chkp-asg-stat-v

name: chkp-asg-stat-v
description: Retrieve status data
type: monitoring
monitoring_interval: 5 minute
requires:
    vendor: checkpoint
    asg: true
    os.version:
        neq: R80.20SP
comments:
    chassis-state:
        why: |
            A chassis failure can be detrimental if high-availability is not configured. Even if it is, proactively
            identifying a chassis failure will provide the time necessary to bring it back on.
        how: |
            Indeni uses the built-in Check Point "asg stat -v" command to retrieve the current blade state.
        can-with-snmp: true
        can-with-syslog: false

    blade-state:
        why: |
            A down blade in the security group can mean loss of redundancy and performance.
        how: |
            Indeni uses the built-in Check Point "asg stat -v" command to retrieve the current blade state.
        can-with-snmp: false
        can-with-syslog: false

    blade-state-live-config:
        why: |
            To check the state of blade in the security group
        how: |
            Indeni uses the built-in Check Point "asg stat -v" command to retrieve the current blade state.
        can-with-snmp: false
        can-with-syslog: false

    cluster-member-active:
        why: |
            To check the cluster member state in the security group
        how: |
            Indeni uses the built-in Check Point "asg stat -v" command to retrieve the current blade state.
        can-with-snmp: false
        can-with-syslog: false

    chkp-cluster-member-active-live-config:
        why: |
            To check the cluster member state in the security group
        how: |
            Indeni uses the built-in Check Point "asg stat -v" command to retrieve the current Chassis state.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 asg stat -i local_id && ${nice-path} -n 15 asg stat -v
    parse:
        type: AWK
        file: asg-stat-v.parser.1.awk

CrossVendorChassisDown

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