forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ceph: describe exposed ports (elastic#17566) (elastic#17581)
(cherry picked from commit 0713a1b)
- Loading branch information
Showing
5 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Metricsets depending on the Ceph REST API (default port: 5000) | ||
- module: ceph | ||
metricsets: ["cluster_disk", "cluster_health", "monitor_health", "pool_disk", "osd_tree"] | ||
period: 10s | ||
hosts: ["localhost:5000"] | ||
enabled: true | ||
|
||
# Metricsets depending on the Ceph Manager Daemon (default port: 8003) | ||
- module: ceph | ||
metricsets: | ||
- mgr_cluster_disk | ||
- mgr_osd_perf | ||
- mgr_pool_disk | ||
- mgr_osd_pool_stats | ||
- mgr_osd_tree | ||
period: 1m | ||
hosts: [ "https://localhost:8003" ] | ||
#username: "user" | ||
#password: "secret" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters