From d0e94c8efc488affd67eb7fe0444e7c4da87950a Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 23 Apr 2019 15:33:28 +0200 Subject: [PATCH] Docs: Fix formatting in object type chapter --- doc/09-object-types.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index dbca5fefe..d73fa8894 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -188,7 +188,7 @@ Argument array with `repeat_key = false`: 'key' 'value[0]' 'value[1]' 'value[2]' ``` -## Dependency +### Dependency Dependency objects are used to specify dependencies between hosts and services. Dependencies can be defined as Host-to-Host, Service-to-Service, Service-to-Host, or Host-to-Service @@ -294,7 +294,7 @@ Dependency objects have composite names, i.e. their names are based on the `chil name you specified. This means you can define more than one object with the same (short) name as long as one of the `child_host_name` and `child_service_name` attributes has a different value. -## Endpoint +### Endpoint Endpoint objects are used to specify connection information for remote Icinga 2 instances. More details can be found in the [distributed monitoring chapter](06-distributed-monitoring.md#distributed-monitoring). @@ -329,7 +329,7 @@ Configuration Attributes: Endpoint objects cannot currently be created with the API. -## EventCommand +### EventCommand An event command definition. @@ -357,7 +357,7 @@ Command arguments can be used the same way as for [CheckCommand objects](09-obje More advanced examples for event command usage can be found [here](03-monitoring-basics.md#event-commands). -## Host +### Host A host. @@ -444,7 +444,7 @@ Runtime Attributes: -## HostGroup +### HostGroup A group of hosts. @@ -471,7 +471,7 @@ Configuration Attributes: -## Notification +### Notification Notification objects are used to specify how users should be notified in case of host and service state changes and other events. @@ -557,7 +557,7 @@ Runtime Attributes: last\_problem\_notification | Timestamp | When the last notification was sent for a problem (as a UNIX timestamp). -## NotificationCommand +### NotificationCommand A notification command definition. @@ -651,7 +651,7 @@ Command arguments can be used the same way as for [CheckCommand objects](09-obje More details on specific attributes can be found in [this chapter](03-monitoring-basics.md#notification-commands). -## ScheduledDowntime +### ScheduledDowntime ScheduledDowntime objects can be used to set up recurring downtimes for hosts/services. @@ -702,7 +702,7 @@ with the same (short) name as long as one of the `host_name` and `service_name` attributes has a different value. -## Service +### Service Service objects describe network services and how they should be checked by Icinga 2. @@ -802,7 +802,7 @@ Runtime Attributes: last\_state\_unknown | Timestamp | When the last UNKNOWN state occurred (as a UNIX timestamp). -## ServiceGroup +### ServiceGroup A group of services. @@ -827,7 +827,7 @@ Configuration Attributes: -## TimePeriod +### TimePeriod Time periods can be used to specify when hosts/services should be checked or to limit when notifications should be sent out. @@ -888,7 +888,7 @@ Runtime Attributes: is\_inside | Boolean | Whether we're currently inside this timeperiod. -## User +### User A user. @@ -955,7 +955,7 @@ Runtime Attributes: --------------------------|-----------------------|---------------------------------- last\_notification | Timestamp | When the last notification was sent for this user (as a UNIX timestamp). -## UserGroup +### UserGroup A user group. @@ -979,7 +979,7 @@ Configuration Attributes: groups | Array of object names | **Optional.** An array of nested group names. -## Zone +### Zone Zone objects are used to specify which Icinga 2 instances are located in a zone. Please read the [distributed monitoring chapter](06-distributed-monitoring.md#distributed-monitoring) for additional details.