summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca2a936)
raw | patch | inline | side by side (parent: ca2a936)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Fri, 2 Apr 2004 19:37:03 +0000 (19:37 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Fri, 2 Apr 2004 19:37:03 +0000 (19:37 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@863 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_by_ssh.c | patch | blob | history |
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index 0bce902f5d2ab96d7f924154f2451dba94eb90e2..bbed9541c39b2b5dbd0c21b84874bb9ab52e59cd 100644 (file)
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
all of -O, -s, and -n options (servicelist order must match '-C'\n\
options)\n"));
+ printf (_("\n\
+$ check_by_ssh -H localhost -n lh -s c1:c2:c3 \\\n\
+ -C uptime -C uptime -C uptime -O /tmp/foo\n\
+$ cat /tmp/foo\n\
+[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c1;0; up 2 days...\n\
+[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c2;0; up 2 days...\n\
+[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c3;0; up 2 days...\n"));
+
printf (_(UT_SUPPORT));
}