From: Gunnar Beutner Date: Tue, 17 Mar 2015 08:02:17 +0000 (+0100) Subject: Fix some mistakes in the documentation X-Git-Tag: v2.3.3~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5276763d1810adbf6fe2d91a16ec1d31c903be3e;p=icinga2 Fix some mistakes in the documentation fixes #8767 --- diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index bb52e26a7..c34385ac7 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -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.