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

[dev.icinga.com #1981] add multiple hosts/services to status.cgi GET as done with cmd.cgi #757

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

Comments

@icinga-migration
Copy link

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

Created by mfriedrich on 2011-10-06 17:22:13 +00:00

Assignee: ricardo
Status: Resolved (closed on 2012-04-13 19:03:15 +00:00)
Target Version: 1.7
Last Update: 2014-12-08 09:32:46 +00:00 (in Redmine)


this would be a great enhancement to allow seperated list of hosts and/or services in order to be shown filtered on status list.

it's not necessarily a GET, can be POST too. but for bookmarks, GET is preferred ;)

this would help to e.g. implement counter links, where you just can't get a filter yet, but a seperated list on hosts/services passed to status.cgi

current example - the outages.cgi child host count, and how to add a link to status.cgi with the child hosts view over there.

Attachments

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

2012-01-04 22:38:39 +00:00 by ricardo 9491141

classic ui: correcting urls for status.cgi

refs: #1981
refs: #2018

2012-01-14 15:41:04 +00:00 by ricardo ae66d52

classic-ui: fixed wrong urls for sorting of all unhandled problems

refs: #1981

2012-04-13 18:48:07 +00:00 by ricardo 7b9ec5b

classic-ui: updated Changelog CHANGES section

refs: #1524
refs: #1981
refs: #2018
refs: #2117
refs: #2119
refs: #2145
refs: #2198
refs: #2343
refs: #2359
refs: #2373
refs: #2421

hope the "changes" section for classic ui isn't tooo long

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-10-20 10:27:06 +00:00

  • Target Version changed from 1.6 to 1.7

@icinga-migration
Copy link
Author

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

  • Status changed from New to Feedback
  • Assigned to set to ricardo

now in current rbartels/cgi and dev/cgis

commit message

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 hosts 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 mfriedrich on 2012-04-03 14:11:26 +00:00

  • File added icinga_classicui_mult_get_hosts.png
  • Done % changed from 0 to 100

works as expected, thanks.

icinga_classicui_mult_get_hosts.png

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-04-13 14:38:08 +00:00

should be ready to go

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-04-13 19:03:15 +00:00

  • Status changed from Feedback to Resolved

Added note to changes in Changelog

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 09:32:46 +00:00

  • Project changed from 19 to Core, Classic UI, IDOUtils
  • Category set to Classic UI

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