2012-10-17 115 views
3

我在ubuntu 12.04上安裝了一個全新的nagios3。我登錄到Web界面,點擊任何鏈接後,我得到的錯誤:nagios錯誤:無法讀取對象配置數據

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. 

我-v選項運行它,它沒有錯誤報告:

Total Warnings: 0 
Total Errors: 0 

Things look okay - No serious problems were detected during the pre-flight check 

Nagios的日誌和Apache錯誤日誌和調試日誌都沒有關於此。有誰知道如何打開日誌記錄,這會給我一些有用的錯誤?或者,如果有人知道如何解決這個特定的問題,沒有額外的日誌記錄,我想這也沒關係。

謝謝!

+0

您使用了哪個用戶帳戶?你配置了你的cgi.cfg文件嗎?用戶的httpd服務器是否正在運行,可以訪問您的nagios.cfg文件? –

回答

0

可能是一個權限問題。 /var/cache/nagios3可能具有錯誤的用戶/組或權限集。

相關問題