munin-node-configure(8)
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
- Print debug information (very verbose). All debugging output is
printed on STDOUT but each line is prefixed with '#'. Only errors are printed on STDERR. - --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.6.
AUTHORS
Jimmy Olsen, Nicolai Langfeldt
BUGS
None known.
COPYRIGHT
Copyright (C) 2003-2006 Jimmy Olsen, Nicolai Langfeldt.
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