Skip to content
Snippets Groups Projects
iml_cephio.ini 1008 B
; ======================================================================
;
; 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]
read   = "$service_name_template$.perfdata.cephio-read.value"
write  = "$service_name_template$.perfdata.cephio-write.value"



[cephio.functions]
read   = "alias($metric$, 'Read [byte/s]')"
write  = "alias($metric$, 'Write [byte/s]')"