id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 84,"Charts of various SMART attributes, scripts included",frief,somebody,"Hi, I used the appended awk und gnuplot scripts to generate various charts for an SSD with '''Indilinx''' controller. What was done? I added: {{{ FILENAME=/tmp/smartctl_`date -u +%Y%m%d_%H%M`.txt smartctl -a /dev/sda >$FILENAME gzip $FILENAME }}} to /etc/cron.hourly/smartctl Then I passed the hourly generated files through an awk script: {{{ zcat /tmp/smartctl_20*.txt.gz | awk -f sm.awk >sm.dat }}} And processed the resulting sm.dat with gnuplot {{{ gnuplot sm.gnuplot }}} (not a generic solution, just one that works for me) Greetings, Frieder",enhancement,closed,major,,all,5.39.1,fixed,scripts,