mirror of https://github.com/Icinga/icinga2.git
parent
cd2ffd175b
commit
11c6c11076
|
@ -90,6 +90,8 @@ abstract class Checkable : CustomVarObject
|
|||
[config] String icon_image_alt;
|
||||
|
||||
[state] Timestamp next_check;
|
||||
[state, no_user_view, no_user_modify] Timestamp last_check_started;
|
||||
|
||||
[state] int check_attempt {
|
||||
default {{{ return 1; }}}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue