Re: [Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread Claudio Kuenzler
I've made good experience with check_cisco.pl by Ran Leibman: https://github.com/ranl/IT/blob/master/Nagios/check-cisco.pl You have to be aware though, that by default the memory check works backwards - meaning you must define at how many percent of memory _LEFT_ you want the warning. But it's ea

Re: [Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread Jonny Mosco
Nagios exchange. http://exchange.nagios.org/ You can use check_snmp as well. On Tue, Dec 13, 2011 at 11:41 AM, moses neah wrote: > Hi all, > Where can I find a plugin to monitor cisco routers memory. I got the one > that monitors CPU, fan and temperature. > > > --

Re: [Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread Jim Avery
On 13 December 2011 16:41, moses neah wrote: > Hi all, > Where can I find a plugin to monitor cisco routers memory. I got the one > that monitors CPU, fan and temperature. I haven't tried it myself, but this one should do the trick:- http://nagios.manubulon.com/snmp_mem.html --