Features enabled do not match across cluster members-f5-all

Features enabled do not match across cluster members-f5-all

Vendor: f5

OS: all

Description:
Indeni will identify when two devices are part of a cluster and alert if the features they have enabled are different.

Remediation Steps:
Review the licensing and enabled features or modules on each device to ensure they match.

How does this work?
This script uses the F5 iControl REST API to retrieve the provisioned modules of vCMP guests.

Why is this important?
This metric gives an administrator an easy way to get an overview of the vCMP guest configuration by listing the provisioned modules.

Without Indeni how would you find this?
This metric is available by logging into the device with SSH, entering TMSH and executing the command “show vcmp health module-provision”.

f5-rest-mgmt-tm-vcmp-health-modules-provision

name: f5-rest-mgmt-tm-vcmp-health-modules-provision
description: Extracts the vCMP guests provisioned modules
type: monitoring
monitoring_interval: 60 minutes
requires:
    vendor: f5
    product: load-balancer
    rest-api: 'true'
    vsx: 'true'
comments:
    features-enabled:
        why: |
            This metric gives an administrator an easy way to get an overview of the vCMP guest configuration by listing the provisioned modules.
        how: |
            This script uses the F5 iControl REST API to retrieve the provisioned modules of vCMP guests.
        can-with-snmp: false
        can-with-syslog: false
steps:
-   run:
        type: HTTP
        command: /mgmt/tm/vcmp/health/module-provision
    parse:
        type: JSON
        file: rest-mgmt-tm-vcmp-health-modules-provision.parser.1.json.yaml

cross_vendor_features_enabled_comparison_vsx

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