22 lines
424 B
Text
22 lines
424 B
Text
|
# Module: ceph
|
||
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-ceph.html
|
||
|
|
||
|
- module: ceph
|
||
|
#metricsets:
|
||
|
# - cluster_health
|
||
|
# - cluster_status
|
||
|
# - monitor_health
|
||
|
period: 10s
|
||
|
hosts: ["localhost:5000"]
|
||
|
#username: "user"
|
||
|
#password: "secret"
|
||
|
|
||
|
- module: ceph
|
||
|
#metricsets:
|
||
|
# - cluster_disk
|
||
|
# - osd_tree
|
||
|
# - osd_df
|
||
|
# - pool_disk
|
||
|
period: 1m
|
||
|
hosts: ["localhost:5000"]
|