diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c index 2505a0b..e90cd57 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c | |||
@@ -686,7 +686,11 @@ void print_help(void) | |||
686 | printf (_("Notes:\n\ | 686 | printf (_("Notes:\n\ |
687 | - The NSClient service should be running on the server to get any information\n\ | 687 | - The NSClient service should be running on the server to get any information\n\ |
688 | (http://nsclient.ready2run.nl).\n\ | 688 | (http://nsclient.ready2run.nl).\n\ |
689 | - Critical thresholds should be lower than warning thresholds\n")); | 689 | - Critical thresholds should be lower than warning thresholds\n\ |
690 | - Default port 1248 is sometimes in use by other services. The error \n\ | ||
691 | output when this happens contains \"Cannot map xxxxx to protocol number\". \n\ | ||
692 | One fix for this is to change the port to something else on check_nt \n\ | ||
693 | and on the client service it\'s connecting to. \n")); | ||
690 | } | 694 | } |
691 | 695 | ||
692 | 696 | ||