summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-03-24 00:26:31 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-03-24 00:26:31 (GMT)
commitadee35627433d72f07142b09c82f833751e6244f (patch)
treeae3b085c74e3c0dc1ea27da3b89e0927b6221ec3
parent739ea144d276ca475730d0c928ed9fd82f3cba03 (diff)
downloadmonitoring-plugins-adee35627433d72f07142b09c82f833751e6244f.tar.gz
Reference to web site to get NSClient
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@450 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 c7baa47..b29d8b7 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -557,7 +557,8 @@ void print_help(void)
557 "-V, --version\n" 557 "-V, --version\n"
558 " Print version information\n\n" 558 " Print version information\n\n"
559 "Notes:\n" 559 "Notes:\n"
560 " - The NSClient service should be running on the server to get any information.\n" 560 " - The NSClient service should be running on the server to get any information\n"
561 " (http://nsclient.ready2run.nl).\n"
561 " - Critical thresholds should be lower than warning thresholds\n", PORT, DEFAULT_SOCKET_TIMEOUT); 562 " - Critical thresholds should be lower than warning thresholds\n", PORT, DEFAULT_SOCKET_TIMEOUT);
562} 563}
563 564