mirror of https://github.com/Icinga/icinga2.git
parent
f6d6a82762
commit
f9075a0d0e
|
@ -26,7 +26,9 @@ class User : CustomVarObject
|
|||
[config] String email;
|
||||
[config] String pager;
|
||||
|
||||
[state] bool enable_notifications;
|
||||
[state] bool enable_notifications {
|
||||
default {{{ return true; }}}
|
||||
};
|
||||
[state] double last_notification;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue