Skip to content
Snippets Groups Projects
Commit 39f25f9a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

switch colors

parent 89884fd8
Branches
No related tags found
1 merge request!2switch colors
...@@ -30,11 +30,11 @@ yUnitSystem = "binary" ...@@ -30,11 +30,11 @@ yUnitSystem = "binary"
[cephio.metrics_filters] [cephio.metrics_filters]
write = "$service_name_template$.perfdata.cephio-write.value"
read = "$service_name_template$.perfdata.cephio-read.value" read = "$service_name_template$.perfdata.cephio-read.value"
write = "$service_name_template$.perfdata.cephio-write.value"
[cephio.functions] [cephio.functions]
write = "alias($metric$, 'Write [byte/s]')"
read = "alias($metric$, 'Read [byte/s]')" read = "alias($metric$, 'Read [byte/s]')"
write = "alias($metric$, 'Write [byte/s]')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment