diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-10-30 05:07:29 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-10-30 05:07:29 (GMT) |
commit | ce72bc784d0bc9bdc70f5f74f2a0823eb816d710 (patch) | |
tree | d5454f300bd39f4802cd8267ef6a0dd77fb0e18f /configure.in | |
parent | a7fed9440ff832951c7fcaef915aba9080d58cf6 (diff) | |
download | monitoring-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.in | 9 |
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" |
785 | fi | 785 | fi |
786 | 786 | ||
787 | |||
788 | AC_PATH_PROG(PATH_TO_MAILQ,mailq) | ||
789 | if test -x "$PATH_TO_MAILQ" | ||
790 | then | ||
791 | AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq]) | ||
792 | else | ||
793 | echo "** Could not find mailq or eqivalent" | ||
794 | fi | ||
795 | |||
787 | dnl dunno why this does not work below - use hack (kbd) | 796 | dnl dunno why this does not work below - use hack (kbd) |
788 | dnl fine on linux, broken on solaris | 797 | dnl fine on linux, broken on solaris |
789 | dnl if /bin/test -e "/proc/meminfo" | 798 | dnl if /bin/test -e "/proc/meminfo" |