From: Gunnar Beutner Date: Fri, 22 Mar 2013 14:31:21 +0000 (+0100) Subject: Add validator for the PerfdataWriter type. X-Git-Tag: v0.0.2~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19cc034665d791b69b2d440b257b3259057a568a;p=icinga2 Add validator for the PerfdataWriter type. --- diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index b4037de44..09dba47e8 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -297,3 +297,9 @@ type TimePeriod { %attribute string "update" }, } + +type PerfdataWriter { + %attribute string "path_prefix", + %attribute string "format_template", + %attribute number "rotation_interval" +}