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

Merge branch 'add-ceph-io' into 'master'

Add ceph io

See merge request !1
parents b51fb10c 89884fd8
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]')"
; ====================================================================== ; ======================================================================
; ;
; CPU usage ; Net IO
; ;
; show usage and idle as graph and pie ; show network usage in / out
; ;
; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
; 2020-03-23 <axel.hahn@iml.unibe.ch> initial version ; 2020-03-23 <axel.hahn@iml.unibe.ch> initial version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment