forked from Crapworks/ceph-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.grahite.json
More file actions
25 lines (25 loc) · 794 Bytes
/
config.grahite.json
File metadata and controls
25 lines (25 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"ceph_config": "/etc/ceph/ceph.conf",
"graphite": {
"url": "http://graphite.server.org",
"metrics": [
{
"targets": [
"avg(monitoring.ceph-mon*.ceph_overall_cluster_status.read_bytes_sec)",
"avg(monitoring.ceph-mon*.ceph_overall_cluster_status.write_bytes_sec)"
],
"labels": [ "Read", "Write" ],
"from": "-2h",
"mode": "byteRate"
},
{
"targets": [
"avg(monitoring.ceph-mon*.ceph_overall_cluster_status.op_per_sec)"
],
"labels": [ "IOPS" ],
"colors": [ "#5bc0de" ],
"from": "-2h"
}
]
}
}