We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see #950 (comment)
The most trivial fix is to add need_multigraph(); (perl) or is_multigraph (shell) at the beginning of the plugin.
need_multigraph();
is_multigraph
The following command should output a list of plugins that lack proper multigraph checks:
grep -rlwZ multigraph plugins/ | xargs -r -0 grep -vlwE '((need|is)_multigraph|MUNIN_CAP_MULTIGRAPH)'
The text was updated successfully, but these errors were encountered:
Stale issue message
Sorry, something went wrong.
No branches or pull requests
see #950 (comment)
The most trivial fix is to add
need_multigraph();
(perl) oris_multigraph
(shell) at the beginning of the plugin.The following command should output a list of plugins that lack proper multigraph checks:
The text was updated successfully, but these errors were encountered: