summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2003-04-13 04:28:58 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2003-04-13 04:28:58 (GMT)
commit1934d3c2252f4f2f9539acedf93737887598d34b (patch)
treeff135b982294eafb0ac31b889f930fad27a9a464 /configure.in
parent664be83730ff97368e8bfcf5e1fc4db2435d2c3a (diff)
downloadmonitoring-plugins-1934d3c2252f4f2f9539acedf93737887598d34b.tar.gz
update for check_mailq - qmail support
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@491 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 690e894..a7f3d1f 100644
--- a/configure.in
+++ b/configure.in
@@ -1257,6 +1257,14 @@ else
1257 AC_MSG_WARN([Could not find mailq or eqivalent]) 1257 AC_MSG_WARN([Could not find mailq or eqivalent])
1258fi 1258fi
1259 1259
1260AC_PATH_PROG(PATH_TO_QMAIL_QSTAT,qmail-qstat)
1261if test -x "$PATH_TO_QMAIL_QSTAT"
1262then
1263 AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat])
1264else
1265 AC_MSG_WARN([Could not find qmail-qstat or eqivalent])
1266fi
1267
1260dnl SWAP info required is amount allocated/available and amount free 1268dnl SWAP info required is amount allocated/available and amount free
1261dnl The plugin works through all the swap devices and adds up the total swap 1269dnl The plugin works through all the swap devices and adds up the total swap
1262dnl available. 1270dnl available.