]> granicus.if.org Git - icinga2/commitdiff
Build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 5 Sep 2012 08:13:24 +0000 (10:13 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 5 Sep 2012 08:13:24 +0000 (10:13 +0200)
cib/service.cpp
cib/service.h

index 95b0ffd9216a9aa05fc977fbda5e4d544fdb753b..e8d6c74fdfdc015cc37328a68e61e2f96373a948 100644 (file)
@@ -23,7 +23,7 @@ using namespace icinga;
 
 REGISTER_CLASS(Service);
 
-const int Service::DefaultMaxAttempts = 3;
+const int Service::DefaultMaxCheckAttempts = 3;
 const int Service::DefaultCheckInterval = 5 * 60;
 const int Service::MinCheckInterval = 15;
 const int Service::CheckIntervalDivisor = 5;
index 56dde72fe47262637facc575d49525cee5cec0b8..406719b12c408c7e30222fc086594be5449922e8 100644 (file)
@@ -52,7 +52,7 @@ public:
        static bool Exists(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 MinCheckInterval;
        static const int CheckIntervalDivisor;