Hardware element down-gigamon-GigaVUE-OS
Vendor: gigamon
OS: GigaVUE-OS
Description:
Alert if any hardware elements are not operating correctly.
Remediation Steps:
Troubleshoot the hardware element as soon as possible.
How does this work?
Using the “show cards” command and parsing the output
Why is this important?
Card failures can only be detected via CLI
Without Indeni how would you find this?
Login to the device’s CLI, change to enable mode and issue “show cards”. This will present a table with cards and their statuses.
gigamon-show-cards
name: gigamon-show-cards
description: Show cards
type: monitoring
monitoring_interval: 5 minutes
requires:
vendor: gigamon
os.name: GigaVUE-OS
privileged-mode: 'true'
comments:
hardware-element-status:
why: |
Card failures can only be detected via CLI
how: |
Using the "show cards" command and parsing the output
can-with-snmp: false
can-with-syslog: false
steps:
- run:
type: SSH
command: show cards
parse:
type: AWK
file: gigamon-show-cards.parser.1.awk
cross_vendor_hardware_element_status
Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/rules/templatebased/crossvendor/cross_vendor_hardware_element_status.scala