Skip to content

Please call plugins by munin-run. #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kunitake
Copy link

@kunitake kunitake commented Mar 7, 2013

Some plugins - known as wildcard plugins (like if_ and mysql_) -
can be used with device or other feature by linking them with different
names.
That is why I think you should call plugins via munin-run.

Example:
UserParameter=munin[*],/usr/sbin/munin-run $1|grep "^$2.value" |cut -d " " -f2

These plugins called by munin-run can read /etc/munin/plugin-conf.d/*.

So I think your script can import more many templates and use them.

Best regards,

can be used with device or other feature by linking them with different
names.
That is why I think you should call plugins via munin-run.

Example:
 UserParameter=munin[*],/usr/sbin/munin-run $1|grep "^$2.value" |cut -d " " -f2

These plugins called by munin-run can read /etc/munin/plugin-conf.d/*.

So I think your script can import more many templates and use them.

Best regards,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant