Page 1 of 1

Plugin to monitor network and CPU from a Cisco 3600 router

Posted: Sun Sep 25, 2011 3:07 pm
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

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

Posted: Sun Sep 25, 2011 8:42 pm
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.

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

Posted: Mon Sep 26, 2011 8:43 am
by juliobaglivo
Thank you very much for your help, that's solve our problem.
Kind regards
Julio Baglivo