Docs: Fix wrong command reference

refs #7867
This commit is contained in:
Michael Friedrich 2014-11-27 18:19:38 +01:00
parent 6332921fb6
commit e398b7eccf
1 changed files with 1 additions and 1 deletions

View File

@ -1811,7 +1811,7 @@ You can integrate the above example `CheckCommand` definition
}
apply Service "my-icmp" {
check_command = "icmp"
check_command = "my-icmp"
check_interval = 1m
retry_interval = 30s