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