mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Decreased minimum check interval to 5 seconds.
This commit is contained in:
parent
3ffe8707ab
commit
366b1d1435
@ -54,7 +54,7 @@ REGISTER_TYPE(Service, serviceAttributes);
|
|||||||
|
|
||||||
const int Service::DefaultMaxCheckAttempts = 3;
|
const int Service::DefaultMaxCheckAttempts = 3;
|
||||||
const int Service::DefaultCheckInterval = 5 * 60;
|
const int Service::DefaultCheckInterval = 5 * 60;
|
||||||
const int Service::MinCheckInterval = 15;
|
const int Service::MinCheckInterval = 5;
|
||||||
const int Service::CheckIntervalDivisor = 5;
|
const int Service::CheckIntervalDivisor = 5;
|
||||||
|
|
||||||
boost::signal<void (const Service::Ptr&, const CheckResultMessage&)> Service::OnCheckResultReceived;
|
boost::signal<void (const Service::Ptr&, const CheckResultMessage&)> Service::OnCheckResultReceived;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user