[Nagios-users] Trying to develop a new perl plugin

2011-01-23 Thread Nibin VM
Hello guys, I am trying to write some nagios perl plugin to monitor some services I'm responsible for. Initially I tried to write custom plugin to monitor mail queue using the following script. === #!/usr/bin/perl -w use strict; use Net::SNMP; use Getopt::Long; use lib "/usr/lib64/nag

Re: [Nagios-users] Trying to develop a new perl plugin

2011-01-24 Thread Nibin VM
t;hostname"? On Sun, Jan 23, 2011 at 10:44 PM, Boyer, Timothy A. wrote: > Permissions problem? You're running the command line as root; try running > the command line as your Nagios username. > ____ > From: Nibin VM [nibin...@piserve.com] >

Re: [Nagios-users] Trying to develop a new perl plugin

2011-01-25 Thread Nibin VM
ied\n"; > &print_usage(); > exit $ERRORS{UNKNOWN}; > } > - > > > *Eng. Alexandro Conde Martínez ->* *Alcon* > CTO, Fonet Global Inc. > Phone: +1.972.749.9970 Voip: 523663800 > a...@fonetglobal.com <http://mailto:a...@fonetglobal.com

[Nagios-users] cisco traffic monitoring

2011-05-04 Thread Nibin VM
Hi guys, I would like to monitor the traffic of my cisco routers and need to get alarmed when the traffic threshold is crossed( need to avoid bandwidth over usage ) . I have snmp enabled on my routers. Can anybody help me? -- Regards, Nibin. -

Re: [Nagios-users] cisco traffic monitoring

2011-05-04 Thread Nibin VM
plugin you are looking for is > check_snmp_int.pl > > http://nagios.manubulon.com/snmp_int.html > > <http://nagios.manubulon.com/snmp_int.html>//Marco > > On Wed, May 4, 2011 at 3:54 PM, Nibin VM wrote: > >> Hi guys, >> >> I would like to monitor the tra

Re: [Nagios-users] cisco traffic monitoring

2011-05-04 Thread Nibin VM
also..anybody can tell me what does the log file we need to specify when we use check_mrtgtraf...we don't have any such log file generated on our server by cacti On Wed, May 4, 2011 at 10:20 PM, Nibin VM wrote: > Thanks Marco..I will check it :) > > > On Wed, May 4, 2011

Re: [Nagios-users] RRDTool exits with errors -> ERROR: can't make a graph without contents

2011-06-03 Thread Nibin VM
in what mode you have configured pnp4nagios? On Fri, Jun 3, 2011 at 4:11 PM, Navdeep Sidhu wrote: > Hi > > > > I'm using Nagios 2.8 with RRD tool version 1.0.50 & PNP version 0.3 > installed. Nagios is running on RHEL-4 > > > > I'm facing an issue in RRD Tool. Recently I have configured this tool