summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_by_ssh.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index 0bce902..bbed954 100644
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
@@ -404,6 +404,14 @@ To use passive mode, provide multiple '-C' options, and provide\n\
404all of -O, -s, and -n options (servicelist order must match '-C'\n\ 404all of -O, -s, and -n options (servicelist order must match '-C'\n\
405options)\n")); 405options)\n"));
406 406
407 printf (_("\n\
408$ check_by_ssh -H localhost -n lh -s c1:c2:c3 \\\n\
409 -C uptime -C uptime -C uptime -O /tmp/foo\n\
410$ cat /tmp/foo\n\
411[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c1;0; up 2 days...\n\
412[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c2;0; up 2 days...\n\
413[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c3;0; up 2 days...\n"));
414
407 printf (_(UT_SUPPORT)); 415 printf (_(UT_SUPPORT));
408} 416}
409 417