--- projects/cms/source/host/generic/statgrab.pl 2002/05/18 18:15:56 1.47 +++ projects/cms/source/host/generic/statgrab.pl 2002/05/21 16:47:11 1.48 @@ -2,6 +2,7 @@ # # i-scream central monitoring system +# http://www.i-scream.org.uk # Copyright (C) 2000-2002 i-scream # # This program is free software; you can redistribute it and/or @@ -22,7 +23,7 @@ #----------------------------------------------------------------- # Machine statistics grabber # $Author: tdb $ -# $Id: statgrab.pl,v 1.47 2002/05/18 18:15:56 tdb Exp $ +# $Id: statgrab.pl,v 1.48 2002/05/21 16:47:11 tdb Exp $ # # A Perl script to return various information about a host machine # by examining the output of some common Unix/Linux commands. @@ -97,7 +98,7 @@ exit(0); # the host should check this when reading data # means the host must be checked and updated to work with newer versions. sub print_ident() { - print 'packet.version statgrab.pl $Revision: 1.47 $'; + print 'packet.version statgrab.pl $Revision: 1.48 $'; print "\n"; }