]> granicus.if.org Git - icinga2/commitdiff
Add missing object type to Apply Rules doc example 5174/head
authorAdam Bolte <abolte@systemsaviour.com>
Thu, 20 Apr 2017 08:45:06 +0000 (18:45 +1000)
committerAdam Bolte <abolte@systemsaviour.com>
Thu, 20 Apr 2017 08:45:06 +0000 (18:45 +1000)
fixes #5173

doc/3-monitoring-basics.md

index 7b6b0ff53b1d6eecc5acd5d5f9221a18b65bb09c..8dcc053a728756bd74a2ad339b1dffd0803bb886 100644 (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"
     }