X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fscripts%2Fmakegraphs;h=0b56b9325018e17123edb3382dcca5d42ab264ee;hb=7323724196db7b63d83bea9774e2b1356b1854aa;hp=97d086a1057ba05b23599dc716abc30f2ccef21b;hpb=8845173bd6ebcd3ec82a6e2a674da509446d597b;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/src/scripts/makegraphs b/src/scripts/makegraphs index 97d086a10..0b56b9325 100644 --- a/src/scripts/makegraphs +++ b/src/scripts/makegraphs @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2008-2011 IPFire Team # +# Copyright (C) 2008-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -102,7 +102,7 @@ sub updatehdddata{ ## Update vnstat system ('/usr/bin/vnstat -u'); -my @disks = `kudzu -qps -c HD | grep device: | cut -d" " -f2 | sort | uniq`; +my @disks = `ls -1 /sys/block | grep -E '^sd|^mmcblk|^xvd|^vd|^md' | sort | uniq`; system("unlink /var/run/hddstatus 2>/dev/null && touch /var/run/hddstatus"); foreach (@disks){ my $disk = $_;