parent
faf40ec970
commit
9120db3f70
|
@ -29,6 +29,10 @@ class IcingaCommand extends IcingaObject
|
|||
|
||||
protected $supportsArguments = true;
|
||||
|
||||
protected $intervalProperties = array(
|
||||
'timeout' => 'timeout',
|
||||
);
|
||||
|
||||
protected static $pluginDir;
|
||||
|
||||
/**
|
||||
|
@ -83,11 +87,6 @@ class IcingaCommand extends IcingaObject
|
|||
return c::renderKeyValue('command', c::renderArray($parts));
|
||||
}
|
||||
|
||||
protected function renderTimeout()
|
||||
{
|
||||
return $this->renderPropertyAsSeconds('timeout');
|
||||
}
|
||||
|
||||
public static function setPluginDir($pluginDir)
|
||||
{
|
||||
self::$pluginDir = $pluginDir;
|
||||
|
|
Loading…
Reference in New Issue