How to upgrade OS on nagios xi host
How to upgrade OS on nagios xi host
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)?
Re: How to upgrade OS on nagios xi host
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: How to upgrade OS on nagios xi host
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?
Or is there some way you can put Nagios XI into maintenance mode or something similar prior to O/S updates and reboot?
Re: How to upgrade OS on nagios xi host
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: How to upgrade OS on nagios xi host
The concern is that we don't want to trigger a lot of alerts.mbellerue wrote: What is the concern with updating and rebooting the Nagios host OS?
Also, when installing O/S patches, we are wondering if there are any dependency requirements.
Re: How to upgrade OS on nagios xi host
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,
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.
Code: Select all
service nagios stopAs 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!
Be sure to check out our Knowledgebase for helpful articles and solutions!