[Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_file_age.pl,1.1,1.2
Ton Voon
tonvoon at users.sourceforge.net
Tue Oct 21 14:44:04 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv24135
Modified Files:
check_file_age.pl
Log Message:
- Fixed file name (Matt Garrett)
Index: check_file_age.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_file_age.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** check_file_age.pl 2 Jul 2003 15:01:22 -0000 1.1
--- check_file_age.pl 21 Oct 2003 15:56:35 -0000 1.2
***************
*** 2,6 ****
# $Id$
! # check_file.pl Copyright (C) 2003 Steven Grimm <koreth-nagios at midwinter.com>
#
# Checks a file's size and modification time to make sure it's not empty
--- 2,6 ----
# $Id$
! # check_file_age.pl Copyright (C) 2003 Steven Grimm <koreth-nagios at midwinter.com>
#
# Checks a file's size and modification time to make sure it's not empty
***************
*** 37,41 ****
my ($result, $message, $age, $size, $st);
! $PROGNAME="check_file";
$opt_w = 240;
--- 37,41 ----
my ($result, $message, $age, $size, $st);
! $PROGNAME="check_file_age";
$opt_w = 240;
More information about the Commits
mailing list