Search found 10 matches

by rpike
Tue May 23, 2023 10:32 am
Forum: Nagios XI
Topic: Upgrading XI from 5.9.3 to 5.10.0
Replies: 9
Views: 3812

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. ...
by rpike
Fri May 19, 2023 4:30 pm
Forum: Nagios XI
Topic: Upgrading XI from 5.9.3 to 5.10.0
Replies: 9
Views: 3812

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

Code: Select all

CREATE DATABASE `nagiosxi`;
to:

Code: Select all

CREATE DATABASE IF NOT EXISTS `nagiosxi`;
by rpike
Wed Feb 02, 2022 1:54 pm
Forum: Nagios XI
Topic: Feature Request: Additional Filters on Operations Center
Replies: 1
Views: 87

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
by rpike
Tue Oct 12, 2021 8:58 am
Forum: Nagios XI
Topic: Feature Request: Acknowledgement Report
Replies: 1
Views: 70

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.
by rpike
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: 80

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 ...
by rpike
Mon Feb 08, 2021 5:17 pm
Forum: Nagios XI
Topic: Feature Request: Download Data From Status Screens
Replies: 1
Views: 58

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.
by rpike
Wed May 27, 2020 5:36 pm
Forum: Nagios XI
Topic: Invoke Event Handler on Every Acknowledgement?
Replies: 1
Views: 58

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 ...
by rpike
Wed May 08, 2019 10:43 am
Forum: Nagios XI
Topic: Operations Center spamming logs with PHP Undefined variable
Replies: 1
Views: 155

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...
by rpike
Wed Feb 13, 2019 1:39 pm
Forum: Nagios XI
Topic: Default Sort Order in Operations Center
Replies: 1
Views: 54

Default Sort Order in Operations Center

It seems that the latest Operations Center screen now sorts items from oldest to most recent (i.e. descending Duration) by default. We prefer to show the opposite with the the most most recent on top, and I may be mistaken, but I think that is how it used to be. How can we set it so that it sorts th...
by rpike
Wed Aug 15, 2018 8:51 am
Forum: Nagios XI
Topic: Acknowledgement history?
Replies: 1
Views: 160

Acknowledgement history?

We do not notify on acknowledgement, but encountered a situation where the service since recovered so any previous acknowledgement is gone along with any trace as far as I can tell. My boss wants to know: 1. who, if anyone, acknowledged this alert from 2 days ago 2. what they said in the acknowledge...