-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ceph influxdb output no ceph_pool_stat #3431
Comments
See also #3387 |
this pkg should fix yout pool stats https://dl.influxdata.com/telegraf/nightlies/telegraf_nightly_amd64.deb |
This is interesting, we haven't changed ceph since 1.4. I'm interested to hear more reports on if the pool stats are affected in the nightly. |
@yoke88 if you have pools in the output of |
Closing based on reports that this is now working. |
Directions
using telegraf Telegraf v1.4.3 (git: release-1.4 b473b6a) to monitor ceph,but can not see the measurement with name 'ceph_pool_stat'
Bug report
Relevant telegraf.conf:
[[inputs.ceph]]
interval = '1m'
ceph_user = "client.admin"
ceph_config = "/etc/ceph/ceph.conf"
gather_admin_socket_stats = true
gather_cluster_stats = true
System info:
telegraf version: Telegraf v1.4.3 (git: release-1.4 b473b6a)
ceph version: ceph version 12.2.1 (3e7492b9ada8bdc9a5cd0feafd42fbca27f9c38e) luminous (stable)
Steps to reproduce:
Expected behavior:
ceph_pool_stat measurement shoud be exist and has data while enable gather_cluster_stats = true
Actual behavior:
ceph_pool_stat measurement not exist
Additional info:
The text was updated successfully, but these errors were encountered: