Search found 12 matches
- Wed May 14, 2025 10:10 am
- Forum: Nagios XI
- Topic: What is latest version supported on Centos 7?
- Replies: 3
- Views: 768
Re: What is latest version supported on Centos 7?
Thank you. I had found that chart and was able to perform the upgrade after changing the CentOS-Base.repo in /etc/yum.repos.d/ to point to centos-vault as follows. I had been on 1.0 and had to upgrade because I broke the Operation Center component because it did not stop me from upgrading it to an i...
- Tue May 13, 2025 3:53 pm
- Forum: Nagios XI
- Topic: What is latest version supported on Centos 7?
- Replies: 3
- Views: 768
What is latest version supported on Centos 7?
At the moment I cannot upgrade the OS on my Nagios XI VM, so cannot upgrade to the latest XI.
What is latest version supported on Centos 7 and where I can I download it?
What is latest version supported on Centos 7 and where I can I download it?
- Tue May 23, 2023 10:32 am
- Forum: Nagios XI
- Topic: Upgrading XI from 5.9.3 to 5.10.0
- Replies: 9
- Views: 5708
Re: Upgrading XI from 5.9.3 to 5.10.0
I think I got mine to work by dropping the already existing MySQL nagiosxi database and user and then running the convert script. 1. Backup whatever is already in MySQL nagiosxi database that is going to be replaced mysqldump -uroot -p password nagiosxi > nagiosxi_schema-$(date +%Y%m%d_%H%M).dmp 2. ...
- Fri May 19, 2023 4:30 pm
- Forum: Nagios XI
- Topic: Upgrading XI from 5.9.3 to 5.10.0
- Replies: 9
- Views: 5708
Re: Upgrading XI from 5.9.3 to 5.10.0
Same issue here.
It looks like the nagiosxi database already exists in MySQL - possibly from an earlier upgrade.
Maybe the generated nagiosxi_create_db.sql script needs to change
to:
It looks like the nagiosxi database already exists in MySQL - possibly from an earlier upgrade.
Maybe the generated nagiosxi_create_db.sql script needs to change
Code: Select all
CREATE DATABASE `nagiosxi`;Code: Select all
CREATE DATABASE IF NOT EXISTS `nagiosxi`;- Wed Feb 02, 2022 1:54 pm
- Forum: Nagios XI
- Topic: Feature Request: Additional Filters on Operations Center
- Replies: 1
- Views: 241
Feature Request: Additional Filters on Operations Center
My users have asked for additional filter toggles on the Operations Center screen - specifically:
1. hide Hosts in Unreachable state
2. hide Services in Unknown state
1. hide Hosts in Unreachable state
2. hide Services in Unknown state
- Tue Oct 12, 2021 8:58 am
- Forum: Nagios XI
- Topic: Feature Request: Acknowledgement Report
- Replies: 1
- Views: 245
Feature Request: Acknowledgement Report
We would like to be able to generate a report of acknowledgements over a specified time period that would include host, service, state, and timestamp of the alert acknowledged along with the timestamp, user, and comment of the acknowledgement.
- Thu Jul 08, 2021 7:20 pm
- Forum: Nagios XI
- Topic: Need procedure to migrate from 5.5 on Centos 6.9-based VM
- Replies: 1
- Views: 235
Need procedure to migrate from 5.5 on Centos 6.9-based VM
We have been running NagiosXI 5.5 which we cannot upgrade any further on the Centos 6.9-based Nagios VM. We need to migrate to a new environment which we want to start with the latest Centos 7.9-based nagios VM. My current understanding is that we will need to: 1. downgrade the new VM from 5.8.5 to ...
- Mon Feb 08, 2021 5:17 pm
- Forum: Nagios XI
- Topic: Feature Request: Download Data From Status Screens
- Replies: 1
- Views: 229
Feature Request: Download Data From Status Screens
We can download data from the reports screens, but would like the same capability from the status screens (e.g. Service Status).
One type of report we use is the current status of a particular service across all hosts and we would like to be able to export and share that data.
One type of report we use is the current status of a particular service across all hosts and we would like to be able to export and share that data.
- Wed May 27, 2020 5:36 pm
- Forum: Nagios XI
- Topic: Invoke Event Handler on Every Acknowledgement?
- Replies: 1
- Views: 240
Invoke Event Handler on Every Acknowledgement?
Nagios XI version 5.5.11 We have recently starting using MS Teams for notifications. I have figured out how to make it work for service alert notifications using a Perl-based handler script. Now we would like to automatically generate a similar notification to MS Teams whenever someone acknowledges ...
- Wed May 08, 2019 10:43 am
- Forum: Nagios XI
- Topic: Operations Center spamming logs with PHP Undefined variable
- Replies: 1
- Views: 349
Operations Center spamming logs with PHP Undefined variable
For example: PHP Notice: Undefined variable: class in /usr/local/nagiosxi/html/includes/components/nocscreen/nocscreenapi.php on line 425 I confirmed that "display_errors = Off" is in /etc/php.ini. Is there any other way to stop these messages? I also have the spinning "Update in prog...