Plugin to monitor network and CPU from a Cisco 3600 router

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
juliobaglivo
Posts: 9
Joined: Fri Sep 23, 2011 9:08 am

Plugin to monitor network and CPU from a Cisco 3600 router

Post by juliobaglivo »

Hi all, this time I'm looking for a plugin that allows to monitor the cpu and the networks adapters from a Cisco 3600 router. Could you please inform me if you know a plug in with that characteristics??
Thanks in advance
Julio Balglivo
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Plugin to monitor network and CPU from a Cisco 3600 rout

Post by jsmurphy »

To monitor the CPU stats of our Cisco gear we use: http://nagios.manubulon.com/snmp_load.html

We use SNMP queries to monitor specific critical interfaces actively... something kinda like:

define service{
use <service-template>
host_name <hostname>
service_description Critical interfaces te1/1 te1/2 te1/3
check_command check_snmp!-C <community string> -o ifOperStatus.1 -r 1, -o ifOperStatus.2 -r 1, -o ifOperStatus.3 -r 1
contact_groups <contacts>
}

If you want all interfaces... I would set up passive SNMP monitoring.
juliobaglivo
Posts: 9
Joined: Fri Sep 23, 2011 9:08 am

Re: Plugin to monitor network and CPU from a Cisco 3600 rout

Post by juliobaglivo »

Thank you very much for your help, that's solve our problem.
Kind regards
Julio Baglivo
Locked