Add validator for the PerfdataWriter type.

This commit is contained in:
Gunnar Beutner 2013-03-22 15:31:21 +01:00
parent 11282b875e
commit 19cc034665
1 changed files with 6 additions and 0 deletions

View File

@ -297,3 +297,9 @@ type TimePeriod {
%attribute string "update"
},
}
type PerfdataWriter {
%attribute string "path_prefix",
%attribute string "format_template",
%attribute number "rotation_interval"
}