PDA

View Full Version : Munin Installation Problems


livewire
2nd September 2009, 18:31
System: Ubuntu 8.04 LTS 64 Bit
Control Panel: ISPCP 1.0.3
Installed Munin: apt-get install munin munin-node
Edited munin.conf as directed in tutorials.
/var/www/munin directory created during install.
/var/www/munin directory totally empty?? Even after waiting many hours .

I installed previously to another server, same system setup as above and using this same tutorial and had to mv munin directory to /var/www during this install I can't seem to find where the files were installed that I have to move. Googled this problem to death, have any suggestions? Please

Leszek
3rd September 2009, 00:21
Remember to properly set at least these variables in munin.conf:

dbdir /var/lib/munin
htmldir /var/www/www.example.com/web/monitoring
logdir /var/log/munin
rundir /var/run/munin
tmpldir /etc/munin/templates

htmldir is the directory where the statistics would be copied if it exists and its owner and permissions are ok as shown in the tutorial.

livewire
3rd September 2009, 13:09
Cron wasn't installed before Munin was install so naturally no cron no data:rolleyes: