Search found 11 matches

by oliviergautreau
Fri May 31, 2024 5:30 am
Forum: Nagios XI
Topic: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.
Replies: 4
Views: 1138

Re: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.

Hi Jason I thing we solved it. We noticed the following errors when executing sysstat.php manualy . [root@snag001 my.cnf.d]# php -q /usr/local/nagiosxi/cron/sysstat.php | grep -i err <p><pre>SQL Error [nagiosxi] : Incorrect string value: '\xE2\x94\x94\xE2\x94\x80...' for column `nagiosxi`.`xi_syssta...
by oliviergautreau
Fri May 31, 2024 3:00 am
Forum: Nagios XI
Topic: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.
Replies: 4
Views: 1138

Re: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.

Hi Jason thx for your answer. output below [root@snag001 ~]# systemctl | grep -i nagios session-11904.scope loaded active running Session 11904 of user nagios session-11905.scope loaded active running Session 11905 of user nagios session-11906.scope loaded active running Session 11906 of user nagios...
by oliviergautreau
Thu May 30, 2024 12:21 pm
Forum: Nagios XI
Topic: Upgrade issue with Nagios XI version 2024R1.1.1 (Nagios Core 4.4.13).
Replies: 6
Views: 2931

Re: Upgrade issue with Nagios XI version 2024R1.1.1 (Nagios Core 4.4.13).

Hi dieter33, We had a similar issue on rhel8 and needed to install from specific nagios repo. Olivier # dnf install https://repo.nagios.com/nagios/8/nagios-repo-8-2.el8.noarch.rpm # dnf list installed php-imap Updating Subscription Management repositories. Installed Packages php-imap.x86_64 7.2.11-1...
by oliviergautreau
Thu May 30, 2024 12:13 pm
Forum: Nagios XI
Topic: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.
Replies: 4
Views: 1138

Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.

Hi there We've just completed a nagiosxi Server inplace upgrade from rhel7 to rhel8 and the operation has gone well. We solved most of the issues. But we still have a problem with the status of the Monitoring engine / Performance grapher: still in red even though apparently everything is working fin...
by oliviergautreau
Thu May 30, 2024 12:07 pm
Forum: Nagios XI
Topic: version conflict urllib3 after upgrade to 2024R1.1.3
Replies: 6
Views: 3968

Re: version conflict urllib3 after upgrade to 2024R1.1.3

This worked for me: ## SOLUTION https://access.redhat.com/solutions/6971428 #Remove the requests and urllib3 installed from pip: pip uninstall requests urllib3 #Reinstall the python libraries on the system using: yum reinstall python-urllib3 python-requests #Verify package in the system with rpm -Va...
by oliviergautreau
Mon Feb 08, 2021 5:50 am
Forum: Nagios XI
Topic: Upgrade Centos and NagiosXI
Replies: 6
Views: 1823

Re: Upgrade Centos and NagiosXI

Hi there, we have exactly the same question: What would be the best way to upgrade ? We are also using a Nagios VM. Best regards, Olivier A new Nagios XI update is available. 5.8.1 was released on January 15th, 2021. Visit http://www.nagios.com to obtain the latest update. Latest Available Version: ...
by oliviergautreau
Wed Sep 16, 2020 10:04 am
Forum: Nagios Log Server
Topic: nagios LS is not receiving Microsoft event id 4625 anymore !
Replies: 1
Views: 1036

nagios LS is not receiving Microsoft event id 4625 anymore !

Nagios LS is not receiving Microsoft netlogon event id 4625 anymore ! Hi there, We didn't know when the Problem started and if Microsoft has changed something recently, but our nagios ls dashboard are suddently desperately empty. Indeed, lots of fields are missing in the messages. Not only net logon...
by oliviergautreau
Fri Apr 03, 2020 5:29 am
Forum: Nagios Log Server
Topic: Histogram issue in nagiosls
Replies: 6
Views: 1061

Re: Histogram issue in nagiosls

Yes, it is working now with the :int convertion.
ConcurrentUsers is a not a string anymore but a long.

thx a lot for your help !
by oliviergautreau
Fri Apr 03, 2020 1:22 am
Forum: Nagios Log Server
Topic: Histogram issue in nagiosls
Replies: 6
Views: 1061

Re: Histogram issue in nagiosls

hi Scott and thank you for this feedback. Indeed, we got a ClassCastException error message. But ConcurrentUsers is set to a NUMBER. Should i convert the ConcurrentUsers Field and how ? With the following syntax %{NUMBER:concurrentUsers:int} ? I will try this ! thx, Olivier if [host] == '172.19.251....
by oliviergautreau
Thu Apr 02, 2020 11:09 am
Forum: Nagios Log Server
Topic: Histogram issue in nagiosls
Replies: 6
Views: 1061

Re: Histogram issue in nagiosls

Hi Scott,

I have : count / mean / min / max / total
02-04-2020 17-56-22.png
If I change to total, and choose ConcurrentUsers in new Value Field, i get a ClassCastException