Code

Bug: 694259 fix. After consulting with the target service authors, we
authorHarper Mann <harpermann@users.sourceforge.net>
Mon, 31 Jul 2006 18:55:09 +0000 (18:55 +0000)
committerHarper Mann <harpermann@users.sourceforge.net>
Mon, 31 Jul 2006 18:55:09 +0000 (18:55 +0000)
decided to keep the default port as 1248 and add a note about other services
sometimes using this port and suggesting to change the port.  Closing bug.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1464 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_nt.c

index 2505a0bc56890aebc436558549ea79b22516723a..e90cd578a56a43cb019a484c636d3e9d9ee3fa5d 100644 (file)
@@ -686,7 +686,11 @@ void print_help(void)
   printf (_("Notes:\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"));
+ - Critical thresholds should be lower than warning thresholds\n\
+ - Default port 1248 is sometimes in use by other services. The error \n\
+   output when this happens contains \"Cannot map xxxxx to protocol number\". \n\
+   One fix for this is to change the port to something else on check_nt \n\
+   and on the client service it\'s connecting to. \n"));
 }