]> granicus.if.org Git - icinga2/blobdiff - lib/icinga/host.hpp
Correct current_concurrent_checks to actually running checks
[icinga2] / lib / icinga / host.hpp
index a72a7874c344fc3c9c98c60ce68dc3f84724a244..237d8aaa1b8d1d455fa45c52754013d47ddac09b 100644 (file)
@@ -39,7 +39,7 @@ public:
        HostState GetLastHardState() const override;
        int GetSeverity() const override;
 
-       bool IsStateOK(ServiceState state) override;
+       bool IsStateOK(ServiceState state) const override;
        void SaveLastState(ServiceState state, double timestamp) override;
 
        static HostState StateFromString(const String& state);