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 #9056] Filter for host/servicegroup search doesn't work anymore #1604

Closed
icinga-migration opened this issue Apr 14, 2015 · 2 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/9056

Created by arcade on 2015-04-14 08:43:46 +00:00

Assignee: jmeyer
Status: Resolved (closed on 2015-04-14 10:44:50 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2015-04-14 10:44:50 +00:00 (in Redmine)


With lastest pull 9ef414c, search something, service/hostgroup show this trace

The filter column "servicegroup" is not allowed here.


#0 /usr/share/icingaweb/modules/monitoring/library/Monitoring/DataView/DataView.php(322): Icinga\Module\Monitoring\DataView\DataView->validateFilterColumns(Object(Icinga\Data\Filter\FilterMatch))
#1 /usr/share/icingaweb/modules/monitoring/application/controllers/ListController.php(668): Icinga\Module\Monitoring\DataView\DataView->applyFilter(Object(Icinga\Data\Filter\FilterMatch))
#2 /usr/share/icingaweb/modules/monitoring/application/controllers/ListController.php(539): Monitoring_ListController->filterQuery(Object(Icinga\Module\Monitoring\DataView\Groupsummary))
#3 /usr/share/icingaweb/library/vendor/Zend/Controller/Action.php(507): Monitoring_ListController->servicegroupsAction()
#4 /usr/share/icingaweb/library/vendor/Zend/Controller/Dispatcher/Standard.php(303): Zend_Controller_Action->dispatch('servicegroupsAc...')
#5 /usr/share/icingaweb/library/vendor/Zend/Controller/Front.php(937): Zend_Controller_Dispatcher_Standard->dispatch(Object(Icinga\Web\Request), Object(Icinga\Web\Response))
#6 /usr/share/icingaweb/library/Icinga/Application/Web.php(154): Zend_Controller_Front->dispatch(Object(Icinga\Web\Request), Object(Icinga\Web\Response))
#7 /usr/share/icingaweb/library/Icinga/Application/webrouter.php(111): Icinga\Application\Web->dispatch()
#8 /usr/share/icingaweb/public/index.php(4): require_once('/usr/share/icin...')
#9 {main}

Changesets

2015-04-14 10:44:24 +00:00 by jmeyer 923bc11

GroupsummaryQuery: Provide case insensitive filter columns for group names

I've renamed those and made them case sensitive as part of #8613 but
missed that they are required by the global search.

fixes #9056
@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-04-14 10:31:06 +00:00

  • Category set to Monitoring
  • Status changed from New to Assigned
  • Assigned to set to jmeyer
  • Target Version set to 2.0.0-rc1

Hi,

thanks for the report! I'll fix it asap.

Best regards,
Johannes

@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-04-14 10:44:50 +00:00

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

Applied in changeset 923bc11.

@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.0.0-rc1 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