You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# # Collects performance metrics from the MON, OSD, MDS and RGW nodes# # in a Ceph storage cluster.
[[inputs.ceph]]
# ## This is the recommended interval to poll. Too frequent and you# ## will lose data points due to timeouts during rebalancing and recoveryinterval = '1m'## ## All configuration values are optional, defaults are shown below## ## location of ceph binary# ceph_binary = "/usr/bin/ceph"## ## directory in which to look for socket filessocket_dir = "/var/snap/microceph/1228/run/"## ## prefix of MON and OSD socket files, used to determine socket typemon_prefix = "ceph-mon.dockerSwarm-11"# osd_prefix = "ceph-osd"mds_prefix = "ceph-mds.dockerSwarm-11"# rgw_prefix = "ceph-client"## ## suffix used to identify socket filessocket_suffix = "asok"## ## Ceph user to authenticate as, ceph will search for the corresponding# ## keyring e.g. client.admin.keyring in /etc/ceph, or the explicit path# ## defined in the client section of ceph.conf for example:# ### ## [client.telegraf]# ## keyring = /etc/ceph/client.telegraf.keyring# ### ## Consult the ceph documentation for more detail on keyring generation.ceph_user = "client.admin"## ## Ceph configuration to use to locate the clusterceph_config = "/var/snap/microceph/1228/conf/ceph.conf"## ## Whether to gather statistics via the admin socketgather_admin_socket_stats = true## ## Whether to gather statistics via ceph commands, requires ceph_user# ## and ceph_config to be specifiedgather_cluster_stats = true
Logs from Telegraf
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z W! [inputs.ceph] failed to dump perf schema from socket "/var/snap/microceph/1228/run/ceph-mds.dockerSwarm-11.asok": error running ceph schema: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z E! [inputs.ceph] Error in plugin: error reading from socket "/var/snap/microceph/1228/run/ceph-mds.dockerSwarm-11.asok": error running ceph dump: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z W! [inputs.ceph] failed to dump perf schema from socket "/var/snap/microceph/1228/run/ceph-mon.dockerSwarm-11.asok": error running ceph schema: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z E! [inputs.ceph] Error in plugin: error reading from socket "/var/snap/microceph/1228/run/ceph-mon.dockerSwarm-11.asok": error running ceph dump: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z W! [inputs.ceph] failed to dump perf schema from socket "/var/snap/microceph/1228/run/ceph-osd.1.asok": error running ceph schema: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z E! [inputs.ceph] Error in plugin: error reading from socket "/var/snap/microceph/1228/run/ceph-osd.1.asok": error running ceph dump: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z W! [inputs.ceph] failed to dump perf schema from socket "/var/snap/microceph/1228/run/ceph-osd.pid": error running ceph schema: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z E! [inputs.ceph] Error in plugin: error reading from socket "/var/snap/microceph/1228/run/ceph-osd.pid": error running ceph dump: exit status 1
Dec 17 16:33:00 dockerSwarm-11 telegraf[669874]: 2024-12-17T15:33:00Z E! [inputs.ceph] Error in plugin: error executing command: error running ceph "status": exit status 1
System info
Telegraf 1.33.0 (git: HEAD@67902005), Debian 12
Docker
No response
Steps to reproduce
Setup Microceph (Snap)
Symlink the Microceph Binaries to /usr/bin/ceph
Replicate the config like me.
...
Expected behavior
Normal Monitoring of Ceph without any Errors.
Actual behavior
No Monitoring Output and i get Errors.
Additional info
No response
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.33.0 (git: HEAD@67902005), Debian 12
Docker
No response
Steps to reproduce
...
Expected behavior
Normal Monitoring of Ceph without any Errors.
Actual behavior
No Monitoring Output and i get Errors.
Additional info
No response
The text was updated successfully, but these errors were encountered: