-
Notifications
You must be signed in to change notification settings - Fork 682
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
contrib/plugins/disk/du-2 does not work first time until du.cache file is created manually #914
Labels
Comments
I've provided fix for that "No .label provied": |
Thank you for fixing the first half! The second half looks reasonable, too:
It is a bit mysterious, that all previous users of that plugin seem to have "solved" the problem manually without talking about it :( |
mikini
added a commit
to mikini/contrib
that referenced
this issue
Oct 4, 2018
Don't exit with error if cache file is missing, instead refrain from sending values and daemonize() in an attempt to generate one. Invocation using 'config' before generation is successful will fail, as mentioned in munin-monitoring#914, but configuration will get picked up as soon as it is present.
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that I have to create
/var/lib/munin-node/plugin-state/root/du.cache
file manually, or else plugin does not return anything.strace show that it fails to open that file and exits:
I'm guessing it's because of
contrib/plugins/disk/du-2
Line 90 in 3f253eb
contrib/plugins/disk/du-2
Line 109 in 3f253eb
The text was updated successfully, but these errors were encountered: