From: Michael Friedrich Date: Fri, 16 Aug 2013 15:24:59 +0000 (+0200) Subject: Perfdata: Fix config validation warning. X-Git-Tag: v0.0.3~690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a13f2ad6ecc6bde2db331b34b689f4823e4b378;p=icinga2 Perfdata: Fix config validation warning. --- diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index 584ac28bb..ee1513265 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -352,7 +352,7 @@ type TimePeriod { } type PerfdataWriter { - %attribute string "path_prefix", + %attribute string "perfdata_path", %attribute string "format_template", %attribute number "rotation_interval" }