pve-manager/PVE/Status
Dominik Csapak 5a5aed73e2 fix #1683: do not send non-numeric values to graphite
the graphite daemons which accept the data (carbon), only
accepts numeric values, and logs all invalid lines

since that were about 5 values per vm/ct this generated lot of noise
in the carbon log

so we check with a regex if a value is numeric, and
additionally we have a blacklist of keys which seem to be numeric but
are either boolean (e.g. template) or a state (e.g. pid)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-03-05 14:21:50 +01:00
..
Graphite.pm fix #1683: do not send non-numeric values to graphite 2018-03-05 14:21:50 +01:00
InfluxDB.pm InfluxDB plugins: send nodename when updating CT/VM status 2017-02-28 11:28:10 +01:00
Makefile Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
Plugin.pm InfluxDB plugins: send nodename when updating CT/VM status 2017-02-28 11:28:10 +01:00