Alexandre Derumier c7f3e2abe2 add influxdb stats plugin V2
/etc/pve/status.cfg
-------------------
influxdb:
      server influxdb3.odiso.net
      port 8089

This require influxdb >= 0.9 with udp enabled

influxdb.conf
-------------

[[udp]]
  enabled = true
  bind-address = "0.0.0.0:8089"
  database = "proxmox"
  batch-size = 1000
  batch-timeout = "1s"

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-09-11 07:59:34 +02:00
..
2015-09-11 07:59:34 +02:00
2015-09-11 07:59:34 +02:00
2015-09-11 07:59:34 +02:00
2015-06-23 17:13:14 +02:00