Munin/OpenVPN Plugin
From Debuntu
< Munin
This set up was made on Debian Lenny
Contents |
OpenVPN Plugin
The default install of Munin on Debian Lenny comes with openvpn plugin if you install munin-plugins-extra
# apt-get install munin-plugins-extra
Enabling the plugin
The plugin does not support suggest so you will need to link it yourself:
# ln -s /usr/share/munin/plugins/openvpn /etc/munin/plugins/openvpn
Fixing Permissions
Most likely, your /etc/openvpn/openvpn-status.log file is only readable by root preventing munin from reading it.
To fix this, you need to add
[openvpn] user root
in /etc/munin/plugin-conf.d/munin-node
then, restart munin-node service
# /etc/init.d/munin-node restart