Merge pull request #5174 from boltronics/fix/apply-rule-doc-example

Add missing object type to Apply Rules doc example

fixes #5174 
fixes #5173
This commit is contained in:
Michael Friedrich 2017-04-20 10:58:23 +02:00 committed by GitHub
commit fb4c9f393c
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ Several object types require an object relation, e.g. [Service](9-object-types.m
If you for example create a service object you have to specify the [host_name](9-object-types.md#objecttype-service)
attribute and reference an existing host attribute.
object "ping4" {
object Service "ping4" {
check_command = "ping4"
host_name = "icinga2-client1.localdomain"
}