- cleanup Makefile and respect PREFIX - now builds on OS X on which clock_gettime() is not implemented
ifstatd_ plugin
Interface statistics plugin for munin with supersampling capability
NOTE: This plugin created for FreeBSD and might not run on other OSes
Installation
-
Clone this repo and build using
make
-
Copy
ifstatd_
binary to munin plugins directory:cp ifstatd_ /usr/local/share/munin/plugins/
-
Make necessary links to active plugins directory :
ln -s /usr/local/share/munin/ifstatd _/usr/local/etc/munin/plugins/ifstatd_em0
-
Make sure plugin is run as
root
by adding these lines to muninplugins.conf
:[ifstatd_*] user root
-
Start
ifstatd_
as daemon:munin-run ifstatd_em0 acquire
-
Restart
munin-node
service:service munin-node restart
Description
Languages
C
81.7%
Shell
14.2%
Makefile
4.1%