-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
iml_netio.ini 1.19 KiB
; ======================================================================
;
; Net IO
;
; show network usage in / out
;
; ----------------------------------------------------------------------
; 2020-03-23 <axel.hahn@iml.unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[netio.graph]
check_command = "NetIO"
[netio.urlparams]
areaAlpha = "0.2"
; areaMode = "first"
areaMode = "all"
colorList = "6699aa,cc66dd"
; ^ ^
; trans read
lineWidth = "2"
min = "0"
yUnitSystem = "binary"
[netio.metrics_filters]
; USELESS: "warn" and "crit" are not stored in graphite
; usage.warn = "$service_name_template$.perfdata.cpu-usage.warn"
; usage.crit = "$service_name_template$.perfdata.cpu-usage.crit"
rx = "$service_name_template$.perfdata.rx.value"
tx = "$service_name_template$.perfdata.tx.value"
[netio.functions]
; usage = "alias(color($metric$, '#ff5566'), 'Usage (%)')"
rx = "alias($metric$, 'Received [byte]')"
tx = "alias($metric$, 'Transmitted [byte]')"