CPU Utilization for Switches and Firewall
Posted: Thu Jul 19, 2018 11:57 pm
Hi Team,
We are not able to monitor CPU Utilization on Critical Switch and Firewalls with below configuration it's giving o/p as "SNMP OK - Such Instance currently exists at this OID". We also want graph to be monitored. Please suggest.
Cisco Switch CPU Monitoring
OID - cpmCPUTotal5minRev
MIB - CISCO-PROCESS-MIB
------------------------
Cisco Firewall CPU Monitoring
OID - cpmCPUTotalTable
MIB - CISCO-PROCESS-MIB
In Nagios, we are using below configurations. We tried by passing arguments in check_command for warning and critical but it didn't work.
define service {
host_name liebertA
service_description Liebert Current Temp
use xiwizard_snmp_service
check_command check_xi_service_snmp! -o cpmCPUTotal5minRev -C *N4gi0s* -P 2c -m CISCO-PROCESS-MIB
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard snmp
register 1
}
We are not able to monitor CPU Utilization on Critical Switch and Firewalls with below configuration it's giving o/p as "SNMP OK - Such Instance currently exists at this OID". We also want graph to be monitored. Please suggest.
Cisco Switch CPU Monitoring
OID - cpmCPUTotal5minRev
MIB - CISCO-PROCESS-MIB
------------------------
Cisco Firewall CPU Monitoring
OID - cpmCPUTotalTable
MIB - CISCO-PROCESS-MIB
In Nagios, we are using below configurations. We tried by passing arguments in check_command for warning and critical but it didn't work.
define service {
host_name liebertA
service_description Liebert Current Temp
use xiwizard_snmp_service
check_command check_xi_service_snmp! -o cpmCPUTotal5minRev -C *N4gi0s* -P 2c -m CISCO-PROCESS-MIB
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard snmp
register 1
}