diff options
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index dd2230a..f31c9c6 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -393,13 +393,13 @@ To use passive mode, provide multiple '-C' options, and provide\n\ | |||
393 | all of -O, -s, and -n options (servicelist order must match '-C'\n\ | 393 | all of -O, -s, and -n options (servicelist order must match '-C'\n\ |
394 | options)\n")); | 394 | options)\n")); |
395 | 395 | ||
396 | printf (_("\n\ | 396 | printf ("\n\ |
397 | $ check_by_ssh -H localhost -n lh -s c1:c2:c3 \\\n\ | 397 | $ check_by_ssh -H localhost -n lh -s c1:c2:c3 \\\n\ |
398 | -C uptime -C uptime -C uptime -O /tmp/foo\n\ | 398 | -C uptime -C uptime -C uptime -O /tmp/foo\n\ |
399 | $ cat /tmp/foo\n\ | 399 | $ cat /tmp/foo\n\ |
400 | [1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c1;0; up 2 days...\n\ | 400 | [1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c1;0; up 2 days...\n\ |
401 | [1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c2;0; up 2 days...\n\ | 401 | [1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c2;0; up 2 days...\n\ |
402 | [1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c3;0; up 2 days...\n")); | 402 | [1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c3;0; up 2 days...\n"); |
403 | 403 | ||
404 | printf (_(UT_SUPPORT)); | 404 | printf (_(UT_SUPPORT)); |
405 | } | 405 | } |