Hello,
I've got an influxdb v2 running. All the proxmox metrics will already been pushed there. This is working fine, configuration was done via webui.
I'm testing ceph and want to also monitor this in my influx/grafana lab.
How do I setup ceph to send the metrics to influxdb2
I've found the manual https://docs.ceph.com/en/quincy/mgr/influx/
and tried it with
ceph config set mgr mgr/influx/hostname 192.168.4.19
ceph config set mgr mgr/influx/username admin
ceph config set mgr mgr/influx/password <my token>
ceph mgr module enable influx
ceph mgr module ls is showing me enabled for influx, but I cannot see any data or any issue log.
I guess the token as admin and v2 is not compatible.
Any guess?
I've got an influxdb v2 running. All the proxmox metrics will already been pushed there. This is working fine, configuration was done via webui.
I'm testing ceph and want to also monitor this in my influx/grafana lab.
How do I setup ceph to send the metrics to influxdb2
I've found the manual https://docs.ceph.com/en/quincy/mgr/influx/
and tried it with
ceph config set mgr mgr/influx/hostname 192.168.4.19
ceph config set mgr mgr/influx/username admin
ceph config set mgr mgr/influx/password <my token>
ceph mgr module enable influx
ceph mgr module ls is showing me enabled for influx, but I cannot see any data or any issue log.
I guess the token as admin and v2 is not compatible.
Any guess?