Fix PerfdataWriter config validation.

Fixes #6255
This commit is contained in:
Michael Friedrich 2014-05-21 18:16:25 +02:00
parent 8d1467697c
commit d0bc351f82
1 changed files with 6 additions and 2 deletions

View File

@ -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"
}