How to upgrade OS on nagios xi host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ar0431
Posts: 73
Joined: Tue May 21, 2019 12:05 pm

How to upgrade OS on nagios xi host

Post by ar0431 »

How to schedule down time for all host on nagios xi while we upgrade OS on nagios xi host (Redhat require reboot for kernel update)?
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: How to upgrade OS on nagios xi host

Post by mbellerue »

From the Home page, go to the menu on the left, and under Incident Management select Scheduled Downtime. This will bring up a page where you can select the hosts for downtime. A trick here is that you can select the host at the top of the list, scroll all the way to the bottom, hold the Shift key, and select the host at the bottom of the list. This will select all of the hosts, and then you can click Add Selected.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
chud
Posts: 36
Joined: Thu Jul 18, 2019 5:51 pm

Re: How to upgrade OS on nagios xi host

Post by chud »

If you are updating and rebooting the Nagios XI host itself, is that the best way to do it?
Or is there some way you can put Nagios XI into maintenance mode or something similar prior to O/S updates and reboot?
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: How to upgrade OS on nagios xi host

Post by mbellerue »

That's probably the best way to do it. But that's only based on the idea of putting a large number of hosts into scheduled downtime. What is the concern with updating and rebooting the Nagios host OS?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
chud
Posts: 36
Joined: Thu Jul 18, 2019 5:51 pm

Re: How to upgrade OS on nagios xi host

Post by chud »

mbellerue wrote: What is the concern with updating and rebooting the Nagios host OS?
The concern is that we don't want to trigger a lot of alerts.

Also, when installing O/S patches, we are wondering if there are any dependency requirements.
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: How to upgrade OS on nagios xi host

Post by mbellerue »

You shouldn't get any invalid alerts from Nagios during an update of the OS. You could shut down Nagios if it's a concern,

Code: Select all

service nagios stop
That would definitely stop it from alerting while you run the updates.

As far as dependencies, as long as you only have the standard repositories for the OS, your package manager should handle all of the dependencies for you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked