Hey there,
i'm a proxmox user, and i use docker in a vm .
I want to try to get proxmox metrics on my influxdb ( localised in a docker )
I have configured my node in /etc/pve/status.cfg
like that :
and i have put this configuration in my container influxdb
in the file /etc/influxdb/influxdb.conf
But i can't find any logs about Proxmox,
how to test if my data are going in my database ?
My server proxmox have a différent ip, is it a problem ?
192.168.1.55
Thanks for help and don't be rude with my english, i'm french
i'm a proxmox user, and i use docker in a vm .
I want to try to get proxmox metrics on my influxdb ( localised in a docker )
I have configured my node in /etc/pve/status.cfg
like that :
Code:
influxdb:
server 192.168.1.30
port 8089
Code:
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "telegraf"
batch-size = 1000
batch-timeout = "1s"
in the file /etc/influxdb/influxdb.conf
But i can't find any logs about Proxmox,
how to test if my data are going in my database ?
My server proxmox have a différent ip, is it a problem ?
192.168.1.55
Thanks for help and don't be rude with my english, i'm french
Last edited: