Munin link not working.
Thanks Andrew, that did it.
Ah, so that is what Munin is. So it is a Netmrg replacement, yes? I like it. A lot. It must have installed Sunday around when trixbox-update.sh became 1.0.0.5 because I have data in the graphs from then. Just could not see it. Cool.
Robert.
The only two steps that appear to be needed are:
chown -R munin:munin /var/log/munin
chown -R munin:munin /var/www/html/munin/
Once that is done, the next time the munin cronjob fires off, the missing index and support files will be created. Key was to look at your email local to the box and note that it was generating the following email every 5 minutes:
Subject: Cron
cp: cannot create regular file `/var/www/html/munin/logo.png': Permission denied
cp: cannot create regular file `/var/www/html/munin/definitions.html': Permission denied
Cannot open /var/www/html/munin/localdomain/localhost.localdomain-cpu.html at /usr/share/munin/munin-html line 488.
markh
Someone can help on a step by step or a link where we can find how to make munin up and running?
I follow the chown instruction and had the webpage, then I put the cron task in the crontab :
*/5 * * * * munin /usr/bin/munin-cron
and start to do something since I've seen a new file call munin in the cron.d directory, but I can not see any graph.
I don't know where is the missing config to have my munin running.
Thanks
OK ! I had the same problem. However, upon executing
chown -R asterisk:asterisk /var/www/html/*
I was able to bring up my munin interface up. Nevertheless, the cron daemon fired an email with the following,
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.8.5/Munin.pm
line 784.
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.8.5/Munin.pm
line 784.
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.8.5/Munin.pm
line 784.
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.8.5/Munin.pm
What could be the reason for that ? Has to do something with perl ?

Member Since:
2006-05-31