Role to add the InfluxDB metrics configurations for Proxmox virtualization. More info on Proxmox stats available here.
Setting the InfluxDB servername and port is supported. Note that the UDP input is required to be configured on your InfluxDB server. note below "influx" should be "your-influx-database-hostname"
proxmox_stats_influx_server: influx
proxmox_stats_influx_port: "8089"
- hosts: servers
vars:
proxmox_stats_influx_server: influx.engonzal.com
proxmox_stats_influx_port: "8089"
roles:
- { role: engonzal.proxmox_stats, tags: [ 'proxmox_stats'] }
- Add support for graphite.
- Add instructions to configure InfluxDB UDP configs
BSD