IcingaCommand/Endpoint: fix typo
This commit is contained in:
parent
d8d12d38b4
commit
457fb859e4
|
@ -74,7 +74,7 @@ class IcingaCommand extends IcingaObject
|
|||
|
||||
protected function renderTimeout()
|
||||
{
|
||||
return $this->renderPropertyAsSecond('timeout');
|
||||
return $this->renderPropertyAsSeconds('timeout');
|
||||
}
|
||||
|
||||
public static function setPluginDir($pluginDir)
|
||||
|
|
|
@ -24,6 +24,6 @@ class IcingaEndpoint extends IcingaObject
|
|||
|
||||
protected function renderLog_duration()
|
||||
{
|
||||
return $this->renderPropertyAsSecond('log_duration');
|
||||
return $this->renderPropertyAsSeconds('log_duration');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue