freebsd-munin-plugins
A set of FreeBSD specific plugins for Munin
Requirements
All scripts are written in standard shell language, and /bin/sh
would be sufficient.
They are tailored and will run on FreeBSD.
You need to install lang/gawk
in order to run intr_
plugin.
Setup
- Make sure
sysutils/munin-node
is installed - Enable munin-node to run at startup:
sysrc munin_node_enable YES
- Clone this repo and copy all scripts to
/usr/local/share/munin/plugins
- run
munin-node-configure --suggest
and see if the plugins are detected. - run
munin-node-configure --shell | sh -x
to make appropriate symlinks - restart munin-node if running:
service munin-node restart
Description
Languages
Shell
86.5%
C
12.1%
Makefile
1.4%