diff --git a/sm5/TODO b/sm5/TODO index cd8574a908061d726acaee5e447b37afce2ee6ee..3a35dba3a0574f4ddddb18a74672c92b3e1c566f 100644 --- a/sm5/TODO +++ b/sm5/TODO @@ -4,7 +4,7 @@ Home page of code is: http://smartmontools.sourceforge.net Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> -$Id: TODO,v 1.14 2002/10/24 15:25:27 ballen4705 Exp $ +$Id: TODO,v 1.15 2002/10/25 14:23:40 ballen4705 Exp $ 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 the Free @@ -45,7 +45,10 @@ error condition. Make it also look at the smart status, if that is enabled and do that test as well. Perhaps also see if the number of device errors has changed. Change smartd so that it monitors the ATA disk error log, and if the number of errors changes, -log an entry. +log an entry.. + +Perhaps modify the -q option (quiet mode) so that it only warns of ATA errors if they have (say) +taken place in the last 168 hours (week). Change input command line from using current command line format (getopt) to getopt_long() for long input options. This will be diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 677a99f398f8d0351abf35a7fe30230c16fe5d51..86a1ee732a8c86451d0b408f6ec5aaab9d4423ae 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -18,7 +18,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> # http://telia.dl.sourceforge.net/sourceforge/smartmontools/smartmontools-%{version}-%{release}.tar.gz # CVS ID of this file is: -# $Id: smartmontools.spec,v 1.20 2002/10/24 13:08:17 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.21 2002/10/25 14:23:40 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net @@ -104,6 +104,14 @@ fi %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog +* Fri Oct 25 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> +- smartd on startup now looks in the configuration file /etc/smartd.conf for + a list of devices which to include in its monitoring list. See man page + (man smartd) for syntax. If not found, try all ata and ide devices. +- smartd: close file descriptors of SCSI device if not SMART capable + Closes ALL file descriptors after forking to daemon. +- added new temperature attribute (231, temperature) +- smartd: now open ATA disks using O_RDONLY * Thu Oct 24 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> - smartd now prints the name of a failed or changed attribute into logfile, not just ID number