Fix some mistakes in the documentation

fixes #8767
This commit is contained in:
Gunnar Beutner 2015-03-17 09:02:17 +01:00
parent dae206e899
commit c39846167a
1 changed files with 3 additions and 1 deletions

View 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.