From ab4ba1823824b09598ddabb4ca6ad7a97fa4adf6 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 24 Jun 2016 14:17:24 +0200 Subject: [PATCH] Allow strings in Dependency states filter refs #11445 --- lib/icinga/dependency.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/dependency.ti b/lib/icinga/dependency.ti index fbbb8246c..830a114ad 100644 --- a/lib/icinga/dependency.ti +++ b/lib/icinga/dependency.ti @@ -100,7 +100,7 @@ class Dependency : CustomVarObject < DependencyNameComposer }}} }; - [config] array(double) states; + [config] array(Value) states; int state_filter_real (StateFilter); [config] bool ignore_soft_states { -- 2.40.0