Hi Guys,
I'm trying to install and configure Munin for FreeBSD on 10.1-RELEASE-p24.
I have tried following several user guides which are all slightly different according to their age, which makes things even more puzzling! Yesterday I actually seemed to have munin-node working but today it's not playing ball. So far I've tried these guides -
http://www.freebsdmadeeasy.com/tutorials/web-server/monitoring-with-munin.php
http://www.cyberciti.biz/faq/freebsd-install-munin-network-system-monitoring-application/
http://www.aisecure.net/2011/02/16/monitor-systems-using-munin/
The current issue seems to be a compilation error on a perl dependency.
This is what I get when I try to start the munin-node service -
I have tried uninstalling and reinstalling munin-node without success.
Any help would be gratefully received.
I'm trying to install and configure Munin for FreeBSD on 10.1-RELEASE-p24.
I have tried following several user guides which are all slightly different according to their age, which makes things even more puzzling! Yesterday I actually seemed to have munin-node working but today it's not playing ball. So far I've tried these guides -
http://www.freebsdmadeeasy.com/tutorials/web-server/monitoring-with-munin.php
http://www.cyberciti.biz/faq/freebsd-install-munin-network-system-monitoring-application/
http://www.aisecure.net/2011/02/16/monitor-systems-using-munin/
The current issue seems to be a compilation error on a perl dependency.
This is what I get when I try to start the munin-node service -
Code:
root@bkupbox:/usr/local/etc/rc.d # service munin-node start
Starting munin_node.
Base class package "Net::Server::Fork" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in Inc (Inc contains: /usr/local/lib/perl5/site_perl/mach/5.20 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.20/mach /usr/local/lib/perl5/5.20 /usr/local/lib/perl5/site_perl/5.20 /usr/local/lib/perl5/site_perl/5.20/mach). at /usr/local/lib/perl5/site_perl/Munin/Node/Server.pm line 5.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Munin/Node/Server.pm line 5.
Compilation failed in require at /usr/local/sbin/munin-node line 36.
BEGIN failed--compilation aborted at /usr/local/sbin/munin-node line 36.
/usr/local/etc/rc.d/munin-node: WARNING: failed to start munin_node
I have tried uninstalling and reinstalling munin-node without success.
Any help would be gratefully received.