[Orca-checkins] r476 - orca/trunk/data_gatherers/procallator
guilherme_chehab at yahoo.com
guilherme_chehab at yahoo.com
Mon Jul 25 10:23:34 PDT 2005
Author: guilherme_chehab at yahoo.com
Date: Mon Jul 25 10:22:46 2005
New Revision: 476
Modified:
orca/trunk/data_gatherers/procallator/CHANGES
orca/trunk/data_gatherers/procallator/procallator.pl.in
Log:
Added @PROC@ to procallator.pl
Modified: orca/trunk/data_gatherers/procallator/CHANGES
==============================================================================
--- orca/trunk/data_gatherers/procallator/CHANGES (original)
+++ orca/trunk/data_gatherers/procallator/CHANGES Mon Jul 25 10:22:46 2005
@@ -25,7 +25,8 @@
versions, that way, using the new cfg with older collected data, or
the older cfg with newer collected data may lead to some problems, like
missing graphs and so. That way the upgrade should be planned with care
-0.04 - Added support for COMPRESS variable in configure scripts, defaults to
+0.04 - Added support for @COMPRESS@ variable in configure scripts, defaults to
/usr/bin/gzip
- Fixed error on .cfg regarding the NFS statsdata types, were COUNTERs
when they should be modelled as GAUGEs
+0.05 - Added support for @PROC@ variable in configure scripts
Modified: orca/trunk/data_gatherers/procallator/procallator.pl.in
==============================================================================
--- orca/trunk/data_gatherers/procallator/procallator.pl.in (original)
+++ orca/trunk/data_gatherers/procallator/procallator.pl.in Mon Jul 25 10:22:46 2005
@@ -27,7 +27,7 @@
# Config variables
-$PROC = "/proc"; # Proc directory, usually /proc
+$PROC = "@PROC@"; # Proc directory, usually /proc
$INTERVAL = 300; # Interval between each measure, in seconds
$COMPRESS = "@COMPRESSOR@"; # Compressor...
More information about the Orca-checkins
mailing list