mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
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);
|
ObjectLock olock(hc);
|
||||||
|
|
||||||
hc->SetModifiedAttributes(interval * 60);
|
hc->SetCheckInterval(interval * 60);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user