License usage limit approaching-radware-alteon-os

License usage limit approaching-radware-alteon-os

Vendor: radware

OS: alteon-os

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?
This alert uses the Alteon API “ip-address/config/AgLicenseCapacityInfoTable” to pull License Capacity Table and looks at the license utilization.

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?
Login to the device through SSH and find license utilization, or run API command “ip-address/config/AgLicenseCapacityInfoTable”.

radware-api-config-aglicensecapacityinfotable

name: radware-api-config-aglicensecapacityinfotable
description: Determine license usage
type: monitoring
monitoring_interval: 1 minute
requires:
    os.name: alteon-os
    vendor: radware
comments:
    license-elements-limit:
        why: |
            Depending on platform and license a unit may have a limit to how much it will handle. This metric keeps track of the usage of licenses with capacity limits.
        how: |
            This alert uses the Alteon API to pull License Capacity Table and looks at the license capacity.
        can-with-snmp: true
        can-with-syslog: false
    license-elements-used:
        why: |
            Reaching the limit on number of virtual systems allowed, means no new virtual systems can be created.
        how: |
            This alert uses the Alteon API "ip-address/config/AgLicenseCapacityInfoTable" to pull License Capacity Table and looks at the license utilization.
        can-with-snmp: false
        can-with-syslog: false
steps:
    -   run:
            type: HTTP
            command: /config/AgLicenseCapacityInfoTable
        parse:
            type: AWK
            file: api-config-aglicensecapacityinfotable.parser.1.awk

radware-api-config-aglicensecapacityinfotable

Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/parsers/src/radware/alteon/api-config-aglicensecapacityinfotable/api-config-aglicensecapacityinfotable.ind.yaml

license_usage_limit

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