[Nagiosplug-checkins] nagiosplug NPTest.pm,1.1,1.2
Peter Bray
illumino at users.sourceforge.net
Mon Jul 25 07:18:21 CEST 2005
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins/t check_disk.t,1.1.1.1,1.2 check_dns.t,1.2,1.3 check_fping.t,1.1.1.1,1.2 check_ftp.t,1.2,1.3 check_hpjd.t,1.1.1.1,1.2 check_http.t,1.3,1.4 check_imap.t,1.1.1.1,1.2 check_load.t,1.3,1.4 check_mysql.t,1.2,1.3 check_ping.t,1.1.1.1,1.2 check_pop.t,1.1.1.1,1.2 check_procs.t,1.2,1.3 check_smtp.t,1.1.1.1,1.2 check_snmp.t,1.1.1.1,1.2 check_swap.t,1.1.1.1,1.2 check_tcp.t,1.2,1.3 check_time.t,1.1.1.1,1.2 check_udp.t,1.1.1.1,1.2 check_users.t,1.1.1.1,1.2 check_vsz.t,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28309
Modified Files:
NPTest.pm
Log Message:
Change the environment variable NPTESTCACHE to NPTEST_CACHE for consistancy
Index: NPTest.pm
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/NPTest.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- NPTest.pm 25 Jul 2005 01:47:14 -0000 1.1
+++ NPTest.pm 25 Jul 2005 14:17:48 -0000 1.2
@@ -202,8 +202,8 @@
# I'm not really sure wether to house a site-specific cache inside
# or outside of the extracted source / build tree - lets default to outside
-my( $CACHEFILENAME ) = ( exists( $ENV{'NPTESTCACHE'} ) && $ENV{'NPTESTCACHE'} )
- ? $ENV{'NPTESTCACHE'} : "/var/tmp/NPTest.cache"; # "../Cache.pdd";
+my( $CACHEFILENAME ) = ( exists( $ENV{'NPTEST_CACHE'} ) && $ENV{'NPTEST_CACHE'} )
+ ? $ENV{'NPTEST_CACHE'} : "/var/tmp/NPTest.cache"; # "../Cache.pdd";
#
# Testing Functions
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins/t check_disk.t,1.1.1.1,1.2 check_dns.t,1.2,1.3 check_fping.t,1.1.1.1,1.2 check_ftp.t,1.2,1.3 check_hpjd.t,1.1.1.1,1.2 check_http.t,1.3,1.4 check_imap.t,1.1.1.1,1.2 check_load.t,1.3,1.4 check_mysql.t,1.2,1.3 check_ping.t,1.1.1.1,1.2 check_pop.t,1.1.1.1,1.2 check_procs.t,1.2,1.3 check_smtp.t,1.1.1.1,1.2 check_snmp.t,1.1.1.1,1.2 check_swap.t,1.1.1.1,1.2 check_tcp.t,1.2,1.3 check_time.t,1.1.1.1,1.2 check_udp.t,1.1.1.1,1.2 check_users.t,1.1.1.1,1.2 check_vsz.t,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list