Pidora nagios (Error: Could not read object configuration data!)

Fórumok

Üdv!

Pidora (RPi) Fc20 nagios, httpd telepítve.
A nagios -v /etc/nagios/nagios.cfg hiba nélkül.

Weben belépek a http://rpi.lan/nagios útvonalon, megadom a nagiosadmin jelszót, ok.
A baloldali menükben (Map,Host,Services...) mindenre azt írja:

-------------------------------------------------------------
Whoops!

Error: Could not read object configuration data!

Here are some things you should check in order to resolve this error:

Verify configuration options using the -v command-line option to check for errors.
Check the Nagios log file for messages relating to startup or status data errors.

Make sure you read the documentation on installing, configuring and running Nagios thoroughly before continuing. If all else fails, try sending a message to one of the mailing lists. More information can be found at http://www.nagios.org.
-------------------------------------------------------------

A neten talált javaslatok egyike sem használható.
Valami jogosultság probléma lehet, de nem jövök rá, hogy mi. :(
A nagios megy, mert a check adatok a logban látszódnak, csak a webes felület nem érhető el valamiért.

A nagios group-ban benne van az apache user is (ez alapból bent volt).
A httpd.d/nagios.conf-ban:

ScriptAlias /nagios/cgi-bin/ "/usr/lib/nagios/cgi-bin/"

# SSLRequireSSL
Options ExecCGI
AllowOverride None

AuthName "Nagios Access"
AuthType Basic
AuthUserFile /etc/nagios/passwd

# Apache 2.4

Require all granted
# Require local
Require valid-user

# Apache 2.2
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
Require valid-user

Alias /nagios "/usr/share/nagios/html"

# SSLRequireSSL
Options None
AllowOverride None

AuthName "Nagios Access"
AuthType Basic
AuthUserFile /etc/nagios/passwd

# Apache 2.4

Require all granted
# Require local
Require valid-user

# Apache 2.2
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
Require valid-user

Az apache logban nem egészen értem a backup user-t, mert nagiosadmin userként próbálkozom:

[Sun Aug 09 09:59:22.722075 2015] [auth_basic:error] [pid 1145] [client 192.168.1.70:46994] AH01618: user backup not found: /nagios/cgi-bin//status.cgi
[Sun Aug 09 09:59:22.834499 2015] [auth_basic:error] [pid 1145] [client 192.168.1.70:46994] AH01618: user backup not found: /nagios/js/jquery-1.7.1.min.js, referer: http://pidora.lan/nagios/cgi-bin//status.cgi?hostgroup=all&style=summary
[Sun Aug 09 09:59:36.271855 2015] [auth_basic:error] [pid 1193] [client 192.168.1.70:46997] AH01618: user backup not found: /nagios/cgi-bin//statusmap.cgi, referer: http://pidora.lan/nagios/side.php

Hozzászólások

Megvan.
A /var/log/nagios ill. /var/log/nagios/nagios.log jogosultságát kell ellenőrizni. Az apache nem tudta olvasni.