Nagios XI shutdown

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Nagios XI shutdown

Post by RIDS_I2MP »

Hello Team,

We have DC(data-center) movement for our application. AT that time, we have to shut down the Nagios XI servers and the Nagios XI application(GUI). In other words, we want to stop everything running from Nagios end. Once our DC movement activity is completed, we will have to bring it up and regain its current status.

Please share the process/document that needs to followed for shutting down Nagios (everything running from back end ad front end) and then bringing it up again.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI shutdown

Post by scottwilkerson »

Running the following from the CLI is sufficient

Code: Select all

shutdown -h now
When you start the server back up everything should startup automatically.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Nagios XI shutdown

Post by RIDS_I2MP »

Hello,

Thanks for the reply!!

We have one Nagios Fusion server as well, please let us know the steps to shut down and start the same.

Also, please let us know the checks that we can perform after the activity (once Nagios server comes up) to make sure everything is up and running fine.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI shutdown

Post by scottwilkerson »

For Fusion the process would be the same.

On the Nagios XI server you can simple check if the nagios service is running

Code: Select all

service nagios status
On Fusion, if you can access the UI it should be running properly.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked