mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Fix ExternalCommandProcessor::ChangeNormalHostCheckInterval.
This commit is contained in:
parent
ac9981fbcd
commit
a30afad4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1908,7 +1908,7 @@ void ExternalCommandProcessor::ChangeNormalHostCheckInterval(double time, const
|
|||
{
|
||||
ObjectLock olock(hc);
|
||||
|
||||
hc->SetModifiedAttributes(interval * 60);
|
||||
hc->SetCheckInterval(interval * 60);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue