Skip to content
- Starting and Stopping Nagios Core
- 启动 Nagios Core:
/etc/init.d/nagios start
- 启动 Nagios Core:
/usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
- 重启 Nagios Core:
/etc/init.d/nagios reload
- 重启 Nagios Core:Web Interface --> Process Info --> Restart the Nagios process
- 重启 Nagios Core:
kill -HUP $PID
- 停止 Nagios Core:
/etc/init.d/nagios stop
- 停止 Nagios Core:Web Interface --> Process Info --> Shutdown the Nagios process
- 停止 Nagios Core:
kill $PID
- Could not stat() command file './nagios.cmd'
getenforce
setenforce 0
service nagios restart
- by paul.tyler1 » Wed Jun 11, 2014 7:48 pm
- 如何部署与配置 Nagios 监控