[Nagiosplug-checkins] nagiosplug/plugins check_nt.c,1.40,1.41
Harper Mann
harpermann at users.sourceforge.net
Mon Jul 31 20:55:11 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30656
Modified Files:
check_nt.c
Log Message:
Bug: 694259 fix. After consulting with the target service authors, we
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.
Index: check_nt.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_nt.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- check_nt.c 17 Jun 2006 12:28:43 -0000 1.40
+++ check_nt.c 31 Jul 2006 18:55:09 -0000 1.41
@@ -686,7 +686,11 @@
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"));
}
More information about the Commits
mailing list