Skip to content
Snippets Groups Projects

Add ceph io

Merged Hahn Axel (hahn) requested to merge add-ceph-io into master
2 files
+ 42
2
Compare changes
  • Side-by-side
  • Inline
Files
2
iml_cephio.ini 0 → 100644
+ 40
0
 
; ======================================================================
 
;
 
; 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]')"
Loading