1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41: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
readable by others.
There are 2 symbolic links to this plugin created in the munin plugins
directory (usually F</etc/munin/plugins/>): F<snmp_foo_boincprojs> and
F<snmp_bar_boincprojs>
directory (usually F</etc/munin/plugins/>): F<boincprojs_foo> and
F<boincprojs_bar>
[snmp_foo_boinc*]
[boincprojs_foo]
group munin
env.boinccmd /usr/local/bin/boinccmd
env.host foo
env.boincdir /etc/munin/boinc/foo
[snmp_bar_boinc*]
[boincprojs_bar]
group munin
env.boinccmd /usr/local/bin/boinccmd
env.host bar
env.boincdir /etc/munin/boinc/bar
This way the plugin can be used by Munin the same way as the Munin plugins
utilizng SNMP (although this plugin itself does not use SNMP).
This way the plugin can be used by Munin as a virtual node, akin to
SNMP and IPMI plugins.
=head1 BUGS