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

add graph for disbaled hosts

parent ffbfbeb6
No related branches found
No related tags found
1 merge request!76678 onehost add disabled hosts
......@@ -6,6 +6,7 @@
;
; ----------------------------------------------------------------------
; 2023-06-12 <axel.hahn@unibe.ch> initial version
; 2023-09-15 <axel.hahn@unibe.ch> add disabled hosts
; ======================================================================
......@@ -20,9 +21,9 @@ check_command = "ONE-hosts"
areaAlpha = "0.2"
; areaMode = "first"
areaMode = "stacked"
colorList = "66cc88,888888,ddddee"
colorList = "dd4444,888888,66cc88"
; ^ ^ ^
; on other total
; other dsbl on
lineWidth = "2"
min = "0"
......@@ -30,12 +31,14 @@ min = "0"
yUnitSystem = "binary"
[onehost.metrics_filters]
valon = "$service_name_template$.perfdata.on.value"
valother = "$service_name_template$.perfdata.other.value"
valdis = "$service_name_template$.perfdata.disabled.value"
valon = "$service_name_template$.perfdata.on.value"
valtotal = "$service_name_template$.perfdata.total.value"
[onehost.functions]
valon = "alias($metric$, 'ON')"
valother = "alias($metric$, 'other state')"
valdis = "alias($metric$, 'disabled')"
valon = "alias($metric$, 'ON')"
valtotal = "alias($metric$, ':hidden:')"
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