mirror of https://github.com/Icinga/icinga2.git
Add validator for the PerfdataWriter type.
This commit is contained in:
parent
11282b875e
commit
19cc034665
|
@ -297,3 +297,9 @@ type TimePeriod {
|
|||
%attribute string "update"
|
||||
},
|
||||
}
|
||||
|
||||
type PerfdataWriter {
|
||||
%attribute string "path_prefix",
|
||||
%attribute string "format_template",
|
||||
%attribute number "rotation_interval"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue