Actions
Bug #25005
closedHosts with no reports widget link generates incorrect search
Difficulty:
trivial
Triaged:
No
Bugzilla link:
Pull request:
Description
Steps to Reproduce:
1.Create some hosts
2.Goto Dashboard
3.Look at "Host Configuration Status for all" component => "hosts with no reports", that should show a number > 0 of not reported hosts
4.Click on "hosts with no reports"
Actual results:
No hosts listed
Expected results:
The same number of hosts indicated in the dashboard "hosts with no reports"
Additional info:
1- The query associated with "hosts with no reports" should be wrong, now the query is as following
'last_report > "30 minutes ago" and not has last_report and status.enabled = true'
should be
'not has last_report and status.enabled = true'
Actions