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
Nagios xi - Monitoring engine (Maintenance Mode)
-
- Posts: 295
- Joined: Thu Sep 12, 2019 1:19 am
-
- Posts: 258
- Joined: Wed Aug 23, 2023 11:29 am
Re: Nagios xi - Monitoring engine (Maintenance Mode)
Hi @fsodah,
You can run the command and/or depending on your system. That will stop the monitoring engine. Start it up again with /
Let us know if you have any more questions!
Thank you!
You can run the command
Code: Select all
service nagios stop
Code: Select all
systemctl stop nagios
Code: Select all
service nagios start
Code: Select all
systemctl start nagios
Thank you!