Skip to content
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

multigraph plugins need to check for MUNIN_CAP_MULTIGRAPH #951

Open
sumpfralle opened this issue Oct 9, 2018 · 1 comment
Open

multigraph plugins need to check for MUNIN_CAP_MULTIGRAPH #951

sumpfralle opened this issue Oct 9, 2018 · 1 comment

Comments

@sumpfralle
Copy link
Collaborator

see #950 (comment)

The most trivial fix is to add need_multigraph(); (perl) or is_multigraph (shell) at the beginning of the plugin.

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)'
@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants