License usage limit approaching-checkpoint-all

License usage limit approaching-checkpoint-all

Vendor: checkpoint

OS: all

Description:
Some licenses are limited to a certain number of elements (such as maximum users). If any of the licenses is nearing its limit, an alert will be issued.

Remediation Steps:
Consider purchasing additional licenses.

How does this work?
By using the Check Point built-in “vsx stat” command, the current usage and license limit is retrieved.

Why is this important?
Reaching the limit on number of virtual systems allowed, means no new virtual systems can be created.

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

chkp-vsx-stat-monitoring

name: chkp-vsx-stat-monitoring
description: Collect VSX data
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    vsx: 'true'
    role-firewall: true
    asg:
        neq: 'true'

comments:
    license-elements-used:
        why: |
            Reaching the limit on number of virtual systems allowed, means no new virtual systems can be created.
        how: |
            By using the Check Point built-in "vsx stat" command, the current usage and license limit is retrieved.
        can-with-snmp: false
        can-with-syslog: false

    license-elements-limit:
        why: |
            To check the limit of number of virtual systems allowed.
        how: |
            By using the Check Point built-in "vsx stat" command, the current usage and license limit is retrieved.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 fw vsx stat -v
    parse:
        type: AWK
        file: vsx-stat-monitoring.parser.1.awk

chkp-vsx-stat-monitoring

name: chkp-vsx-stat-monitoring
description: Collect VSX data
type: monitoring
monitoring_interval: 5 minutes
requires:
    vendor: checkpoint
    vsx: 'true'
    role-firewall: true
    asg:
        neq: 'true'

comments:
    license-elements-used:
        why: |
            Reaching the limit on number of virtual systems allowed, means no new virtual systems can be created.
        how: |
            By using the Check Point built-in "vsx stat" command, the current usage and license limit is retrieved.
        can-with-snmp: false
        can-with-syslog: false

    license-elements-limit:
        why: |
            To check the limit of number of virtual systems allowed.
        how: |
            By using the Check Point built-in "vsx stat" command, the current usage and license limit is retrieved.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 fw vsx stat -v
    parse:
        type: AWK
        file: vsx-stat-monitoring.parser.1.awk

license_usage_limit

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