Skip to main content

08_Service

Service

Service / Daemon Commands

Different Linux distributions have different methods of starting / stopping / restarting / status Nagios.

service nagios start  
service nagios stop  
service nagios restart  
service nagios status

systemctl start nagios.service  
systemctl stop nagios.service  
systemctl restart nagios.service  
systemctl status nagios.service