]> granicus.if.org Git - icinga2/commitdiff
Fix some mistakes in the documentation
authorGunnar Beutner <gunnar@beutner.name>
Tue, 17 Mar 2015 08:02:17 +0000 (09:02 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 17 Mar 2015 08:02:42 +0000 (09:02 +0100)
fixes #8767

doc/3-monitoring-basics.md

index bb52e26a731432b628679a8411e39af4cd21dd0b..c34385ac761d71351b3d82ccb7420607e2081fbc 100644 (file)
@@ -213,6 +213,8 @@ run against:
         "-p" = "$ping_packets$"
       }
 
+      vars.ping_address = "$address$"
+
       vars.ping_wrta = 100
       vars.ping_wpl = 5
 
@@ -268,7 +270,7 @@ rules - by specifying the full attribute name:
     $service.vars.ping_wrta$
 
 This retrieves the value of the `ping_wrta` custom attribute for the service. This
-returns an empty value if the server does not have such a custom attribute no matter
+returns an empty value if the service does not have such a custom attribute no matter
 whether another object such as the host has this attribute.