Update README.md

This commit is contained in:
Babak Farrokhi 2015-08-12 15:22:52 +04:30
parent d85d0fc52f
commit 75e78f6d69

View File

@ -1,2 +1,15 @@
# 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
1. Make sure `sysutils/munin-node` is installed
2. Enable munin-node to run at startup: `sysrc munin_node_enable YES`
2. Clone this repo and copy all scripts to `/usr/local/share/munin/plugins`
3. run `munin-node-configure --suggest` and see if the plugins are detected.
4. run `munin-node-configure --shell | sh -x` to make appropriate symlinks
5. restart munin-node if running: `service munin-node restart`