-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 9ababfb.
- Loading branch information
Christian Eichelmann
committed
Sep 11, 2014
1 parent
467dfff
commit bb70d80
Showing
1 changed file
with
1 addition
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
{ | ||
"ceph_config": "/etc/ceph/ceph.conf", | ||
"graphite": { | ||
"url": "https://mamat-graphite.infra.server.lan", | ||
"metrics": [ | ||
{ | ||
"targets": [ | ||
"avg(monitoring.ceph-mon-bs*_infra_server_lan.ceph_overall_cluster_status.read_bytes_sec.value)", | ||
"avg(monitoring.ceph-mon-bs*_infra_server_lan.ceph_overall_cluster_status.write_bytes_sec.value)" | ||
], | ||
"labels": [ "Read", "Write" ], | ||
"from": "-2h", | ||
"mode": "byteRate" | ||
}, | ||
{ | ||
"targets": [ | ||
"avg(monitoring.ceph-mon-bs*_infra_server_lan.ceph_overall_cluster_status.op_per_sec.value)" ], | ||
"labels": [ "IOPS" ], | ||
"colors": [ "#5bc0de" ], | ||
"from": "-2h" | ||
} | ||
] | ||
} | ||
"ceph_config": "/etc/ceph/ceph.conf" | ||
} |