В начале как положено
sudo aptitude update
5) для авто-запуска
sudo aptitude update
1) sudo aptitude install munin munin-node
2) создаем /var/www/munin
3) Обязательно задать
htmldir /var/www/munin
в munin.conf
3) edit /etc/apache2/conf-available/munin.conf
Alias /munin /var/www/munin
<Directory /var/www/munin>
Require local
Options None
# Order allow, deny
# Allow from all
Require all granted
Options FollowSymLinks SymLinksIfOwnerMatch
</Directory>
4) делаем reset
/etc/init.d/apache2 restart
/etc/init.d/munin restart
/etc/init.d/munin-node restart
2) создаем /var/www/munin
3) Обязательно задать
htmldir /var/www/munin
в munin.conf
3) edit /etc/apache2/conf-available/munin.conf
Alias /munin /var/www/munin
<Directory /var/www/munin>
Require local
Options None
# Order allow, deny
# Allow from all
Require all granted
Options FollowSymLinks SymLinksIfOwnerMatch
</Directory>
/etc/init.d/apache2 restart
/etc/init.d/munin restart
/etc/init.d/munin-node restart
Должны появится файлы в
/var/www/munin5) для авто-запуска
update-rc.d munin-node defaults
Комментариев нет:
Отправить комментарий