]> granicus.if.org Git - icinga2/commitdiff
Add validator for the PerfdataWriter type.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Mar 2013 14:31:21 +0000 (15:31 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Mar 2013 14:32:57 +0000 (15:32 +0100)
lib/icinga/icinga-type.conf

index b4037de44aaa4264548bb2750cfc5426b25e0cbc..09dba47e83ddb0c8a360dda6199b22e45e1c0647 100644 (file)
@@ -297,3 +297,9 @@ type TimePeriod {
                %attribute string "update"
        },
 }
+
+type PerfdataWriter {
+       %attribute string "path_prefix",
+       %attribute string "format_template",
+       %attribute number "rotation_interval"
+}