]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix missing livestatus tables
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Feb 2015 14:28:30 +0000 (15:28 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Feb 2015 14:28:52 +0000 (15:28 +0100)
refs #7361

doc/12-livestatus.md
doc/19-appendix.md

index c62da092329a5f5df330815ea0c1ec6d6891f4cd..c20fd25126f29328211fe25f789d8efa365e7701 100644 (file)
@@ -187,6 +187,9 @@ Default separators.
   endpoints     | &nbsp;    | config and status attributes
   log           | services, hosts, contacts, commands | parses [compatlog](6-object-types.md#objecttype-compatlogger) and shows log attributes
   statehist     | hosts, services | parses [compatlog](6-object-types.md#objecttype-compatlogger) and aggregates state change attributes
+  hostsbygroup  | hostgroups | host attributes grouped by hostgroup and its attributes
+  servicesbygroup | servicegroups | service attributes grouped by servicegroup and its attributes
+  servicesbyhostgroup  | hostgroups | service attributes grouped by hostgroup and its attributes
 
 The `commands` table is populated with `CheckCommand`, `EventCommand` and `NotificationCommand` objects.
 
index 397ea56692ab6acd09ed9d9576c9dd2c068e695e..6807d4cf62f99a1f367285a550068d7488249ac5 100644 (file)
@@ -664,3 +664,19 @@ Not supported: `neb_callbacks`, `neb_callbacks_rate`, `requests`, `requests_rate
   current_host_         | join      | Prefix for attributes from implicit join with hosts table.
 
 Not supported: `debug_info`.
+
+#### <a id="schema-livestatus-hostsbygroup-table-attributes"></a> Livestatus Hostsbygroup Table Attributes
+
+All (hosts)[19-appendix.md#schema-livestatus-hosts-table-attributes] table attributes grouped with
+the (hostgroups)[19-appendix.md#schema-livestatus-hostgroups-table-attributes] table prefixed with `hostgroup_`.
+
+#### <a id="schema-livestatus-servicesbygroup-table-attributes"></a> Livestatus Servicesbygroup Table Attributes
+
+All (services)[19-appendix.md#schema-livestatus-services-table-attributes] table attributes grouped with
+the (servicegroups)[19-appendix.md#schema-livestatus-servicegroups-table-attributes] table prefixed with `servicegroup_`.
+
+#### <a id="schema-livestatus-servicesbyhostgroup-table-attributes"></a> Livestatus Servicesbyhostgroup Table Attributes
+
+All (services)[19-appendix.md#schema-livestatus-services-table-attributes] table attributes grouped with
+the (hostgroups)[19-appendix.md#schema-livestatus-hostgroups-table-attributes] table prefixed with `hostgroup_`.
+