]> granicus.if.org Git - icinga2/blobdiff - components/livestatus/servicestable.h
Livestatus: Add 'is_reachable' to hosts/services table.
[icinga2] / components / livestatus / servicestable.h
index 5f83ff1037ab34848c561581b4494015319edf09..4662628bfb9e1dd2d9ec7c9e4627282780d9da97 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-present 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                *
@@ -123,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);
 };
 
 }