[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.77,1.78

Subhendu Ghosh sghosh at users.sourceforge.net
Sat Apr 12 21:30:02 CEST 2003


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

Modified Files:
	configure.in 
Log Message:
update for check_mailq - qmail support

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** configure.in	7 Apr 2003 23:16:21 -0000	1.77
--- configure.in	13 Apr 2003 04:28:58 -0000	1.78
***************
*** 1258,1261 ****
--- 1258,1269 ----
  fi
  
+ AC_PATH_PROG(PATH_TO_QMAIL_QSTAT,qmail-qstat)
+ if test -x "$PATH_TO_QMAIL_QSTAT"
+ then
+ 	AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat])
+ else
+ 	AC_MSG_WARN([Could not find qmail-qstat or eqivalent])
+ fi
+ 
  dnl SWAP info required is amount allocated/available and amount free
  dnl The plugin works through all the swap devices and adds up the total swap





More information about the Commits mailing list