-
- Downloads
This is the first CVS checkin of code that extends the options available for smartd.
The following options can be placed into the /etc/smartd.conf file, and control the behavior of smartd. Configuration file Directives (following device name): -A Device is an ATA device -S Device is a SCSI device -c Monitor SMART Health Status -l Monitor SMART Error Log for changes -L Monitor SMART Self-Test Log for new errors -f Monitor for failure of any 'Usage' Attributes -p Report changes in 'Prefailure' Attributes -u Report changes in 'Usage' Attributes -t Equivalent to -p and -u Directives -i ID Ignore Attribute ID for -f Directive -I ID Ignore Attribute ID for -p, -u or -t Directive # Comment: text after a hash sign is ignored \ Line continuation character Attribute ID is a decimal integer 1 <= ID <= 255 All but -S directive are only implemented for ATA devices Example: /dev/hda -a This code is still very experimental and needs some testing before I generate a release. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@147 4ea69e1a-61f1-4043-bf83-b5c94c648137
Showing
- sm5/Makefile 9 additions, 9 deletionssm5/Makefile
- sm5/atacmds.c 40 additions, 6 deletionssm5/atacmds.c
- sm5/atacmds.cpp 40 additions, 6 deletionssm5/atacmds.cpp
- sm5/atacmds.h 11 additions, 4 deletionssm5/atacmds.h
- sm5/ataprint.c 60 additions, 55 deletionssm5/ataprint.c
- sm5/ataprint.cpp 60 additions, 55 deletionssm5/ataprint.cpp
- sm5/ataprint.h 17 additions, 11 deletionssm5/ataprint.h
- sm5/extern.h 30 additions, 24 deletionssm5/extern.h
- sm5/scsicmds.c 1 addition, 1 deletionsm5/scsicmds.c
- sm5/scsicmds.cpp 1 addition, 1 deletionsm5/scsicmds.cpp
- sm5/scsiprint.c 16 additions, 13 deletionssm5/scsiprint.c
- sm5/scsiprint.cpp 16 additions, 13 deletionssm5/scsiprint.cpp
- sm5/scsiprint.h 2 additions, 4 deletionssm5/scsiprint.h
- sm5/smartctl.8 16 additions, 3 deletionssm5/smartctl.8
- sm5/smartctl.c 61 additions, 73 deletionssm5/smartctl.c
- sm5/smartctl.cpp 61 additions, 73 deletionssm5/smartctl.cpp
- sm5/smartd.8 211 additions, 50 deletionssm5/smartd.8
- sm5/smartd.c 698 additions, 210 deletionssm5/smartd.c
- sm5/smartd.conf 34 additions, 14 deletionssm5/smartd.conf
- sm5/smartd.cpp 698 additions, 210 deletionssm5/smartd.cpp
Loading
Please register or sign in to comment