From blair at orcaware.com Wed Mar 8 21:36:34 2006 From: blair at orcaware.com (blair at orcaware.com) Date: Wed, 8 Mar 2006 21:36:34 -0800 Subject: [Orca-checkins] r527 - orca/trunk Message-ID: <200603090536.k295aYXp003982@orca3.orcaware.com> Author: blair at orcaware.com Date: Wed Mar 8 21:35:57 2006 New Revision: 527 Modified: orca/trunk/autogen.sh Log: Fix the relative ordering of the autoconf files in the rrdtool package, as they were touched in the incorrect ordering and required users to have autoconf installed to build rrdtool. The relative ordering was taken from the official rrdtool-1.0.50.tar.gz tarball. * autogen.sh: Touch Makefile.am, configure.ac, aclocal.m4, Makefile.in, configure and config.h.in in that order with a two second sleep between touches. Modified: orca/trunk/autogen.sh ============================================================================== --- orca/trunk/autogen.sh (original) +++ orca/trunk/autogen.sh Wed Mar 8 21:35:57 2006 @@ -36,10 +36,22 @@ # environment. # # To work around this, touch the build files in chronological order. +# These files are touched in the same order that the files appear in +# the offical RRDtool tarball. echo "$0: touching RRDtool build files to preserve relative timestamps..." -find packages -name configure.in -o -name Makefile.am | xargs touch -sleep 2 -find packages -name configure -o -name Makefile.in -o -name stamp-h\* | xargs touch +for f in \ + Makefile.am \ + configure.ac \ + aclocal.m4 \ + Makefile.in \ + configure \ + config.h.in; + do + path=packages/rrdtool-1.0.50/$f + echo Touching $path + touch $path + sleep 2 +done # Now create configure and it's associated build files. echo "$0: creating configure and associated build files..." From blair at orcaware.com Sun Mar 12 14:10:38 2006 From: blair at orcaware.com (blair at orcaware.com) Date: Sun, 12 Mar 2006 14:10:38 -0800 Subject: [Orca-checkins] r528 - orca/trunk Message-ID: <200603122210.k2CMAcdw008944@orca3.orcaware.com> Author: blair at orcaware.com Date: Sun Mar 12 14:10:01 2006 New Revision: 528 Modified: orca/trunk/TODO Log: Add a good idea to the TODO list. Suggested by: Neil Tan * TODO: Change the color of the name of the host in the main index page to red if that Orca client's data was overdue. Modified: orca/trunk/TODO ============================================================================== --- orca/trunk/TODO (original) +++ orca/trunk/TODO Sun Mar 12 14:10:01 2006 @@ -1,3 +1,14 @@ +From Neil Tan + + I am not very conversant with Perl scripting and would like a + feature added to the Orca main index page. I have Orca charts + running for 600-800 machines Solaris and Linux. One constant + problem is machines falling out due to Jumpstarts, ssh upgrades, + etc. A common problem with a large computer environment with + several system administrators. A feature I think would be a good + addition would be to change the color of the name of the host in + the main index page to red if that Orca client's data was overdue. + have Orca's pages look much nicer. Check out some of our competition from Cacti: