Hi,
I have the following config on my proxmox server however metrics do not appear as reported.
Proxmox Config
influxdb:
server 192.168.2.147
port 8089
Influx db config
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"
retention-policy = ""
Running: tcpdump udp -i vmbr0 -vv port 8089 yields tcpdump: listening on vmbr0, link-type EN10MB (Ethernet), capture size 262144 bytes and no results. Doesn't look like proxmox is sending any data.
Any suggestions?
Thanks
I have the following config on my proxmox server however metrics do not appear as reported.
Proxmox Config
influxdb:
server 192.168.2.147
port 8089
Influx db config
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"
retention-policy = ""
Running: tcpdump udp -i vmbr0 -vv port 8089 yields tcpdump: listening on vmbr0, link-type EN10MB (Ethernet), capture size 262144 bytes and no results. Doesn't look like proxmox is sending any data.
Any suggestions?
Thanks
Last edited: