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

[dev.icinga.com #2421] Scheduling queue filter for specific host or service #905

Closed
icinga-migration opened this issue Mar 9, 2012 · 5 comments

Comments

@icinga-migration
Copy link

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

Created by mzac on 2012-03-09 18:10:57 +00:00

Assignee: ricardo
Status: Resolved (closed on 2012-04-13 19:36:30 +00:00)
Target Version: 1.7
Last Update: 2014-12-08 09:27:07 +00:00 (in Redmine)


It would be good to be able to see the scheduling queue for a specific host, ie:

http://icinga-server/cgi-bin/extinfo.cgi?type=7&host=hostname

or service:

http://icinga-server/cgi-bin/extinfo.cgi?type=7&host=hostname&service=Service+Name

This could be linked from within the host info in the 'Host Commands' box

Attachments

Changesets

2012-03-10 00:13:59 +00:00 by ricardo 0df1d56

classic ui: Added Scheduling queue filter for specific host or service #2421

refs: #2421

* now everyone who is authorized for can see hosts/services in sheduling queue
* added links to host/service extinfo

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

2012-04-13 19:31:45 +00:00 by ricardo 12bbe78

classic-ui: change behavior of scheduling queue filter in extinfo.cgi #2421

refs: #2421

filtering for a certain host and service, host only entries
are not displayed anymore
@icinga-migration
Copy link
Author

Updated by ricardo on 2012-03-10 00:19:50 +00:00

  • Subject changed from Scheduling queue for specific host or service to Scheduling queue filter for specific host or service
  • Status changed from New to Feedback
  • Assigned to set to ricardo
  • Target Version set to 1.7
  • Done % changed from 0 to 90

Hi,

think this could be helpful. Just implemented it.

check "rbartels/cgi"

Cheers Ricardo

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-04-03 14:53:12 +00:00

  • File added icinga_classicui_extinfo_scheduling_queue_by_svc.png
  • File added icinga_classicui_extinfo_scheduling_queue_by_host.png
  • File added icinga_classicui_extinfo_scheduling_queue_by_host_svc.png

this is not working like i would expect it, partly the least.

  • filter by service only

works as expected, only shows the services found (in this case just one)

icinga_classicui_extinfo_scheduling_queue_by_svc.png

  • filter by host only

my expectation is that this will list only hosts in the scheduling queue. but the latter shows that also all host associated services are listed. this can be good or bad, i'm undecided if a change is necessary.

icinga_classicui_extinfo_scheduling_queue_by_host.png

  • filter by host and service

this got the wrong implementation as it shows host and services mixed. my expectation is that it only matches the host service combination (AND) and not both (OR). am i wrong?

icinga_classicui_extinfo_scheduling_queue_by_host_svc.png

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-04-13 16:15:18 +00:00

Filter by host: In my opinion it should show the host and all scheduled services. That makes it easier to find all services.

filter by host and service: You are right. This should show the service only.

will fix that.

@icinga-migration
Copy link
Author

Updated by ricardo on 2012-04-13 19:36:30 +00:00

  • Status changed from Feedback to Resolved

Filtering for a certain host and service, host only entries are not displayed anymore.

Added note to changes in Changelog

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 09:27:07 +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