mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Build fix.
This commit is contained in:
parent
1a5d4aa4cb
commit
df6de810cd
@ -23,7 +23,7 @@ using namespace icinga;
|
|||||||
|
|
||||||
REGISTER_CLASS(Service);
|
REGISTER_CLASS(Service);
|
||||||
|
|
||||||
const int Service::DefaultMaxAttempts = 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 = 15;
|
||||||
const int Service::CheckIntervalDivisor = 5;
|
const int Service::CheckIntervalDivisor = 5;
|
||||||
|
@ -52,7 +52,7 @@ public:
|
|||||||
static bool Exists(const String& name);
|
static bool Exists(const String& name);
|
||||||
static Service::Ptr GetByName(const String& name);
|
static Service::Ptr GetByName(const String& name);
|
||||||
|
|
||||||
static const int DefaultMaxAttempts;
|
static const int DefaultMaxCheckAttempts;
|
||||||
static const int DefaultCheckInterval;
|
static const int DefaultCheckInterval;
|
||||||
static const int MinCheckInterval;
|
static const int MinCheckInterval;
|
||||||
static const int CheckIntervalDivisor;
|
static const int CheckIntervalDivisor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user