Установил nagios Нормально работает. Хочу поставить графики. Сначала бился с nagiosgraph из сорцов, но вот там проблемка с сылками и апачем, вообщем я это дело бросил.
Решил пойти простым путем. Нашел rpm-ку для openSuse, установил. Вроде бы конфиги раскидались по нужным папкам.
А вот веб морды не видно: hostname/pnp
Хотя в апаче появились файлики настроек. php влкючен
http://localhost/pnp/
linux-elvo:/etc/apache2/conf.d # cat nagios-pnp.conf # # example apache config for PNP4nagios #
<IfDefine PNP4NAGIOS> Alias /pnp /usr/share/pnp <Directory /usr/share/pnp> Options None order allow,deny allow from all AuthType Basic AuthUserFile /etc/nagios/htpasswd.users AuthName «nagios» # AuthGroupFile /etc/nagios/htpasswd.group # require group nagios # sad to say, but currently necessary: php_admin_flag safe_mode off </Directory>
# This SSL configuration is ignored if # «SSL» is not defined, or if «NOSSL» is defined. <IfDefine SSL> <IfDefine !NOSSL> <IfModule mod_ssl.c>
SSLEngine on SSLOptions +StdEnvVars
Alias /pnp/ /usr/share/pnp
<Directory /usr/share/pnp> Options None SSLRequireSSL order allow,deny allow from all AuthType Basic AuthUserFile /etc/nagios/htpasswd.users AuthName «nagios» # AuthGroupFile /etc/nagios/htpasswd.group # require group nagios # sad to say, but currently necessary: php_admin_flag safe_mode off </Directory>
</IfModule> </IfDefine> </IfDefine> </IfDefine>