]> git.etc.gen.nz Git - spong.git/commitdiff
added -k to $DF command for 1024 block size
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 20 Nov 2000 22:45:11 +0000 (22:45 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 20 Nov 2000 22:45:11 +0000 (22:45 +0000)
config/spong.conf.aix

index 38c6bccb13d93d6272fc13a444e375df5afdb030..15b3e4a87da9d9d8ca7001f50cbaa8ad88335fa2 100755 (executable)
@@ -7,9 +7,9 @@
 #  $PS      You really want you ps command to return sorted via CPU usage
 #  $PING    Make sure your ping command only pings a finite number of times
 # ---------------------------------------------------------------------------
-# $Id: spong.conf.aix,v 1.5 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.aix,v 1.6 2000/11/20 22:45:11 sljohnson Exp $
 
-$DF         = "/usr/bin/df";
+$DF         = "/usr/bin/df -k";
 $LSPS       = "/usr/sbin/lsps -s";
 $UPTIME     = "/usr/bin/uptime";
 $PS         = "/usr/bin/ps -eF \"pcpu time vsz pid ruser args\" | /usr/bin/sort -r";