Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #2173] wrong URLs for status.cgi overview #815

Closed
icinga-migration opened this issue Dec 8, 2011 · 6 comments
Closed

[dev.icinga.com #2173] wrong URLs for status.cgi overview #815

icinga-migration opened this issue Dec 8, 2011 · 6 comments

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/2173

Created by mcp on 2011-12-08 14:32:48 +00:00

Assignee: ricardo
Status: Resolved (closed on 2012-04-13 15:20:29 +00:00)
Target Version: 1.7
Last Update: 2014-12-08 09:42:25 +00:00 (in Redmine)

Icinga Version: 1.10.0
OS Version: any

/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&serviceprops=10&sorttype=1&sortoption=6

then there are the "Host Status Totals" and "Serice Status Totals" headers.

when clicking on "Pending" at "Host Status Totals" (18 pending total), the URL is:
/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&hoststatustypes=1&nostatusheader

which gives nothing (note, it says 18 pending but gives nothing)

clicking on "Up" at "Host Status Totals" (466 hosts up), the URL is:
/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&hoststatustypes=2&nostatusheader

which gives all service problems???!

when using the normal GUI and show_tac_header is 1, using "Host Pending" then the URL is:
/nagios/cgi-bin/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=1&nostatusheader

which works as expected.

using "Host UP", then URL is:
/nagios/cgi-bin/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=2&nostatusheader

which works also as expected.

Changesets

2012-01-02 23:28:09 +00:00 by ricardo 6c8e32b

classic ui: Added multiple hosts/services to status.cgi GET #1981

refs: #1524
refs: #1981
refs: #2018
refs: #2173
refs: #2220

This is pretty much a rewrite of status.cgi.

some changes:
* you can define more then one object to display
** host=hostA&host=hostB&host=…
** same with host groups and service groups
* hostgroup=all now only shows which are in host groups
* host sorting is working now
* added 2 new cgi vars
** sortobject = determine if to sort host or service list (host_service_view)
** allunhandledproblems = to display ALL unhanded problems
* fixed and reorganized the links in status totals
* searching returns more then one host/service group if group name matches
* combined Host/Service view now properly supported
* code cleanup
* more little fixes and enhancements
@icinga-migration
Copy link
Author

Updated by ricardo on 2011-12-08 14:52:28 +00:00

  • Project changed from Core, Classic UI, IDOUtils to 19
  • Category deleted Classic UI
  • Status changed from New to Feedback
  • Assigned to set to ricardo
  • Priority changed from Normal to Low

This will be solved at the same time #1524 get's solved. Hope I have some spare time the next few days and then I will take care of it.

@icinga-migration
Copy link
Author

Updated by mcp on 2011-12-08 14:53:28 +00:00

ok. thanks :)

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-01-02 23:37:07 +00:00

  • Target Version changed from 1.6.2 to 1.7

Have a look into #1981 . should be fixed with current "dev/cgis" git.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-04-03 13:36:54 +00:00

  • Done % changed from 0 to 100

the newly revamped status totals look correct now and produce the right counts as well.

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-04-13 15:20:29 +00:00

  • Status changed from Feedback to Resolved

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 09:42:25 +00:00

  • Project changed from 19 to Core, Classic UI, IDOUtils
  • Category set to Classic UI
  • Icinga Version set to 1
  • OS Version set to any

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant