diff options
-rw-r--r-- | plugins/check_nt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c index c7baa474..b29d8b7a 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c @@ -557,7 +557,8 @@ void print_help(void) "-V, --version\n" " Print version information\n\n" "Notes:\n" - " - The NSClient service should be running on the server to get any information.\n" + " - The NSClient service should be running on the server to get any information\n" + " (http://nsclient.ready2run.nl).\n" " - Critical thresholds should be lower than warning thresholds\n", PORT, DEFAULT_SOCKET_TIMEOUT); } |