]> git.etc.gen.nz Git - spong.git/commitdiff
Changed the directory for rrd databases to spong/var/rrd instead of
authorMichael Brown <michaelb@opentext.com>
Fri, 29 Jun 2001 15:08:12 +0000 (15:08 +0000)
committerMichael Brown <michaelb@opentext.com>
Fri, 29 Jun 2001 15:08:12 +0000 (15:08 +0000)
spong/www/rrd

contrib/plugins/spong-server/data_rrd_disk
contrib/plugins/spong-server/data_rrd_la

index eb97f38047990cb352b47e2a16f5bd5cbe7abd1a..0c0d7bb481ff4376113fd44f2b31888c27adebb3 100755 (executable)
@@ -16,7 +16,7 @@ $RRAS = "RRA:AVERAGE:0.5:1:576 RRA:AVERAGE:0.5:6:576 RRA:AVERAGE:0.5:24:576 " .
         "RRA:AVERAGE:0.5:288:576";
 
 $RRDTOOL = "/usr/local/rrdtool/bin/rrdtool";
-$RRDDIR  = "/usr/local/spong/www/rrd";
+$RRDDIR  = "/usr/local/spong/var/rrd";
 
 sub data_rrd_disks {
    my( $host, $service, $color, $start, $time, $sum, $message ) = @_;
index 822c16fccf5d7378e5b4120d25436a36a1a95cdc..0ae97ecc2ce9f3aee77c14a23f285c823ff42730 100755 (executable)
@@ -13,7 +13,7 @@ $RRAS = "RRA:AVERAGE:0.5:1:576 RRA:AVERAGE:0.5:6:576 RRA:AVERAGE:0.5:24:576 " .
         "RRA:AVERAGE:0.5:288:576";
 
 $RRDTOOL = "/usr/local/rrdtool/bin/rrdtool";
-$RRDDIR  = "/usr/local/spong/www/rrd";
+$RRDDIR  = "/usr/local/spong/var/rrd";
 
 sub data_rrd_la {
    my( $host, $service, $color, $start, $time, $sum, $message ) = @_;