Skip to content

Commit

Permalink
Revert "added flot time plugin"
Browse files Browse the repository at this point in the history
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.
23 changes: 1 addition & 22 deletions config.json
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"
}

0 comments on commit bb70d80

Please sign in to comment.