]> git.etc.gen.nz Git - spong.git/commitdiff
Installed proper release versions into distribution.
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jan 2000 03:35:16 +0000 (03:35 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jan 2000 03:35:16 +0000 (03:35 +0000)
contrib/plugins/spong-server/data_rrd_disk
contrib/plugins/spong-server/data_rrd_la

index 3e0cac65a0587b8ea32bcf24c6be743ecb3e5a5e..2fb5c6b248dd6116c2141b724f6f4b2a479c7db2 100755 (executable)
@@ -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';
 
index 35589eea7da749e26911743d96a1f9ba575d7941..274723c43bc53c5a3975e5a8836f2b9b99536776 100755 (executable)
@@ -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';