Perfdata: Fix config validation warning.

This commit is contained in:
Michael Friedrich 2013-08-16 17:24:59 +02:00
parent ff545add78
commit 1a13f2ad6e
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ type TimePeriod {
}
type PerfdataWriter {
%attribute string "path_prefix",
%attribute string "perfdata_path",
%attribute string "format_template",
%attribute number "rotation_interval"
}