munin-lite on Drobo 5N
Brought to you by:
runesk
I was able to get munin-lite working on my Drobo 5N.
Thetricky bit was to report the actual free space rather than the logical capacity.
To install:
Place munin-node.sh in /usr/local/bin.
Add this line to /etc/inetd.conf:
munin stream tcp nowait root /usr/local/bin/munin-node.sh
If you don't have the inetd app installed, add service.sh to /mnt/DroboFS/Shares/DroboApps/inetd
You can see the plugin working here: http://eee.hsmiths.com:49002/munin/Drobo5N/Drobo5N/
Thanks!