mirror of https://github.com/Icinga/icinga2.git
parent
cf55fe96e4
commit
9c152f1f5c
|
@ -5,7 +5,7 @@ namespace icinga
|
||||||
|
|
||||||
class Command : DynamicObject
|
class Command : DynamicObject
|
||||||
{
|
{
|
||||||
[config] Value command_line;
|
[config] Value command (CommandLine);
|
||||||
[config] Value timeout {
|
[config] Value timeout {
|
||||||
default {{{ return 300; }}}
|
default {{{ return 300; }}}
|
||||||
};
|
};
|
||||||
|
@ -14,4 +14,4 @@ class Command : DynamicObject
|
||||||
[config] Array::Ptr escape_macros;
|
[config] Array::Ptr escape_macros;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue