diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-04-30 01:24:13 -0700 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-04-30 01:24:13 -0700 |
commit | acbb03b2f8c7b6bd7771239bdb3609f7acaedec2 (patch) | |
tree | 355c401d60b4760a06ade816774b84fbb5e2d358 | |
parent | 24284d6343a325663fe088a366c22eca089900f3 (diff) | |
download | smartmonster-acbb03b2f8c7b6bd7771239bdb3609f7acaedec2.tar.gz smartmonster-acbb03b2f8c7b6bd7771239bdb3609f7acaedec2.tar.bz2 |
Things TODO later
-rw-r--r-- | TODO | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +A rough set of notes for things that need to be implemented; patches welcome! + +init scripts to run all counters on boot + +file_system_reporter.sh + Add MBR and other Grub + dd if=/dev/sda of=/tmp/mbr bs=512 + +Fetch S.M.A.R.T. run time + run_time_counter.sh +eg: +smartctl -A /dev/sda|grep Power_On_Hours +9 Power_On_Hours 0x0032 095 095 000 Old_age Always - 194557723546097 + +Hook boot, suspend, and shutdown events + /etc/rcS.d/smartmonster - boot/startup hook + /etc/acpi or gnome-power-preferences - suspend and shutdown events |