[Nagios-users] Nagios checks and DNS queries

2008-12-02 Thread Dirk H. Schulz
Hi folks, I have two servers running Nagios, one is 2.3.1 on Debian, the other 3.0.5 on CentOS. With both I have a peculiar problem: Both of the servers have 3 different nameserves in /etc/resolv.conf, but when the first nameserver fails, then more than half of the service checks fail ("plugin

Re: [Nagios-users] acknoweledgement notification

2008-12-02 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oscar Soto wrote: > How can do for Nagios 3.0.2 don't send Acknowledgement notification to > email? Have you considered: - to upgrade to the latest 3.0 version? - to include relevant information beyond the version number? - to ask a friend to he

Re: [Nagios-users] Nagiosgraph graphs have gaps

2008-12-02 Thread Steve Burton
>> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> Steve Burton wrote: >>> Hi, >>> >>> I have nagios 3.0.4 running on FreeBSD and I'm using nagiosgraph to >>> generate rrd's on the data. I'm visualizing the data with both >>> nagiosgraph and drraw. >>> >>> My problem is that the

[Nagios-users] problem with timeperiod configuration

2008-12-02 Thread Dan McManus
Notifications aren't sent to a group if a particular line is active in my timeperiods.cfg file: define timeperiod{ nameweekdays timeperiod_name weekdays alias Normal Day Coverage monday 06:00-18:00 tuesday 06:00-18:00

Re: [Nagios-users] nsclient++ nsca and scripts

2008-12-02 Thread Curtis LaMasters
Thank you very much. It's quite simple how you layed it out. I appreciate that. NSClient++ + External Scripts = Awesome. Curtis LaMasters http://www.curtis-lamasters.com http://www.builtnetworks.com On Mon, Dec 1, 2008 at 2:36 AM, Michael Medin <[EMAIL PROTECTED]> wrote: > Hello, > > Sorry fo

[Nagios-users] Monitoring HP Hardware - NRPE/NSCA on Windows

2008-12-02 Thread Curtis LaMasters
What is the best method for doing this. I would prefer to have some sort of script that parses information on the remote host on HP hardware. I have found a few that use SNMP but I'm not sure how that works with NRPE/NSCA. For Dell hardware I use check_dell.exe from http://www.itefix.no. Anythin

[Nagios-users] acknoweledgement notification

2008-12-02 Thread Oscar Soto
hello everyone!!! How can do for Nagios 3.0.2 don't send Acknowledgement notification to email? thank you!! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based app

Re: [Nagios-users] Alternating Notification Commands

2008-12-02 Thread Steven Kreuzer
I am trying to avoid that because it seems like it would get fairly difficult to manage and makes the config alot more difficult to read, especially if you happen to have a whole bunch of people who need to receive alerts. But from what I can tell, this looks like the only possible solution O

Re: [Nagios-users] Alternating Notification Commands

2008-12-02 Thread Seth Simmons
You want to configure Nagios to send alerts by email during the day by sms the rest of the time? Why don't you just create 2 separate contact definitions, one for email and one for sms with different time definitions? Would look something like this: define contact{ contact_name

[Nagios-users] Alternating Notification Commands

2008-12-02 Thread Steven Kreuzer
Greetings- In addition to the two included commands for sending notifications, I defined two new ones called notify-host-by-sms and notify-service-by- sms. What I would like to do is configure nagios to have it send alerts by email during normal business hours and send alerts by sms the rest

[Nagios-users] Service dependency didn't work

2008-12-02 Thread Chris Adams
I have some network interfaces that I monitor both by SNMP and by ping. I then define a service dependency such that the ping service depends on the SNMP service (no sense pinging if SNMP reports the physical layer down). Last night, one of these interfaces went down, and I was alerted for both se