mirror of https://github.com/Icinga/icinga2.git
Fix syntax error.
This commit is contained in:
parent
463f4e4cf9
commit
0b8d011601
|
@ -144,7 +144,7 @@ type Host {
|
|||
%attribute name(TimePeriod) "notification_period",
|
||||
|
||||
%attribute number "notification_type_filter",
|
||||
%attribute number "notification_state_filter"
|
||||
%attribute number "notification_state_filter",
|
||||
|
||||
%attribute dictionary "macros" {
|
||||
%attribute string "*"
|
||||
|
|
Loading…
Reference in New Issue