]> granicus.if.org Git - icinga2/commitdiff
config: Add missing "volatile" validator for the Service type.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 24 Sep 2013 11:33:16 +0000 (13:33 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 24 Sep 2013 11:33:16 +0000 (13:33 +0200)
lib/icinga/icinga-type.conf

index f8e2492904c86cdc641793bcf834a229bfc1ff2b..dd9a5e18ef3cabd7442ad0446ba9e8c28bd798c9 100644 (file)
@@ -130,6 +130,8 @@ type Service {
        %attribute number "enable_flapping",
        %attribute number "flapping_threshold",
 
+       %attribute number "volatile",
+
        %attribute array "hostdependencies" {
                %attribute name(Host) "*"
        },