Add missing object type to Apply Rules doc example

fixes #5173
This commit is contained in:
Adam Bolte 2017-04-20 18:45:06 +10:00
parent 0f81c357c0
commit 51e503fe0a
No known key found for this signature in database
GPG Key ID: E00A5640D5D2A487
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"
}