mirror of https://github.com/Icinga/icinga2.git
Fix ExternalCommandProcessor::ChangeNormalHostCheckInterval.
This commit is contained in:
parent
ac9981fbcd
commit
a30afad4bd
|
@ -1908,7 +1908,7 @@ void ExternalCommandProcessor::ChangeNormalHostCheckInterval(double time, const
|
|||
{
|
||||
ObjectLock olock(hc);
|
||||
|
||||
hc->SetModifiedAttributes(interval * 60);
|
||||
hc->SetCheckInterval(interval * 60);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue