[Nagios-users] nagios3 over fcgid+apache2?

2013-08-19 Thread b2
is that possible? i got working apache2+mod_fcgid setup, but nagios cgi's isnt working. in apache error logs i got: getcgivars(): Unsupported REQUEST_METHOD - '' I'm guessing you're trying to execute the CGI from a command line. In order to do that, you need to set the REQUEST_METHOD

Re: [Nagios-users] nagios3 over fcgid+apache2?

2013-08-19 Thread b2
On Mon, 2013-08-19 at 12:40 +0200, Sven Nierlein wrote: Hi, No, thats not possible and it makes no sense to run the nagios cgis with fastcgi or fcgid. You would need to rewrite tons of code in the nagios cgis and would gain almost no performance improvements. Regards, Sven Thanks

[Nagios-users] event hadlers not executed every time ?

2010-09-13 Thread b2
Hi list, i have some problem with my event handlers, they do not execute on HARD CRITICAL , but execute on HARD OK state ? is there an option for this anywhere in configs ? i cant figure it... snip from my log file : [1284361876] HOST ALERT: bulmiks2;DOWN;SOFT;1;CRITICAL - Plugin timed out

[Nagios-users] nagios reload from crontab on 5 mins ?

2010-09-01 Thread b2
Hi all , I have to do rebuild my nagios2 configuration. The idea is to get hosts.cfg and hostgroups.cfg dynamically from MySQL DB , the 'get_config.pl' script first connects to db , retrieve hosts and then print values to hosts.cfg. , then reload nagios. Everything is fine with the hosts.cfg but