1MUNIN-NODE-CONFIGURE(1)User Contributed Perl DocumentatioMnUNIN-NODE-CONFIGURE(1)
2
3
4
6 munin-node-configure - View and modify which plugins are enabled.
7
9 munin-node-configure [options]
10
12 --help
13 View this help page
14
15 --version
16 Show version information
17
18 --debug
19 Print debug information (very verbose). All debugging output is
20 printed on STDOUT but each line is prefixed with '#'. Only errors
21 are printed on STDERR.
22
23 --config <file>
24 Override configuration file [/etc/munin/munin-node.conf]
25
26 --servicedir <dir>
27 Override plugin dir [/etc/munin/plugins/]
28
29 --sconfdir <dir>
30 Override plugin configuration directory
31 [/etc/munin/plugin-conf.d/]
32
33 --libdir <dir>
34 Override plugin lib [/usr/share/munin/plugins/]
35
36 --families <family,...>
37 Override families (auto, manual, contrib) [auto]
38
39 --suggest
40 Show suggestions instead of status
41
42 --shell
43 Show shell commands instead of a table (implies --suggest unless
44 --snmp was also provided)
45
46 --exitnoterror
47 Do not consider non-zero exit-value as error
48
49 --remove-also
50 Also show rm-commands when doing --shell
51
52 --newer <version>
53 Only show suggestions related to plugins included more recently
54 than version <version>.
55
56 --snmp <host|cidr,...>
57 Do SNMP probing on the host or CIDR network (e.g.
58 "192.168.1.0/24"). This may take some time, especially if the
59 probe includes many hosts. This option can be specified multiple
60 times, or as a comma-separated list, to include more than one
61 host/CIDR.
62
63 --snmpversion <ver>
64 Set the SNMP version (1, 2c or 3) to use when probing. Default is
65 "2c".
66
67 --snmpcommunity <comm>
68 Set SNMP community string to use when probing. Default is
69 "public".
70
71 --snmpport <port>
72 Set SNMP port. Default is "161".
73
75 munin-node-configure is a script to show which plugins are currently
76 enabled on the current node. It can also suggest changes to this list.
77
79 /etc/munin/munin-node.conf
80 /etc/munin/plugin-conf.d/*
81 /etc/munin/plugins/*
82 /usr/share/munin/plugins/plugins.history
83 /usr/share/munin/plugins/*
84
86 This is munin-node-configure v1.4.5.
87
89 Jimmy Olsen, Nicolai Langfeldt
90
92 Please see <http://munin.projects.linpro.no/report/1>.
93
95 Copyright (C) 2003-2006 Jimmy Olsen, Nicolai Langfeldt.
96
97 This is free software; see the source for copying conditions. There is
98 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
99 PURPOSE.
100
101 This program is released under the GNU General Public License
102
103
104
105perl v5.12.2 2010-12-05 MUNIN-NODE-CONFIGURE(1)