diff --git a/iml_onehost.ini b/iml_onehost.ini
index 05f68abffb4ae6a4de5ae48335e377bbd86da28f..d7e7698c39a11b5fa8823d120a423d3660e22701 100644
--- a/iml_onehost.ini
+++ b/iml_onehost.ini
@@ -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:')"