Description
We noticed a sudden change from our icinga perfomance data writing to an influxdb after upgrading to 2.13.1.
Oct 25 10:11:39 Updated: icinga2-bin-2.13.1-1.el7.icinga.x86_64
At this time, there's a change in values within the influxdb, for example static max values from a memory-check. The following query
SELECT ("max") FROM "memory-windows" WHERE ("hostname" = 'testserver.local' AND "metric" = 'memory') AND time >= '2021-10-25T08:00:00.000000000Z' AND time <= '2021-10-25T09:25:00.000000000Z'
results in a new value after the upgrade.
1635148819000000000 12884377600
1635148999000000000 12884377600
1635149179000000000 12884377600
1635149359000000000 12884377600
1635150079000000000 12287500000
1635150259000000000 12287500000
1635150439000000000 12287500000
The values were correct before and matched the performance data displayed in icingaweb
memory | 2.37 GiB | 12.00 GiB | 1228.75 MiB | 614.38 MiB
Did something change in how that data is written to influxdb?