Files
librenms-librenms/includes
Alban Browaeys a6bc7490e2 Fix app docker (#14080)
* docker app: polling - RRD dataset and fields value mismatch

RRD dataset definitions and fields array keys passed to data_update
have to be in the same order. There is no match based on key before
building the rrdtool update command.

Fixes mem_perc ending as NaN because it ended with a value above 100
as it was given mem_limit bytes value.

* docker app - remove misleading divider

The mem_perc and cpu_usage are already in percent, no need to divide
them by a hundred. The values were then made into milli percent or micro
percent.
2022-07-15 09:12:20 -05:00
..
2021-09-10 20:09:53 +02:00
2022-07-15 09:12:20 -05:00
2022-07-15 09:12:20 -05:00
2022-04-12 08:27:31 -05:00
2022-03-12 16:14:32 -06:00
2021-08-19 17:31:32 +02:00