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-09 06:41:54 +02:00
2015-09-11 07:59:34 +02:00
2015-09-11 07:59:34 +02:00
2015-03-27 13:43:59 +01:00
2011-08-23 16:23:46 +02:00
2014-04-30 08:31:14 +02:00
2015-05-12 12:16:26 +02:00
2013-01-22 11:44:41 +01:00
2011-12-20 07:04:39 +01:00
2014-08-05 09:16:05 +02:00