From aade27ab705d57f335b2fe3bb70d263271675a92 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 19 Jun 2014 15:50:11 +0200 Subject: [PATCH] Documentation: fix ssh example --- doc/3-monitoring-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index 8d02bf4dd..5e74cd9be 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -794,7 +794,7 @@ the service is applied to. If not set, the check command `my-ssh` will omit the /* apply ssh service */ apply Service "my-ssh" { import "generic-service" - check_command = "ssh" + check_command = "my-ssh" //set the command argument for ssh port with a custom host attribute, if set vars.ssh_port = "$host.vars.custom_ssh_port$" -- 2.49.0