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

add graph for rear backup status

parent af888cbc
No related branches found
No related tags found
1 merge request!10add graph for rear backup status
; ======================================================================
;
; Rear Backup status
;
; ----------------------------------------------------------------------
; 2023-12-22 <axel.hahn@unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[backupserver.graph]
check_command = "Rear-Backup"
[backupserver.urlparams]
areaAlpha = "0.4"
; areaMode = "first"
areaMode = "stacked"
colorList = "cc0000,ffaa22,33cc33"
; ^ ^ ^
; crit warn ok
lineWidth = "2"
min = "0"
; max = "100"
yUnitSystem = "binary"
[backupserver.metrics_filters]
critical = "$service_name_template$.perfdata.critical.value"
warning = "$service_name_template$.perfdata.warning.value"
ok = "$service_name_template$.perfdata.ok.value"
[backupserver.functions]
critical = "alias($metric$, 'Outdated')"
warning = "alias($metric$, 'Warning')"
ok = "alias($metric$, 'OK')"
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