[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.19,1.20 acconfig.h,1.3,1.4
    Subhendu Ghosh 
    sghosh at users.sourceforge.net
       
    Tue Oct 29 21:08:04 CET 2002
    
        - Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_breeze.pl,1.3,1.4 check_disk_smb.pl,1.5,1.6 check_flexlm.pl,1.4,1.5 check_log.sh,1.2,1.3 check_ntp.pl,1.8,1.9 check_rpc.pl,1.4,1.5 check_sensors.sh,1.1.1.1,1.2 check_wave.pl,1.3,1.4
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_mailq.pl,NONE,1.1 utils.pm.in,1.4,1.5 Makefile.am,1.3,1.4
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/nagiosplug/nagiosplug
In directory usw-pr-cvs1:/tmp/cvs-serv8594
Modified Files:
	configure.in acconfig.h 
Log Message:
monitor mailq
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** configure.in	16 Oct 2002 22:26:47 -0000	1.19
--- configure.in	30 Oct 2002 05:07:29 -0000	1.20
***************
*** 785,788 ****
--- 785,797 ----
  fi
  
+ 
+ AC_PATH_PROG(PATH_TO_MAILQ,mailq)
+ if test -x "$PATH_TO_MAILQ"
+ then
+ 	AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq])
+ else
+ 	echo "** Could not find mailq or eqivalent"
+ fi
+ 
  dnl dunno why this does not work below - use hack (kbd)
  dnl fine on linux, broken on solaris
Index: acconfig.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/acconfig.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** acconfig.h	16 Oct 2002 10:18:41 -0000	1.3
--- acconfig.h	30 Oct 2002 05:07:29 -0000	1.4
***************
*** 25,28 ****
--- 25,29 ----
  #undef PATH_TO_LMSTAT
  #undef PATH_TO_SMBCLIENT
+ #undef PATH_TO_MAILQ
  #undef PING_COMMAND
  #undef PING_PACKETS_FIRST
    
    
        
	- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_breeze.pl,1.3,1.4 check_disk_smb.pl,1.5,1.6 check_flexlm.pl,1.4,1.5 check_log.sh,1.2,1.3 check_ntp.pl,1.8,1.9 check_rpc.pl,1.4,1.5 check_sensors.sh,1.1.1.1,1.2 check_wave.pl,1.3,1.4
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_mailq.pl,NONE,1.1 utils.pm.in,1.4,1.5 Makefile.am,1.3,1.4
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the Commits
mailing list