]> granicus.if.org Git - icinga2/blobdiff - components/livestatus/servicestable.h
Livestatus: Add 'is_reachable' to hosts/services table.
[icinga2] / components / livestatus / servicestable.h
index 0701ffe89fb9ef4ea7bb6ccb52866004dca0b383..4662628bfb9e1dd2d9ec7c9e4627282780d9da97 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2013 Icinga Development Team (http://www.icinga.org/)   *
+ * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org)    *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
@@ -94,6 +94,7 @@ protected:
        static Value AcceptPassiveChecksAccessor(const Value& row);
        static Value EventHandlerEnabledAccessor(const Value& row);
        static Value NotificationsEnabledAccessor(const Value& row);
+        static Value ProcessPerformanceDataAccessor(const Value& row);
        static Value ActiveChecksEnabledAccessor(const Value& row);
        static Value CheckOptionsAccessor(const Value& row);
        static Value FlapDetectionEnabledAccessor(const Value& row);
@@ -122,6 +123,8 @@ protected:
        static Value CustomVariablesAccessor(const Value& row);
        static Value GroupsAccessor(const Value& row);
        static Value ContactGroupsAccessor(const Value& row);
+        static Value CheckSourceAccessor(const Value& row);
+        static Value IsReachableAccessor(const Value& row);
 };
 
 }