All,

I have come across a strange little problem in the status.cgi for Nagios
in versions 2.0 through 2.3.1.  The issue is related to the url
generation from status.cgi in the Service Detail frame.  We have found
that the "Host Status Totals" filters are different if the "Service
Status Totals" have previously been used.

Normally the filter URLs appear as follows:

Host Status Totals:
Up
https://nagios/nagios/cgi-bin/status.cgi?host=all&hoststatustypes=2
Down
https://nagios/nagios/cgi-bin/status.cgi?host=all&hoststatustypes=4
Unreachable
https://nagios/nagios/cgi-bin/status.cgi?host=all&hoststatustypes=8
Pending
https://nagios/nagios/cgi-bin/status.cgi?host=all&hoststatustypes=1
All Problems
https://nagios/nagios/cgi-bin/status.cgi?host=all&hoststatustypes=12
All Types
https://nagios/nagios/cgi-bin/status.cgi?host=all

Service Status Totals
Ok
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2&h
oststatustypes=15
Warning
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=4&h
oststatustypes=15
Unknown
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=8&h
oststatustypes=15
Critical
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=16&;
hoststatustypes=15
Pending
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=1&h
oststatustypes=15
All Problem
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&;
hoststatustypes=15
All Types
https://nagios/nagios/cgi-bin/status.cgi?host=all&hoststatustypes=15

If we were to click on one of the "Service Status Totals" filters and
then later select a "Host Status Totals" filter the URLs change as
follows:

Host Status Totals:
Up
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2&h
oststatustypes=2
Down
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2&h
oststatustypes=4
Unreachable
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2&h
oststatustypes=8
Pending
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2&h
oststatustypes=12
All Problems
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2&h
oststatustypes=12
All Types
https://nagios/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=2

With these new URLs the data is not actually being filtered correctly.
We are not getting the correct sort data as would be expected.  The
icons below the individual URLs certainly indicate the correct count
just not the URL sort itself.  Have any of you experienced a similar
problem?  Is there a fix in the works?

Test Environment

CentOS 4.2 & RedHat ES 4.2
Vmware & Hardware
Nuvola 1.0.3

Thank you all for your consideration in this matter.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to