diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-08 00:36:19 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-08 00:36:19 (GMT) |
commit | e71d2c2b71d20ba3110030b4c6f3de1d9e827313 (patch) | |
tree | 6ea4fa97728e16f7aafa1356d31d55d5f42e10ec /plugins/check_by_ssh.c | |
parent | 911af3e7acb18caf051003b365a319173abfd989 (diff) | |
download | monitoring-plugins-e71d2c2b71d20ba3110030b4c6f3de1d9e827313.tar.gz |
patch 1028033
minor internationalization fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1013 f882894a-f735-0410-b71e-b25c423dba1c
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 | } |