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)
-
gwesterman
- Posts: 268
- 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 stopCode: Select all
systemctl stop nagiosCode: Select all
service nagios startCode: Select all
systemctl start nagiosThank you!