Re: [Nagios-users] Vedr.: Snmp - How do you use yours?

2006-11-30 Thread Ingo Lantschner
Thomas Jens Lauritsen schrieb: > I use snmp combined with selfmade bash plugins to get the following values. > > Antivirus_check - how old are our DATfiles - are they regulary updated > if not - we get a warning hmh, fine. Please what plugin are you using for that? I could need it here :-) TIA

[Nagios-users] [nrpe] "Unable to read output"

2006-11-30 Thread atstake atstake
I compiled nrpe without SSL & when I try to connect to the remote nrpe daemon it says "Unable to read output" [EMAIL PROTECTED]:/usr/local/nagios/libexec # ./check_nrpe -n -H 172.16.20.5 -c check_disk1 NRPE: Unable to read output First, I started the stand-alone daemon - [EMAIL PROTECTED]:/home/

Re: [Nagios-users] email notifications

2006-11-30 Thread Hugo van der Kooij
On Thu, 30 Nov 2006, Abegail Pungtilan wrote: > I'm new to nagios world with basic knowledge in unix. My boss ask me to > enable setup email notifications on our nagios and I'm having a hard time how > / where to start. Could someone give me hints / tips on this it would be > highly appreciated

[Nagios-users] email notifications

2006-11-30 Thread Abegail Pungtilan
Dear All, I'm new to nagios world with basic knowledge in unix. My boss ask me to enable setup email notifications on our nagios and I'm having a hard time how / where to start. Could someone give me hints / tips on this it would be highly appreciated? Many thanks. Regards, Abegail B. Pu

[Nagios-users] New WMI Plugins posted to NagiosExchange

2006-11-30 Thread Peter Mui
These newly posted WMI Plugins greatly simplify the process of monitoring Windows servers and applications. They allow access to almost all Windows WMI properties through just this handful of plugins. They're posted at: http://www.nagiosexchange.org/NRPE_Plugins.66.0.html?&tx_netnagext_pi1

Re: [Nagios-users] check_nt and MSSQL$SQLEXPRESS

2006-11-30 Thread Steve Shipway
> define command{ > command_namecheck_nt_services > command_line$USER1$/check_nt -H $HOSTADDRESS$ -v > SERVICESTATE -l $ARG1$ > } Put single quotes around the argument, thus: command_line$USER1$/check_nt -H $HOSTADDRESS$ -v SERVICESTATE -l '$ARG1$' Na

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Owen Berry
I'm not too sure, but I have seen other people report this happening when issuing a restart to the init script. The recommended way seems to be to do a stop, wait for everything to settle and then a start. Although that was supposed to have been fixed in more recent versions. Owen On 11/30/06, Ma

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Mark Hennessy
But how could two Nagios processes start like that? -- Mark Hennessy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Owen Berry > Sent: Thursday, November 30, 2006 3:26 PM > To: Nagios Users mailinglist > Subject: Re: [Nagios-users] Nagios 2.5

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Owen Berry
Check the start times of those processes. There should be 1 with the time that you originally started Nagios. Any others should be pretty close to the current time, which would indicate they're forked processes. If you suspect multiple Nagios's running, I would stop it the usual way, wait a bit an

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Mark Hennessy
Nothing of note appears. :( Is it usually the case that when no checks are running that there would be two instances of the Nagios process running? nagios 53577 90.2 0.1 2840 2064 ?? R12:37PM 146:50.41 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 76606 0.0

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Owen Berry
And if you check the Nagios log file - anything catch your eye? Like lots of a particualr type of event being processed. Just an idea. Owen On 11/30/06, Mark Hennessy <[EMAIL PROTECTED]> wrote: > I'm running lots of custom plugins, mostly perl scripts. > > ps auxww| grep nagios just shows me two

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Mark Hennessy
I'm running lots of custom plugins, mostly perl scripts. ps auxww| grep nagios just shows me two instances of the nagios executable, nrpe, and apache. This one is the one that's currently eating over 90% of my clock cycles: nagios 53577 95.1 0.1 2840 2064 ?? R12:37PM 107:55.00 /usr/loc

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Jason . Shein
Also try the following. It is possible a particular command that you have entered into nagios is hanging. Are you running any non-standard plugins? # ps -aux | grep nagios ___ Jason Shein Network Administrator – Linux S

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Mark Hennessy
OK, I did that, but perhaps I'm missing something. The default fields provided for the output of lsof are: COMMAND PIDUSER FD TYPE DEVICE SIZE/OFF NODE NAME When I grep for "local/nagios" to filter out other things that may be running as the nagios user, I get: nagios

Re: [Nagios-users] repost: nagios-plugins on Solaris 9 --with-ps-command

2006-11-30 Thread Darren Dunham
> No matter what I use, during the configure process I get: > > checking for ps... /usr/bin/ps > checking for ps syntax... using nagios-plugins internal ps for solaris > > The pst3 command does not work for me. check_procs is broken anyway, > so it just hangs until timeout when pst3 fails. > >

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Jason . Shein
Try the following to see what part of the nagios process is consuming all of the resources #lsof | grep nagios | less ___ Jason Shein Network Administrator – Linux Systems Iovate Health Sciences Inc. 5100 Spectrum Way M

[Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Mark Hennessy
I'm using FreeBSD 6.1 and Nagios 2.5 I've just noticed my Nagios 2.5 installation doing something weird. I have just under services being monitored by this instance of Nagios and I see this in top: 53577 nagios 1 1190 2840K 2064K RUN0 54:12 87.35% nagios It's been doing that

[Nagios-users] repost: nagios-plugins on Solaris 9 --with-ps-command

2006-11-30 Thread Andy Harrison
Could anyone please help me with the proper syntax for the configure line? No matter what I use, during the configure process I get: checking for ps... /usr/bin/ps checking for ps syntax... using nagios-plugins internal ps for solaris The pst3 command does not work for me. check_procs is broken

Re: [Nagios-users] Snmp - How do you use yours?

2006-11-30 Thread Hari Sekhon
OID=object identifier see http://www.net-snmp.com/ best not to hijack other people's threads, you should start your own if you have a different question. -h Hari Sekhon [EMAIL PROTECTED] wrote: Hey Hari (List), -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL

[Nagios-users] radauth problem

2006-11-30 Thread Felipe Neuwald
Hi Folks, I'm trying to start monitoring my radius server and I'm having some problem with radauth (http://www.nagiosexchange.org/Networking.53.0.html?&tx_netnagext_pi1%5Bp_view%5D=345). If I do a test with radauth, with the following command line: [EMAIL PROTECTED] /home/felipe/radauth/rad