From 19cc034665d791b69b2d440b257b3259057a568a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 22 Mar 2013 15:31:21 +0100 Subject: [PATCH] Add validator for the PerfdataWriter type. --- lib/icinga/icinga-type.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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" +}