From: Stephen L Johnson Date: Mon, 24 Jan 2000 03:35:16 +0000 (+0000) Subject: Installed proper release versions into distribution. X-Git-Tag: spong-2_6b~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff92da5889ddb1c72579a7a8f5976ccbab291cc;p=spong.git Installed proper release versions into distribution. --- diff --git a/contrib/plugins/spong-server/data_rrd_disk b/contrib/plugins/spong-server/data_rrd_disk index 3e0cac6..2fb5c6b 100755 --- a/contrib/plugins/spong-server/data_rrd_disk +++ b/contrib/plugins/spong-server/data_rrd_disk @@ -50,7 +50,7 @@ sub data_rrd_disks { # If .rrd file not found, built it if ( ! -f "$RRDDIR/$host/disk-$target.rrd" ) { - &debug("$RRDDIR/$host/disk-$target.rrd not found creating it"); + &debug("$RRDDIR/$host/disk-$target.rrd not found creating it",4); { local $SIG{'PIPE'} = 'IGNORE'; local $SIG{'CHLD'} = 'IGNORE'; @@ -63,7 +63,7 @@ sub data_rrd_disks { } # Update the .rrd file - &debug("Updating $host $name rrd file"); + &debug("Updating $host $name rrd file",4); { local $SIG{'PIPE'} = 'IGNORE'; local $SIG{'CHLD'} = 'IGNORE'; diff --git a/contrib/plugins/spong-server/data_rrd_la b/contrib/plugins/spong-server/data_rrd_la index 35589ee..274723c 100755 --- a/contrib/plugins/spong-server/data_rrd_la +++ b/contrib/plugins/spong-server/data_rrd_la @@ -29,7 +29,7 @@ sub data_rrd_la { # If .rrd file not found, built it if ( ! -f "$RRDDIR/$host/la.rrd" ) { - &debug("$RRDDIR/$host/la.rrd not found creating it"); + &debug("$RRDDIR/$host/la.rrd not found creating it",4); { local $SIG{'PIPE'} = 'IGNORE'; local $SIG{'CHLD'} = 'IGNORE'; @@ -43,7 +43,7 @@ sub data_rrd_la { } # Update the .rrd file - &debug("Updating $host Load Avg rrd file"); + &debug("Updating $host Load Avg rrd file",4); { local $SIG{'PIPE'} = 'IGNORE'; local $SIG{'CHLD'} = 'IGNORE';