summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-03-24 00:39:16 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-03-24 00:39:16 (GMT)
commit621b6bcb457efbc91b0a66948c5f8792919210f3 (patch)
tree46c78d1dbe0090fd36571ef7a0cddc0c9ad0f6fc
parent159e059078b9798b0388cbd5397aafe7079ac619 (diff)
downloadmonitoring-plugins-621b6bcb457efbc91b0a66948c5f8792919210f3.tar.gz
Reference to web site to get NSClient
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@451 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/check_nt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index 1c9dc0a..a2885a6 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -563,7 +563,8 @@ void print_help(void)
563 "-V, --version\n" 563 "-V, --version\n"
564 " Print version information\n\n" 564 " Print version information\n\n"
565 "Notes:\n" 565 "Notes:\n"
566 " - The NSClient service should be running on the server to get any information.\n" 566 " - The NSClient service should be running on the server to get any information\n"
567 " (http://nsclient.ready2run.nl).\n"
567 " - Critical thresholds should be lower than warning thresholds\n", PORT, DEFAULT_SOCKET_TIMEOUT); 568 " - Critical thresholds should be lower than warning thresholds\n", PORT, DEFAULT_SOCKET_TIMEOUT);
568} 569}
569 570