f03621ea64
a couple of his OpenBSD-specific plugins. Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing an installation a high number of monitoring plugins will be playing with no more effort. Using Munin you can easily monitor the performance of your computers, networks, SANs, applications, weather measurements and whatever comes to mind. It makes it easy to determine "what's different today" when a performance problem crops up. It makes it easy to see how you're doing capacity-wise on any resources.
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
Install p5-Net-SNMP to use the optional SNMP-based monitors.
|
|
|
|
To have munin-node start at boot time, you have to create symlinks
|
|
in ${SYSCONFDIR}/munin/plugins as described in the manual (manually
|
|
or with munin-node-configure), adapt ${SYSCONFDIR}/munin/munin-node.conf
|
|
as necessary, 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
|