[Nagios-users] using check_snmp_ifstatus.pl plugin for windows servers

2008-08-25 Thread Dhaval Thakar
hi, i am using check_snmp_ifstatus.pl downloaded from http://shawnflynn.com/2008/08/13/nagios-plugincheck_snmp_ifstatuspl/ this is very good tool to monitor interface utilization. i want to use it in the replacement of mrtg. this works fine for the linux systems (as in interface i need to mentio

Re: [Nagios-users] Initial problems

2008-08-25 Thread Taylor Dondich
First off, the Nagios output states it is Nagios 3.0.1, not Nagios 2.x. This is fine, just refer to the Nagios 3 documentation as some things have changed, such as the first couple of warnings. First off, it looks like you have a permissions issue on the /usr/local/nagios/log directory. Make sur

[Nagios-users] Initial problems

2008-08-25 Thread scott
Greetings I am just starting to use nagios and it looks promising. Along with the documentation supplied, I am also using the text from the book Pro Nagios 2.0 by James Turnbull. The version of nagios is 2.0 February 06, 2006 as this came with the SuSE Linux 11.0. Tried starting na

Re: [Nagios-users] ndoutils Query optimisation

2008-08-25 Thread Simon Finch
Hi Alan, Up to yesterday I had a similar problem with our NDO db on the same spec box as yours. Are your tables primarily type innodb like mine ? I am asking as my NDO db was created by Centreon's install script and not the normal way, if so then the following may help. Your initial post show

Re: [Nagios-users] external command to enable all active service checks

2008-08-25 Thread Mathieu Gagné
This should be the answer: START_EXECUTING_SVC_CHECKS http://www.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=41 Mathieu Robert Anderson wrote: > I am setting up a failover nagios instance as described here. > > http://nagios.sourceforge.net/docs/3_0/redundancy.html#scen

[Nagios-users] external command to enable all active service checks

2008-08-25 Thread Robert Anderson
I am setting up a failover nagios instance as described here. http://nagios.sourceforge.net/docs/3_0/redundancy.html#scenario_2 I have looked through the external commands but cannot find one that will enable or disable all active service checks. Am I missing something? I have found external comm

Re: [Nagios-users] checks, notifications don't work after time period exception

2008-08-25 Thread Jon Angliss
On Mon, 25 Aug 2008 13:38:28 -0400, "Seth Simmons" <[EMAIL PROTECTED]> wrote: >The system date is correct and Nagios is showing the correct day and >time on the status page. If I stop Nagios, I don't see any other Nagios >processes running. The two templates here have not been touched. I >looke

Re: [Nagios-users] nrpe and check_mailq

2008-08-25 Thread Marc Powell
On Aug 25, 2008, at 5:16 PM, Kevin Freels wrote: > *AND* I can run check_mailq on the FreeBSD box as a mortal user (me), > but not on the Linux box. I did notice that version of Perl on the > Linux > box is 5.8.0, while the working FreeBSD is 5.005. Perl on the > FreeBSD is > also chgrp'd to

Re: [Nagios-users] nrpe and check_mailq

2008-08-25 Thread Matthew Pounsett
On 25-Aug-2008, at 18:16 , Kevin Freels wrote: I'm also not comfortable adding a generic user ('nagios') to sudo. I realize I can restrict the commands the user can use, but still I'm not sure if this applies to your system or not, but you might be able to get away with just adding the

Re: [Nagios-users] nrpe and check_mailq

2008-08-25 Thread Kevin Freels
Okay, I started to go down the sudo path until I realized I have other systems that check_mailq works just fine on without having to be root. The difference is that the system it works on is a FreeBSD and the system that's choking is Linux. check_mailq on the working system is running as the same

Re: [Nagios-users] %40 in acknowledgement

2008-08-25 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Breite wrote: > We are using Nagios 2.9 and when someone acknowledges an alert it > populates the Author(Your name) field with > > username%40domainname. This should be [EMAIL PROTECTED] > > Any ideas on how to make the @ appear properly? My

[Nagios-users] %40 in acknowledgement

2008-08-25 Thread Charles Breite
We are using Nagios 2.9 and when someone acknowledges an alert it populates the Author(Your name) field with username%40domainname. This should be [EMAIL PROTECTED] Any ideas on how to make the @ appear properly? Thanks -

Re: [Nagios-users] checks, notifications don't work after time period exception

2008-08-25 Thread Seth Simmons
The system date is correct and Nagios is showing the correct day and time on the status page. If I stop Nagios, I don't see any other Nagios processes running. The two templates here have not been touched. I looked at both and have 24x7 for all times which is the default. I just modified the ti

Re: [Nagios-users] Checking Windows Services with stupid names.

2008-08-25 Thread Michael Medin
Klaus Umbach skrev: > 2008/8/25 Michael Medin <[EMAIL PROTECTED] > > > I would say: use NRPE instead :) > > but perhaps this is a bug, I have seen the reports on and off but > haven't had time to look into it (since it is so easily solved > with NRPE) > > >

Re: [Nagios-users] checks, notifications don't work after time period exception

2008-08-25 Thread Mark Young
Hi Seth, On Aug 25, 2008, at 8:05 AM, Seth Simmons wrote: > We have a qa group overseas that will work on our customer sites > during the US overnight. To avoid false alerts, I added a time > exception so notifications are not sent out between 4am and 5:30am. > The problem is, after the e

Re: [Nagios-users] Checking Windows Services with stupid names.

2008-08-25 Thread Klaus Umbach
2008/8/25 Michael Medin <[EMAIL PROTECTED]> > I would say: use NRPE instead :) > > but perhaps this is a bug, I have seen the reports on and off but haven't > had time to look into it (since it is so easily solved with NRPE) > NRPE? To check a Windows-Box? No, that's not really funny... I found

[Nagios-users] checks, notifications don't work after time period exception

2008-08-25 Thread Seth Simmons
We have a qa group overseas that will work on our customer sites during the US overnight. To avoid false alerts, I added a time exception so notifications are not sent out between 4am and 5:30am. The problem is, after the exception, Nagios (3.0.3) won't send notifications, neither are checks perf

[Nagios-users] Checking Windows Services with stupid names.

2008-08-25 Thread Klaus Umbach
Hi, I have a service on a windows-box to check, which has a "&" in the name. (With check_nt and nsclient++) with 'SERVICESTATE -l "Foo & Bar"' it checks for the services 'foo' and 'bar' , \&, \\\& and using ' instead of " did'n't help. How do I check this? Cheers Klaus -- First Official Inter

Re: [Nagios-users] check_ntp_peer

2008-08-25 Thread Andreas Ericsson
Tijn wrote: >> Not all servers support NTP Control packets used by check_ntp_peer. Do >> you get anything with this command? >> >> ntpq -p myname >> >> > Yes thanks, Openntpd doesn't support ntpq. On the Openbsd-misc list > there was an aswer from Henning Brauer {= developer of OpenNTPD): > On