Page 1 of 1

Nagios XI - Monitoring engine (Maintenance Mode)

Posted: Wed Dec 13, 2023 12:28 am
by fsodah
Hello,

We have a network upgrade and disconnectivity will occure, How can i put Our Nagios System (Monitoring Engine) in Maintenance Mode, or stop this service while we are working.

if i applied the action stop for the monitoring engine component from the admin TAB ( the result nothing happen, the service start automatically)

Thanks

Re: Nagios XI - Monitoring engine (Maintenance Mode)

Posted: Wed Dec 13, 2023 10:06 am
by gwesterman
Hi @fsodah,

You can run the command

Code: Select all

service nagios stop
and/or

Code: Select all

systemctl stop nagios
depending on your system. That will stop the monitoring engine. Start it up again with

Code: Select all

service nagios start
/

Code: Select all

systemctl start nagios
Let us know if you have any more questions!

Thank you!