Page 1 of 1

Re: [Nagios-devel]

Posted: Fri Oct 08, 2010 9:03 am
by Guest
Jelle Smet smetj.net> writes:

>
>
> Hi all,
> I'm running Nagios-3.2.0After upgrading to 3.2.2 and 3.2.3 I'm unable to
create service group views.  All other views work without a problem.

Small update on this:
When executing the following on the commandline I get these results:

export REQUEST_METHOD=GET
export QUERY_STRING='servicegroup=database&style=summary'
export REMOTE_USER=smetj
strace /opt/nagios/sbin/status.cgi

Cache-Control: no-store
Pragma: no-cache
Refresh: 90
Last-Modified: Fri, 08 Oct 2010 09:31:31 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-type: text/html





Current Network Status


... snip .....
write(1, "
) = 61
write(1, "\n", 25
) = 25
write(1, "View Service Status Detail For This Service
Group
) = 114
write(1, "View Status Overview For This Service
Group
) = 110
write(1, "View Service Status Grid For This Service
Group
) = 110
write(1, "View Status Summary For All Service
Groups
) = 103
write(1, "\n", 11
) = 11
write(1, "\n", 9
) = 9
write(1, "\n", 6
) = 6
write(1, "
) = 39

******* HERE NOTHING HAPPENS FOR 5 MINUTES ***********

write(1, "Host Sta"..., 49Host
Status Totals
) = 49
write(1, "
) = 45
write(1, "\n", 9
) = 9
write(1, "
) = 36
write(1, "\n", 5
) = 5
write(1, "Up
) = 115
write(1, "Down
) = 117
write(1, "Unreachable
) = 124
write(1, "Pending
) = 120
write(1, "\n", 6
) = 6
write(1, "\n", 5
) = 5
write(1, "129129
) = 34
write(1, "0\n", 300
) = 30
write(1, "0\n", 300
) = 30
write(1, "0\n", 300
) = 30

... snip ...








This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]