1MUNIN-NODE-CONFIGURE(8)       Munin Documentation      MUNIN-NODE-CONFIGURE(8)
2
3
4

NAME

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

SYNOPSIS

9       munin-node-configure [options]
10

OPTIONS

12       --help
13            View this help page
14
15       --version
16            Show version information
17
18       --debug
19            View debug information (very verbose)
20
21       --config <file>
22            Override configuration file [/etc/munin/client.conf]
23
24       --servicedir <dir>
25            Override plugin dir [/etc/munin/plugins/]
26
27       --libdir <dir>
28            Override plugin lib [/usr/share/munin/plugins]
29
30       --families <family,...>
31            Override families [auto]
32
33       --suggest
34            Show suggestions instead of status
35
36       --shell
37            Show shell commands (implies --suggest)
38
39       --remove-also
40            Also show rm-commands when doing --shell
41
42       --snmp <host⎪cidr,...>
43            Do SNMP probing on the host or CIDR network (e.g.
44            "192.168.1.0/24"). This may take some time, especially if the
45            probe includes many hosts. This option can be specified multiple
46            times, or once with a comma-separated list, to include more than
47            one host/CIDR.
48
49       --snmpversion <ver>
50            Set the SNMP version (1, 2c or 3) to use when probing. Default is
51            "2c".
52
53       --snmpcommunity <comm>
54            Set SNMP community to use when probing. Default is "public".
55

DESCRIPTION

57       Munin's node is a daemon that Munin connects to fetch data. This data
58       is stored in .rrd-files, and later graphed and htmlified. It's designed
59       to let it be very easy to graph new datasources.
60
61       Munin-node-configure is a script to show the current configuration of
62       which plugins the host is running, as well as suggestions on what
63       changes to make to this configuration. Munin-node-configure does this
64       by using munin-run(1) to ask the plugins themselves of wether they
65       should be run or not.
66

FILES

68               /etc/munin/munin-node.conf
69               /etc/munin/plugin-conf.d/*
70               /etc/munin/plugins/*
71               /usr/share/munin/plugins/*
72

VERSION

74       This is munin-node-configure v1.2.5.
75

AUTHORS

77       Jimmy Olsen.
78

BUGS

80       None known.
81
83       Copyright © 2003 Jimmy Olsen
84
85       This is free software; see the source for copying conditions. There is
86       NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
87       PURPOSE.
88
89       This program is released under the GNU General Public License
90
91
92
931.2.5                             2007-12-03           MUNIN-NODE-CONFIGURE(8)
Impressum