summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2002-10-30 05:07:29 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2002-10-30 05:07:29 (GMT)
commitce72bc784d0bc9bdc70f5f74f2a0823eb816d710 (patch)
treed5454f300bd39f4802cd8267ef6a0dd77fb0e18f /configure.in
parenta7fed9440ff832951c7fcaef915aba9080d58cf6 (diff)
downloadmonitoring-plugins-ce72bc784d0bc9bdc70f5f74f2a0823eb816d710.tar.gz
monitor mailq
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@163 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ea5c125..aa68894 100644
--- a/configure.in
+++ b/configure.in
@@ -784,6 +784,15 @@ else
784 echo "** Get ssh in order to make check_by_ssh plugin" 784 echo "** Get ssh in order to make check_by_ssh plugin"
785fi 785fi
786 786
787
788AC_PATH_PROG(PATH_TO_MAILQ,mailq)
789if test -x "$PATH_TO_MAILQ"
790then
791 AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq])
792else
793 echo "** Could not find mailq or eqivalent"
794fi
795
787dnl dunno why this does not work below - use hack (kbd) 796dnl dunno why this does not work below - use hack (kbd)
788dnl fine on linux, broken on solaris 797dnl fine on linux, broken on solaris
789dnl if /bin/test -e "/proc/meminfo" 798dnl if /bin/test -e "/proc/meminfo"