Not dug into this yet, however we run check_pnp_rrds against our OMD boxes and this is throwing:
WARNING: 3764 XML Files checked. 1 RRD Errors found. 0 old XML Files found
.../.pnp-internal/runtime.xml rrdcached@unix:/omd/sites/default/tmp/run/rrdcached.sock: illegal attempt to update using time 1676988835.000000 when last update time is 1677053640.000000 (minimum one second step)
/omd/sites/default/local/lib/nagios/plugins/check_pnp_rrds.pl -a 1 --rrdpath /media/omd/default/perfdata
is the command we use on the OMD site called default
Normally when something like this happens it's because a check is returning identically keyed perfdata like blah=1; blah=1 so I'll rule that out before digging any further.
This didn't happen under OMD 4.40, it may have been happening on the 5.0 nightly but I'm not 100% sure
We run the following OMD configure on create:
omd config set GEARMAND on
omd config set GEARMAND_PORT 0.0.0.0:4730
omd config set GEARMAN_WORKER on
omd config set LIVESTATUS_TCP on
omd config set LIVESTATUS_TCP_PORT 6557
omd config set MOD_GEARMAN on
omd config set PNP4NAGIOS gearman
omd config set THRUK_COOKIE_AUTH off
omd config set GRAFANA on
I'm 99% sure this is related to pnp4nagios being in gearman mode now
Not dug into this yet, however we run check_pnp_rrds against our OMD boxes and this is throwing:
is the command we use on the OMD site called
defaultNormally when something like this happens it's because a check is returning identically keyed perfdata like
blah=1; blah=1so I'll rule that out before digging any further.This didn't happen under OMD 4.40, it may have been happening on the 5.0 nightly but I'm not 100% sure
We run the following OMD configure on create:
I'm 99% sure this is related to pnp4nagios being in gearman mode now