0e401c36bc
- redo MESSAGE-main, making it a little more obvious how to get started, following discussions with stephan@ and jasper@ ok jasper@ (reminder, ports is not fully open, do not commit without specific permission)
13 lines
549 B
Plaintext
13 lines
549 B
Plaintext
Install p5-Net-SNMP to use the optional SNMP-based monitors.
|
|
|
|
To have munin-node start at boot time, you should create symlinks
|
|
in ${SYSCONFDIR}/munin/plugins as described in the manual (manually or
|
|
using the output from munin-node-configure --shell), adapt
|
|
${SYSCONFDIR}/munin/munin-node.conf if necessary (e.g. if a remote server
|
|
will query this node), and insert the following into /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/munin-node ]; then
|
|
install -d -o _munin /var/run/munin
|
|
echo -n ' munin-node'; ${PREFIX}/sbin/munin-node
|
|
fi
|