Actions
Bug #24372
closedmost of the puppet nodes are out of sync in dashboard
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Since i upgraded from 1.17.1 to 1.18.0, in the dashboard, most of nodes (about 80%) are reported as out of sync. But they are not.
In the dashboard when i follow the link "out of sync hosts", i arrive on a page with the following search string [1]
I understand this request as "show me all nodes with reports made during last 5 minutes", it looks a wrong request.
But worst, when i use the query [2] the result is not the expected one. The two request [1] and [2] are with similar results.
[1] last_report < "5 minutes ago" and status.enabled = true
[2] last_report > "35 minutes ago" and status.enabled = true
Actions