Re: [Nagios-users] Nagios 3.3.1, event brokers, and debug.

2012-02-23 Thread Sven Nierlein
Hi Mike, Please don't hijack other threads. On 2/23/12 4:31, Mike Lindsey wrote: I'm trying to test out mod_gearman, but I don't see any message about the event broker loading in the main logfile, and enabling debug logging just results in a blank debug log file. From nagios.cfg:

Re: [Nagios-users] number of notification per host

2012-02-23 Thread FTL Nagios
Doesn’t the counter get reset as the log is rotated daily in Nagios 3? On the web interface if you click your host and then View Notifications for this host – you can click the arrows for Earlier Archive and it will go back through the log files stored in the archive folder for each previous

[Nagios-users] R: number of notification per host

2012-02-23 Thread Marco Borsani
Thanks, I know the Earlier Archive, but I need to see the notification counter in the host details Da: FTL Nagios [mailto:ftlnag...@gmail.com] Inviato: giovedì 23 febbraio 2012 11:21 A: 'Nagios Users List' Oggetto: Re: [Nagios-users] number of notification per host Doesn’t the

[Nagios-users] About check_by_ssh

2012-02-23 Thread Carlos Albornoz
Hi, i try to run a check_by_ssh, my ssh config is here http://pastebin.com/jvSZSAvR but when i run ./check_by_ssh -H desthost -C /pathto/check_any -l destuser i get check_by_ssh: Invalid hostname/address - desthost i try to search why, but i dont find info maybe the script dont work with

Re: [Nagios-users] Nagios 3.3.1, event brokers, and debug.

2012-02-23 Thread Mike Lindsey
On 2/23/12 2:16 AM, Sven Nierlein wrote: Hi Mike, Please don't hijack other threads. Apologies. Unintentional thread header jacking. Make sure you have eventbroker handling compiled in. (--enable-event-broker). Also consider using the latest stable 3.2.3 which has been successfully

Re: [Nagios-users] Nagios 3.3.1, event brokers, and debug.

2012-02-23 Thread Sven Nierlein
On 2/23/12 19:33, Mike Lindsey wrote: Turns out that's the problem. I've rebuilt from source and it loads, now to get our package maintainer to rebuild the package. And to figure out why mod_gearman_worker's children keep segfaulting. Seems to be freebsd related. A colleague could

Re: [Nagios-users] Nagios 3.3.1, event brokers, and debug.

2012-02-23 Thread Mike Lindsey
On 2/23/12 10:50 AM, Sven Nierlein wrote: On 2/23/12 19:33, Mike Lindsey wrote: Turns out that's the problem. I've rebuilt from source and it loads, now to get our package maintainer to rebuild the package. And to figure out why mod_gearman_worker's children keep segfaulting. Seems to

[Nagios-users] check_http fails for two Sprint sites

2012-02-23 Thread Frank Bulk
Starting this morning two IPv6 sites, www.sprint.net and www.sprintv6.net failed to pass check_http. What's strange is that the v4 version of www.sprint.net also fails. I see that there are 302's (redirection) to the secure version of the site, but using the '-f follow' command doesn't help,

Re: [Nagios-users] check_http fails for two Sprint sites

2012-02-23 Thread Joerg Linge
Hi Frank, your side does not respond to http requests OMD[gearman]:~$ ./lib/nagios/plugins/check_http -6 -H www.sprint.net CRITICAL - Socket timeout after 10 seconds OMD[gearman]:~$ ./lib/nagios/plugins/check_http -H www.sprint.net CRITICAL - Socket timeout after 10 seconds HTTPS works well

Re: [Nagios-users] check_http fails for two Sprint sites

2012-02-23 Thread Frank Bulk
So if wget can follow redirects from insecure to secure sites, why can't check_http? Frank -Original Message- From: Joerg Linge [mailto:pitchf...@ederdrom.de] Sent: Thursday, February 23, 2012 11:40 PM To: Nagios Users List Subject: Re: [Nagios-users] check_http fails for two Sprint

Re: [Nagios-users] check_http fails for two Sprint sites

2012-02-23 Thread Joerg Linge
OK, more tests. check_http with verbose output OMD[gearman]:~$ ./lib/nagios/plugins/check_http -vv -H www.sprint.net GET / HTTP/1.1 User-Agent: check_http/v1.4.15 (nagios-plugins 1.4.15) Connection: close Host: www.sprint.net CRITICAL - Socket timeout after 10 seconds so lets test with low