Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #10778] Filters in the host group and service group overview not applied to state links #2177

Closed
icinga-migration opened this issue Dec 6, 2015 · 7 comments
Labels
area/monitoring Affects the monitoring module bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by PowellEB on 2015-12-06 10:05:23 +00:00

Assignee: elippmann
Status: Resolved (closed on 2016-02-27 19:25:05 +00:00)
Target Version: 2.2.0
Last Update: 2016-02-27 19:25:05 +00:00 (in Redmine)


When looking at Overview Service Groups and applying an additional filter Hostgroup,
the results are accurate on the left column, but when you click on any of the
links (Numbers), the new right column does not include the Hostgroup filter

I have tested the current git release 20151206, to confirm this is still occurring.

screenshot, note 1 ping in downtime, but the right column shows all pings in downtime...

!2015-12-06 05_00_37-Services ** Icinga Web.png!

Attachments

Changesets

2015-12-16 12:23:09 +00:00 by aklimov 0f7707e

Servicegroup listing: preserve URL params in links to services lists

fixes #10778

2015-12-16 16:41:41 +00:00 by aklimov 2de54a0

Controller::setupFilterControl(): return the created FilterEditor

refs #10778

2015-12-16 17:40:39 +00:00 by aklimov 34da15f

Servicegroup listing: preserve URL params in links to services lists

refs #10778

2015-12-16 17:40:59 +00:00 by aklimov 4b80fa0

Hostgroup listing: preserve URL params in links to hosts and services lists

refs #10778

2015-12-16 18:39:03 +00:00 by aklimov 34155c7

Simplify Url::addFilter()

This changes the rendered resulting Url from x&(y&z) to x&y&z.

refs #10778

2016-02-27 14:51:13 +00:00 by elippmann d8b14cb

Control whether a filter editor should be rendered via setVisible()

We (may) have situations where a controller or view has to access the filter editor being created via Controller::setupFilterControl().
This is impossible if the view is compact because the filterEditor will be unset. This change introduces FilterEditor::setVisible() for
giving the responsibility of rendering to the filter editor. Controller::setupFilterControl() will be adapted accordingly.

refs #10778

2016-02-27 14:57:00 +00:00 by elippmann 8433bf1

Don't hide the filter editor from the view if the view is compact

refs #10778

2016-02-27 15:22:44 +00:00 by elippmann f6e4b0a

Respect filter in state links in group overviews

refs #10778

2016-02-27 15:23:09 +00:00 by aklimov 5b07305

Simplify Url::addFilter()

This changes the rendered resulting Url from x&(y&z) to x&y&z.

refs #10778

2016-02-27 15:28:32 +00:00 by elippmann 16cc5e3

Merge branch 'bugfix/respect-filter-in-state-links-in-group-overviews-10778'

fixes #10778
@icinga-migration
Copy link
Author

Updated by elippmann on 2015-12-07 07:46:15 +00:00

  • Category set to Monitoring
  • Status changed from New to Assigned
  • Assigned to set to elippmann
  • Target Version set to 2.1.1

@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-12-16 11:08:01 +00:00

  • Assigned to changed from elippmann to aklimov

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-12-16 12:25:04 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 0f7707e.

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-12-16 17:25:41 +00:00

  • Status changed from Resolved to Assigned
  • Target Version changed from 2.1.1 to 273
  • Done % changed from 100 to 0

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-12-16 18:40:05 +00:00

  • Status changed from Assigned to Feedback
  • Assigned to changed from aklimov to elippmann

@icinga-migration
Copy link
Author

Updated by elippmann on 2016-02-24 10:54:57 +00:00

  • Subject changed from Filters for ServiceGroups to Filters in the host group and service group overview not applied to state links
  • Status changed from Feedback to Assigned
  • Target Version changed from 273 to 2.2.0

@icinga-migration
Copy link
Author

Updated by elippmann on 2016-02-27 19:25:05 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 16cc5e3.

@icinga-migration icinga-migration added bug Something isn't working area/monitoring Affects the monitoring module labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.2.0 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/monitoring Affects the monitoring module bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant