Nagios

    版本為 14:25, 6 Oct 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    Nagios 主機監控軟體

    官方首頁:https://www.nagios.org/

    更多教學

    F.A.Q

    在 UI 上移除 Comment 時,出現錯誤 Error: Could not open command file ‘/usr/local/nagios/var/rw/nagios.cmd’ for update!

    Ans: 編輯 /etc/init.d/nagios,在這行 $NagiosBin -d ..... 加上

    ...
                            $NagiosBin -d $NagiosCfgFile
    
                            # fix the comment can't be deleted
                            chmod 0666 /usr/local/nagios/var/rw/nagios.cmd
    
    ... 
    

    重啟 nagios

    設定檔快速偵錯

    檢查所有的 cfg 檔

    nagios -v /etc/nagios/nagios.cfg
    
    Powered by MindTouch Core