[Nagiosplug-checkins] CVS: nagiosplug/plugins check_nwstat.c,1.8,1.9

Karl DeBisschop kdebisschop at users.sourceforge.net
Wed Aug 6 05:12:03 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv6776

Modified Files:
	check_nwstat.c 
Log Message:
markup for translation

Index: check_nwstat.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_nwstat.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** check_nwstat.c	29 Jun 2003 02:18:28 -0000	1.8
--- check_nwstat.c	6 Aug 2003 12:11:21 -0000	1.9
***************
*** 1,135 ****
  /******************************************************************************
-  *
-  * Program: NetWare statistics plugin for Nagios
-  * License: GPL
-  *
-  * License Information:
-  *
-  * This program is free software; you can redistribute it and/or modify
-  * it under the terms of the GNU General Public License as published by
-  * the Free Software Foundation; either version 2 of the License, or
[...1794 lines suppressed...]
!  -w, --warning=INTEGER\n\
!     Threshold which will result in a warning status\n\
!  -c, --critical=INTEGER\n\
!     Threshold which will result in a critical status\n\
!  -o, --osversion\n\
!     Include server version string in results\n"));
! 
! 	printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT);
! 
! 	printf (_("\n\
! Notes:\n\
! - This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG\n\
!   extension for NetWare be loaded on the Novell servers you wish to check.\n\
!   (available from http://www.engr.wisc.edu/~drews/mrtg/)\n\
! - Values for critical thresholds should be lower than warning thresholds\n\
!   when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, \n\
!   TCB, LRUS and LRUM.\n"));
! 
! 	printf (_(UT_SUPPORT));
  }





More information about the Commits mailing list