Management service down (Non-Virtual)-checkpoint-gaia,secureplatform

Management service down (Non-Virtual)-checkpoint-gaia,secureplatform

Vendor: checkpoint

OS: gaia,secureplatform

Description:
Alert if the management component is down on a device.

Remediation Steps:
This may be due to someone stopping the management component itself, a licensing or a performance issue.

How does this work?
By using the Check Point built-in “cpstat mg” command, the status of the management server is retrieved.

Why is this important?
Unless the management services are running correctly, it might not be possible to manage other gateways.

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

cpstat-mg

name: cpstat-mg
description: Shows status of management server
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    or:
    -   os.name: gaia
    -   os.name: secureplatform
    role-management: true
    mds:
        neq: true
    mlm:
        neq: true
comments:
    mgmt-status:
        why: |
            Unless the management services are running correctly, it might not be possible to manage other gateways.
        how: |
            By using the Check Point built-in "cpstat mg" command, the status of the management server is retrieved.
        can-with-snmp: false
        can-with-syslog: false
    mgmt-status-description:
        why: |
            To check the Management status of the servcies to ensure that it can manage other gateways.
        how: |
            By using the Check Point built-in "cpstat mg" command, the status Description is retrieved of the management server is retrieved.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 cpstat mg
    parse:
        type: AWK
        file: cpstat-mg-nomds.parser.1.awk

cpstat-mg

name: cpstat-mg
description: Shows status of management server
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    or:
    -   os.name: gaia
    -   os.name: secureplatform
    role-management: true
    mds:
        neq: true
    mlm:
        neq: true
comments:
    mgmt-status:
        why: |
            Unless the management services are running correctly, it might not be possible to manage other gateways.
        how: |
            By using the Check Point built-in "cpstat mg" command, the status of the management server is retrieved.
        can-with-snmp: false
        can-with-syslog: false
    mgmt-status-description:
        why: |
            To check the Management status of the servcies to ensure that it can manage other gateways.
        how: |
            By using the Check Point built-in "cpstat mg" command, the status Description is retrieved of the management server is retrieved.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 cpstat mg
    parse:
        type: AWK
        file: cpstat-mg-nomds.parser.1.awk

cross_vendor_mgmt_component_down_novsx

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