Statuswml patch
Ethan Galstad
nagios at nagios.org
Tue Mar 21 17:42:20 CET 2006
Thanks! Patch will be in CVS shortly.
On 21 Mar 2006 at 10:22, Andrea Gabellini wrote:
> Hi,
>
> I'm using Ntray that use statuswml.cgi (unhandled problem) to get
> hosts and services status.
>
> This cgi return the service status of scheduled downtime host, so
> Ntray thinks that there is a problem.
>
> The attached patch (against 2.0) solve this problem checking if the
> host status of the service is scheduled downtime.
>
> Andrea
>
>
> --- cgi/statuswml.c.orig 2006-03-21 08:30:45.888082000 +0100
> +++ cgi/statuswml.c 2006-03-21 09:08:21.254233000 +0100
> @@ -1441,11 +1441,12 @@
> continue;
>
> if(display_type==DISPLAY_UNHANDLED_PROBLEMS){
> + temp_hoststatus = find_hoststatus(temp_service->host_name);
> if(temp_servicestatus->problem_has_been_acknowledged==TRUE)
> continue;
> if(temp_servicestatus->notifications_enabled==FALSE)
> continue;
> - if(temp_servicestatus->scheduled_downtime_depth>0)
> + if(temp_servicestatus->scheduled_downtime_depth>0 ||
> +temp_hoststatus->scheduled_downtime_depth>0)
> continue;
> }
>
Ethan Galstad,
Nagios Developer
---
Email: nagios at nagios.org
Website: http://www.nagios.org
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
More information about the Developers
mailing list