Bug #24372
closedmost of the puppet nodes are out of sync in dashboard
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
Updated by Tomer Brisker over 6 years ago
- Status changed from New to Duplicate
This is a duplicate of #24350
Updated by Tomer Brisker over 6 years ago
- Is duplicate of Bug #24350: Default out of sync interval is 5 minutes added
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
Note you can change this yourself by changing outofsync_interval to 35 (instead of the default 5) and puppet_interval to 35 (from the default 30) in settings.
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Project changed from Foreman Maintain to Foreman