Munin check if machines are up to date #16

Open
opened 2018-12-20 10:29:29 +01:00 by benpro · 1 comment
Contributor

If we found old data in /var/lib/munin/, it means munin cannot contact the node and data are out of date.

find /var/lib/munin -maxdepth 1 -type f -iname 'state*.storable'

If we found old data in `/var/lib/munin/`, it means munin cannot contact the node and data are out of date. ``` find /var/lib/munin -maxdepth 1 -type f -iname 'state*.storable' ```
benpro added the
enhancement
label 2018-12-20 10:29:29 +01:00
Owner

be careful, if you disable a munin check, you will have old datas.
Then you have often old datas in /var/lib/munin/

be careful, if you disable a munin check, you will have old datas. Then you have often old datas in /var/lib/munin/
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evocheck#16
No description provided.