1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

boinc_projs: avoid using snmp references.

There is no reason to feign this is a SNMP plugin; it's just like any
other virtual node.
This commit is contained in:
Diego Elio Pettenò 2012-08-28 16:55:01 -07:00
parent 65a69fb62c
commit 715d059c21

View file

@ -354,23 +354,23 @@ F</etc/munin/boinc/bar/gui_rpc_auth.cfg>.
These files are owned and readable by root, readable by group munin and not These files are owned and readable by root, readable by group munin and not
readable by others. readable by others.
There are 2 symbolic links to this plugin created in the munin plugins There are 2 symbolic links to this plugin created in the munin plugins
directory (usually F</etc/munin/plugins/>): F<snmp_foo_boincprojs> and directory (usually F</etc/munin/plugins/>): F<boincprojs_foo> and
F<snmp_bar_boincprojs> F<boincprojs_bar>
[snmp_foo_boinc*] [boincprojs_foo]
group munin group munin
env.boinccmd /usr/local/bin/boinccmd env.boinccmd /usr/local/bin/boinccmd
env.host foo env.host foo
env.boincdir /etc/munin/boinc/foo env.boincdir /etc/munin/boinc/foo
[snmp_bar_boinc*] [boincprojs_bar]
group munin group munin
env.boinccmd /usr/local/bin/boinccmd env.boinccmd /usr/local/bin/boinccmd
env.host bar env.host bar
env.boincdir /etc/munin/boinc/bar env.boincdir /etc/munin/boinc/bar
This way the plugin can be used by Munin the same way as the Munin plugins This way the plugin can be used by Munin as a virtual node, akin to
utilizng SNMP (although this plugin itself does not use SNMP). SNMP and IPMI plugins.
=head1 BUGS =head1 BUGS