Re: rrd files not created
Posted: Wed Feb 21, 2018 6:34 pm
I increased the Performance Data Logging Verbosity to use a debug log level "2" on two Nagios XI servers.
I noticed that on a Nagios XI server that is able to create rrd files, the perfdata.log shows an update for a rrd file for a Ping service below and this rrd file actually exists under this host in the perfdata directory:
2018-02-21 22:37:23 [92933] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/nycmnyfotl01v/Ping_vm.rrd 1519252623:91.029999:0
I also noticed that on a Nagios XI server that is unable to create rrd files, the perfdata.log shows a creation for a rrd file for a ping service, but this rrd file does not exist under this host in the perfdata directory:
2018-02-21 22:36:44 [74814] [2] /opt/app/rrdtool/bin/rrdtool create ///opt/app/nagios/share/perfdata/nycmnyfotl01v/_HOST_.rrd RRA:AVERAGE:0.5:1:2880 RRA:AVERAGE:0.5:5:2880 RRA:AVERAGE:0.5:30:4320 RRA:AVERAGE:0.5:360:5840 RRA:MAX:0.5:1:2880 RRA:MAX:0.5:5:2880 RRA:MAX:0.5:30:4320 RRA:MAX:0.5:360:5840 RRA:MIN:0.5:1:2880 RRA:MIN:0.5:5:2880 RRA:MIN:0.5:30:4320 RRA:MIN:0.5:360:5840 DS:1:GAUGE:8460:U:U DS:2:GAUGE:8460:U:U DS:3:GAUGE:8460:U:U DS:4:GAUGE:8460:U:U --start=1519252572 --step=60
I do not see any "rrdtool update" for a service for a host on this Nagios XI server in the perfdata.log, like the first Nagios XI server that actually has rrd files created. I only see the "rrdtool update" in the perfdata.log on this Nagios XI server as shown below:
2018-02-21 22:37:15 [75547] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/.pnp-internal/runtime_runtime.rrd 1519252604:3.277295
2018-02-21 22:37:15 [75547] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/.pnp-internal/runtime_update.rrd 1519252604:0
2018-02-21 22:37:15 [75547] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/.pnp-internal/runtime_create.rrd 1519252604:0
Can you explain these different log messages in the perfdata.log on these two Nagios XI servers and the relationship to the rrd files? Thanks!
I noticed that on a Nagios XI server that is able to create rrd files, the perfdata.log shows an update for a rrd file for a Ping service below and this rrd file actually exists under this host in the perfdata directory:
2018-02-21 22:37:23 [92933] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/nycmnyfotl01v/Ping_vm.rrd 1519252623:91.029999:0
I also noticed that on a Nagios XI server that is unable to create rrd files, the perfdata.log shows a creation for a rrd file for a ping service, but this rrd file does not exist under this host in the perfdata directory:
2018-02-21 22:36:44 [74814] [2] /opt/app/rrdtool/bin/rrdtool create ///opt/app/nagios/share/perfdata/nycmnyfotl01v/_HOST_.rrd RRA:AVERAGE:0.5:1:2880 RRA:AVERAGE:0.5:5:2880 RRA:AVERAGE:0.5:30:4320 RRA:AVERAGE:0.5:360:5840 RRA:MAX:0.5:1:2880 RRA:MAX:0.5:5:2880 RRA:MAX:0.5:30:4320 RRA:MAX:0.5:360:5840 RRA:MIN:0.5:1:2880 RRA:MIN:0.5:5:2880 RRA:MIN:0.5:30:4320 RRA:MIN:0.5:360:5840 DS:1:GAUGE:8460:U:U DS:2:GAUGE:8460:U:U DS:3:GAUGE:8460:U:U DS:4:GAUGE:8460:U:U --start=1519252572 --step=60
I do not see any "rrdtool update" for a service for a host on this Nagios XI server in the perfdata.log, like the first Nagios XI server that actually has rrd files created. I only see the "rrdtool update" in the perfdata.log on this Nagios XI server as shown below:
2018-02-21 22:37:15 [75547] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/.pnp-internal/runtime_runtime.rrd 1519252604:3.277295
2018-02-21 22:37:15 [75547] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/.pnp-internal/runtime_update.rrd 1519252604:0
2018-02-21 22:37:15 [75547] [2] /opt/app/rrdtool/bin/rrdtool update ///opt/app/nagios/share/perfdata/.pnp-internal/runtime_create.rrd 1519252604:0
Can you explain these different log messages in the perfdata.log on these two Nagios XI servers and the relationship to the rrd files? Thanks!