Hello,
I’m using Centreon free with centreon_cisco_standard_snmp. Is there a way I can monitor a specific port that should always be up? For example, once it goes down for whatever reason send an alert.
Hello,
I’m using Centreon free with centreon_cisco_standard_snmp. Is there a way I can monitor a specific port that should always be up? For example, once it goes down for whatever reason send an alert.
Anyone have any suggestions?
Hi,
Is that right ?
/usr/lib/centreon/plugins//centreon_cisco_standard_snmp.pl --plugin=network::cisco::standard::snmp::plugin --mode=interfaces --hostname=’xxx’ --snmp-version='2c' --snmp-community='xxx' --interface='Gi1/0/7' --name --add-status --add-traffic --critical-status='%{admstatus}' --warning-in-traffic='90' --critical-in-traffic='98' --warning-out-traffic='90' --critical-out-traffic='98' --verbose
CRITICAL: Interface 'Gi1/0/7' Status : down (admin: down)
Interface 'Gi1/0/7' Status : down (admin: down)
my fault :)
--critical-status='%{admstatus} eq "down"' '
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.