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

add cephio

parent b51fb10c
No related branches found
No related tags found
1 merge request!1Add ceph io
; ======================================================================
;
; Ceph IO
;
; show cheph IO in a single graph
;
; ----------------------------------------------------------------------
; 2023-05-09 <axel.hahn@unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[cephio.graph]
check_command = "Ceph-IO"
[cephio.urlparams]
areaAlpha = "0.2"
; areaMode = "first"
areaMode = "all"
colorList = "6699aa,cc66dd"
; ^ ^
; read write
lineWidth = "2"
min = "0"
yUnitSystem = "binary"
[cephio.metrics_filters]
write = "$service_name_template$.perfdata.cephio-write.value"
read = "$service_name_template$.perfdata.cephio-read.value"
[cephio.functions]
write = "alias($metric$, 'Write [byte/s]')"
read = "alias($metric$, 'Read [byte/s]')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment