From d0bc351f82b39c9eafcfc5ed0cbd73ed6c8640f0 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 21 May 2014 18:16:25 +0200 Subject: [PATCH] Fix PerfdataWriter config validation. Fixes #6255 --- components/perfdata/perfdata-type.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/perfdata/perfdata-type.conf b/components/perfdata/perfdata-type.conf index bc6a8479d..81a87ed69 100644 --- a/components/perfdata/perfdata-type.conf +++ b/components/perfdata/perfdata-type.conf @@ -18,8 +18,12 @@ ******************************************************************************/ %type PerfdataWriter { - %attribute %string "perfdata_path", - %attribute %string "format_template", + %attribute %string "host_perfdata_path", + %attribute %string "service_perfdata_path", + %attribute %string "host_temp_path", + %attribute %string "service_temp_path", + %attribute %string "host_format_template", + %attribute %string "service_format_template", %attribute %number "rotation_interval" }