Problems with RRD files in Nagios 5.5.7

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
evisus
Posts: 82
Joined: Tue Apr 26, 2016 1:19 pm

Problems with RRD files in Nagios 5.5.7

Post by evisus »

Nagios Version: 5.5.7
O.S: CentOS Linux release 7.5.1804 (Core)
Core/CPU: 2 Core / Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz
Mem: 4Gb

attached profile

######

We are testing Nagios 5.5.7 in a clean centos installation.

It calls attention to the RRD files are not generated, XML files are generated correctly, we do not see errors in the log records.

The installation process has been regular, we have only made a change of the keys by default, but even before that the rrd files were not generated.

I appreciate your help
Last edited by benjaminsmith on Wed Dec 05, 2018 2:05 pm, edited 1 time in total.
Reason: Profile saved in forum files
evisus
Posts: 82
Joined: Tue Apr 26, 2016 1:19 pm

Re: Problems with RRD files in Nagios 5.5.7

Post by evisus »

Apparently I found the error.

The problem is not because of errors in Nagios 5.5.7, it is related to an error in Centos 7.5

When trying to manually create an rrd file I found the following error:

[root@localhost]#rrdtool restore /usr/local/nagios/share/perfdata/localhost/PING.xml /usr/local/nagios/share/perfdata/localhost/PING.rrd

rrdtool: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured_standard

This led me to find the following bugs: "https://bugs.centos.org/view.php?id=15495"

Updating glib2 the problem is solved.

Now I have little data for the graphics, but for tomorrow I will have the certainty that the problem is corrected
evisus
Posts: 82
Joined: Tue Apr 26, 2016 1:19 pm

Re: Problems with RRD files in Nagios 5.5.7

Post by evisus »

There are no problems with the graphics.

You only have to update glib2 in the new installations of Centos 7.5.

I hope this information serves others.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Problems with RRD files in Nagios 5.5.7

Post by ssax »

Thank you for posting this and the solution, I'm sure future visitors will find it helpful! Are we okay to lock the topic and mark it as resolved?
evisus
Posts: 82
Joined: Tue Apr 26, 2016 1:19 pm

Re: Problems with RRD files in Nagios 5.5.7

Post by evisus »

Yes, it is resolved, you can close the ticket.
Thank you
Locked