munin-node-configure(8) - Linux man page

Name

munin-node-configure - A program to view configurations for munin-node

Synopsis

munin-node-configure [options]

Options

--help

View this help page
--version
Show version information
--debug
View debug information (very verbose)
--config <file>
Override configuration file [/etc/munin/client.conf]
--servicedir <dir>
Override plugin dir [/etc/munin/plugins/]
--libdir <dir>
Override plugin lib [/usr/share/munin/plugins]
--families <family,...>
Override families [auto]
--suggest
Show suggestions instead of status
--shell
Show shell commands (implies --suggest)
--remove-also
Also show rm-commands when doing --shell
--snmp <host│cidr,...>
Do SNMP probing on the host or CIDR network (e.g. "192.168.1.0/24"). This may take some time, especially if the probe includes many hosts. This option can be specified multiple times, or once with a comma-separated list, to include more than one host/CIDR.
--snmpversion <ver>
Set the SNMP version (1, 2c or 3) to use when probing. Default is "2c".
--snmpcommunity <comm>
Set SNMP community to use when probing. Default is "public".

Description

Munin's node is a daemon that Munin connects to fetch data. This data is stored in .rrd-files, and later graphed and htmlified. It's designed to let it be very easy to graph new datasources.

Munin-node-configure is a script to show the current configuration of which plugins the host is running, as well as suggestions on what changes to make to this configuration. Munin-node-configure does this by using munin-run(1) to ask the plugins themselves of wether they should be run or not.

Files

/etc/munin/munin-node.conf
/etc/munin/plugin-conf.d/*
/etc/munin/plugins/*
/usr/share/munin/plugins/*

Version

This is munin-node-configure v1.2.5.

Authors

Jimmy Olsen.

Bugs

None known.

Copyright

Copyright © 2003 Jimmy Olsen

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE .

This program is released under the GNU General Public License