PATH:
etc
# Sample configuration file for smartd. See man smartd.conf. # Home page is: http://www.smartmontools.org # smartd will re-read the configuration file if it receives a HUP # signal # The file gives a list of devices to monitor using smartd, with one # device per line. Text after a hash (#) is ignored, and you may use # spaces and tabs for white space. You may use '\' to continue lines. # You can usually identify which hard disks are on your system by # looking in /proc/ide and in /proc/scsi. # The word DEVICESCAN will cause any remaining lines in this # configuration file to be ignored: it tells smartd to scan for all # ATA and SCSI devices. DEVICESCAN may be followed by any of the # Directives listed below, which will be applied to all devices that # are found. Most users should comment out DEVICESCAN and explicitly # list the devices that they wish to monitor. DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner # Alternative setting to ignore temperature and power-on hours reports # in syslog. #DEVICESCAN -I 194 -I 231 -I 9 # Alternative setting to report more useful raw temperature in syslog. #DEVICESCAN -R 194 -R 231 -I 9 # Alternative setting to report raw temperature changes >= 5 Celsius # and min/max temperatures. #DEVICESCAN -I 194 -I 231 -I 9 -W 5 # First ATA/SATA or SCSI/SAS disk. Monitor all attributes, enable # automatic online data collection, automatic Attribute autosave, and # start a short self-test every day between 2-3am, and a long self test # Saturdays between 3-4am. #/dev/sda -a -o on -S on -s (S/../.././02|L/../../6/03) # Monitor SMART status, ATA Error Log, Self-test log, and track # changes in all attributes except for attribute 194 #/dev/sdb -H -l error -l selftest -t -I 194 # Monitor all attributes except normalized Temperature (usually 194), # but track Temperature changes >= 4 Celsius, report Temperatures # >= 45 Celsius and changes in Raw value of Reallocated_Sector_Ct (5). # Send mail on SMART failures or when Temperature is >= 55 Celsius. #/dev/sdc -a -I 194 -W 4,45,55 -R 5 -m admin@example.com # An ATA disk may appear as a SCSI device to the OS. If a SCSI to # ATA Translation (SAT) layer is between the OS and the device then # this can be flagged with the '-d sat' option. This situation may # become common with SATA disks in SAS and FC environments. # /dev/sda -a -d sat # A very silent check. Only report SMART health status if it fails # But send an email in this case #/dev/sdc -H -C 0 -U 0 -m admin@example.com # First two SCSI disks. This will monitor everything that smartd can # monitor. Start extended self-tests Wednesdays between 6-7pm and # Sundays between 1-2 am #/dev/sda -d scsi -s L/../../3/18 #/dev/sdb -d scsi -s L/../../7/01 # Monitor 4 ATA disks connected to a 3ware 6/7/8000 controller which uses # the 3w-xxxx driver. Start long self-tests Sundays between 1-2, 2-3, 3-4, # and 4-5 am. # NOTE: starting with the Linux 2.6 kernel series, the /dev/sdX interface # is DEPRECATED. Use the /dev/tweN character device interface instead. # For example /dev/twe0, /dev/twe1, and so on. #/dev/sdc -d 3ware,0 -a -s L/../../7/01 #/dev/sdc -d 3ware,1 -a -s L/../../7/02 #/dev/sdc -d 3ware,2 -a -s L/../../7/03 #/dev/sdc -d 3ware,3 -a -s L/../../7/04 # Monitor 2 ATA disks connected to a 3ware 9000 controller which # uses the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays # between 1-2 and 3-4 am. #/dev/twa0 -d 3ware,0 -a -s L/../../2/01 #/dev/twa0 -d 3ware,1 -a -s L/../../2/03 # Monitor 2 SATA (not SAS) disks connected to a 3ware 9000 controller which # uses the 3w-sas driver (Linux). Start long self-tests Tuesdays # between 1-2 and 3-4 am. # On FreeBSD /dev/tws0 should be used instead #/dev/twl0 -d 3ware,0 -a -s L/../../2/01 #/dev/twl0 -d 3ware,1 -a -s L/../../2/03 # Same as above for Windows. Option '-d 3ware,N' is not necessary, # disk (port) number is specified in device name. # NOTE: On Windows, DEVICESCAN works also for 3ware controllers. #/dev/hdc,0 -a -s L/../../2/01 #/dev/hdc,1 -a -s L/../../2/03 # # Monitor 2 disks connected to the first HP SmartArray controller which # uses the cciss driver. Start long tests on Sunday nights and short # self-tests every night and send errors to root #/dev/sda -d cciss,0 -a -s (L/../../7/02|S/../.././02) -m root #/dev/sda -d cciss,1 -a -s (L/../../7/03|S/../.././03) -m root # Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long # self-tests Sundays between 1-2, 2-3, and 3-4 am. #/dev/sdd -d hpt,1/1 -a -s L/../../7/01 #/dev/sdd -d hpt,1/2 -a -s L/../../7/02 #/dev/sdd -d hpt,1/3 -a -s L/../../7/03 # Monitor 2 ATA disks connected to the same PMPort which connected to the # HighPoint RocketRAID. Start long self-tests Tuesdays between 1-2 and 3-4 am #/dev/sdd -d hpt,1/4/1 -a -s L/../../2/01 #/dev/sdd -d hpt,1/4/2 -a -s L/../../2/03 # HERE IS A LIST OF DIRECTIVES FOR THIS CONFIGURATION FILE. # PLEASE SEE THE smartd.conf MAN PAGE FOR DETAILS # # -d TYPE Set the device type: ata, scsi, marvell, removable, 3ware,N, hpt,L/M/N # -T TYPE set the tolerance to one of: normal, permissive # -o VAL Enable/disable automatic offline tests (on/off) # -S VAL Enable/disable attribute autosave (on/off) # -n MODE No check. MODE is one of: never, sleep, standby, idle # -H Monitor SMART Health Status, report if failed # -l TYPE Monitor SMART log. Type is one of: error, selftest # -f Monitor for failure of any 'Usage' Attributes # -m ADD Send warning email to ADD for -H, -l error, -l selftest, and -f # -M TYPE Modify email warning behavior (see man page) # -s REGE Start self-test when type/date matches regular expression (see man page) # -p Report changes in 'Prefailure' Normalized Attributes # -u Report changes in 'Usage' Normalized Attributes # -t Equivalent to -p and -u Directives # -r ID Also report Raw values of Attribute ID with -p, -u or -t # -R ID Track changes in Attribute ID Raw value with -p, -u or -t # -i ID Ignore Attribute ID for -f Directive # -I ID Ignore Attribute ID for -p, -u or -t Directive # -C ID Report if Current Pending Sector count non-zero # -U ID Report if Offline Uncorrectable count non-zero # -W D,I,C Monitor Temperature D)ifference, I)nformal limit, C)ritical limit # -v N,ST Modifies labeling of Attribute N (see man page) # -a Default: equivalent to -H -f -t -l error -l selftest -C 197 -U 198 # -F TYPE Use firmware bug workaround. Type is one of: none, samsung # -P TYPE Drive-specific presets: use, ignore, show, showall # # Comment: text after a hash sign is ignored # \ Line continuation character # Attribute ID is a decimal integer 1 <= ID <= 255 # except for -C and -U, where ID = 0 turns them off. # All but -d, -m and -M Directives are only implemented for ATA devices # # If the test string DEVICESCAN is the first uncommented text # then smartd will scan for devices. # DEVICESCAN may be followed by any desired Directives.
[+]
..
[+]
logrotate.d
[-] userplans
[edit]
[-] warnquota.conf
[edit]
[-] subgid-
[edit]
[+]
usb_modeswitch.d
[+]
vfilters
[-] libaudit.conf
[edit]
[+]
sysconfig
[-] backupmxhosts
[edit]
[+]
perl
[-] cpupdate.conf-1645001869
[edit]
[-] exim.crt
[edit]
[+]
apparmor.d
[-] deluser.conf
[edit]
[+]
modprobe.d
[+]
libpaper.d
[+]
udisks2
[-] greylist_common_mail_providers
[edit]
[-] shadow.nouids.cache
[edit]
[+]
cron.d
[-] resolv.conf.sav
[edit]
[-] group
[edit]
[-] localdomains.dpkg-dist
[edit]
[+]
rc4.d
[+]
polkit-1
[-] relayhostsusers
[edit]
[+]
fwupd
[+]
network
[-] os-release
[edit]
[-] gshadow
[edit]
[+]
ModemManager
[-] lock_manager_local.ini
[edit]
[-] cpupdate.conf
[edit]
[-] subuid
[edit]
[-] crypttab
[edit]
[+]
alternatives
[-] issue.net
[edit]
[+]
mono
[+]
rc3.d
[-] outgoing_mail_suspended_users
[edit]
[-] agent360.ini
[edit]
[-] eximrejects.dpkg-dist
[edit]
[+]
dbus-1
[-] ld.so.conf
[edit]
[+]
grub.d
[-] eximmailtrap
[edit]
[+]
ssh
[-] trueuserdomains
[edit]
[-] antivirus.exim
[edit]
[-] mime.types
[edit]
[-] mailips
[edit]
[+]
modules-load.d
[-] exim.pl.local
[edit]
[-] locale.gen
[edit]
[-] demousers
[edit]
[+]
emacs
[+]
cryptsetup-initramfs
[-] domainips
[edit]
[-] request-key.conf
[edit]
[-] ld.so.cache
[edit]
[-] localaliases
[edit]
[+]
profile.d
[-] exim_trusted_configs
[edit]
[-] passwd.cache
[edit]
[-] hosts.deny
[edit]
[-] crontab
[edit]
[-] shadow
[edit]
[-] lsb-release
[edit]
[+]
zabbix
[+]
newt
[-] screenrc
[edit]
[-] suphp.conf
[edit]
[+]
rc5.d
[+]
iproute2
[+]
pm
[-] exim.pl
[edit]
[-] greylist_trusted_netblocks
[edit]
[-] inputrc
[edit]
[+]
ubuntu-advantage
[+]
cron.monthly
[-] papersize
[edit]
[-] agent360.ini.dpkg-dist
[edit]
[-] smartd.conf
[edit]
[-] wwwacct.conf.cache
[edit]
[+]
imunify-agent-proxy
[+]
snmp-mibs-downloader
[+]
ppp
[-] outgoing_mail_hold_users
[edit]
[+]
xdg
[-] eximrejects
[edit]
[+]
sos
[-] stats.conf-1645001869
[edit]
[-] protocols
[edit]
[+]
cron.daily
[+]
chkserv.d
[+]
systemd
[-] gshadow-
[edit]
[+]
dconf
[-] cpspamd.conf
[edit]
[+]
python3
[-] dbowners
[edit]
[-] hosts
[edit]
[-] agent360-token.ini
[edit]
[-] hosts.allow
[edit]
[+]
powerdns
[+]
rc0.d
[+]
ufw
[-] manualmx
[edit]
[-] exim_suspended_list
[edit]
[+]
iscsi
[+]
libnl-3
[+]
apparmor
[+]
environment.d
[+]
ghostscript
[-] bashrc
[edit]
[+]
mail
[-] nocgiusers
[edit]
[+]
lighttpd
[-] sos.conf
[edit]
[-] exim.key
[edit]
[-] mailbox_formats
[edit]
[-] multipath.conf
[edit]
[-] host.conf
[edit]
[-] at.deny
[edit]
[-] remotedomains
[edit]
[-] quotatab
[edit]
[-] cpsources.conf.plugins.example
[edit]
[+]
nginx
[-] blocked_incoming_email_domains
[edit]
[-] bash.bashrc
[edit]
[-] cpanel_exim_system_filter
[edit]
[-] senderverifybypasshosts
[edit]
[-] resolv.conf
[edit]
[-] exim.conf.localopts
[edit]
[-] my.cnf
[edit]
[-] adduser.conf
[edit]
[+]
rc1.d
[+]
firebird
[-] sysctl.conf
[edit]
[-] fstab
[edit]
[-] gai.conf
[edit]
[-] exim.conf.dist
[edit]
[-] tmpreaper.conf
[edit]
[-] ethertypes
[edit]
[-] wwwacct.conf
[edit]
[-] exim.conf.mailman2.exiscan.dist
[edit]
[+]
default
[-] domainusers
[edit]
[-] named.conf.cache
[edit]
[-] wwwacct.conf.shadow
[edit]
[-] ftpd-ca.pem
[edit]
[+]
elinks
[-] issue
[edit]
[+]
mysql
[-] bash_completion
[edit]
[-] trueuserowners
[edit]
[-] digestshadow
[edit]
[-] quotagrpadmins
[edit]
[-] secondarymx
[edit]
[+]
pam.d
[-] domain_remote_mx_ips.cdb
[edit]
[+]
calendar
[-] trustedmailhosts
[edit]
[+]
gtk-3.0
[+]
ssl
[-] suphp.conf.dpkg-dist
[edit]
[-] ca-certificates.conf
[edit]
[+]
vdomainaliases
[-] recent_recipient_mail_server_ips
[edit]
[-] vtrgb
[edit]
[-] pure-ftpd.pem
[edit]
[-] subgid
[edit]
[+]
netplan
[+]
ld.so.conf.d
[+]
fonts
[-] recent_authed_mail_ips
[edit]
[+]
opt
[+]
selinux
[-] ltrace.conf
[edit]
[-] userips
[edit]
[+]
apt
[+]
python3.8
[-] aliases
[edit]
[-] timezone
[edit]
[-] rpc
[edit]
[+]
dpkg
[+]
bash_completion.d
[-] nsswitch.conf
[edit]
[-] fuse.conf
[edit]
[-] manpath.config
[edit]
[+]
lvm
[-] localdomains
[edit]
[-] exim.conf.mailman2.dist
[edit]
[-] e2scrub.conf
[edit]
[+]
sensors.d
[-] rmt
[edit]
[-] mtab
[edit]
[+]
landscape
[+]
rcS.d
[-] magic
[edit]
[+]
rsyslog.d
[+]
update-motd.d
[-] shells
[edit]
[+]
binfmt.d
[+]
python2.7
[-] blocked_incoming_email_countries
[edit]
[+]
initramfs-tools
[+]
sudoers.d
[-] passwd
[edit]
[-] mailhelo
[edit]
[+]
kernel
[-] debconf.conf
[edit]
[-] userbwlimits
[edit]
[+]
NetworkManager
[+]
dictionaries-common
[+]
freetds
[+]
ca-certificates
[-] ips.remotedns
[edit]
[-] .pwd.lock
[edit]
[-] debian_version
[edit]
[+]
pki
[-] popbeforesmtp
[edit]
[+]
vim
[-] zsh_command_not_found
[edit]
[+]
console-setup
[+]
dhcp
[+]
tmpfiles.d
[-] cron.deny
[edit]
[-] subuid-
[edit]
[+]
cpanel
[+]
libblockdev
[-] shadow-
[edit]
[-] nscd.conf
[edit]
[-] cpbackup-exclude.conf
[edit]
[-] modules
[edit]
[-] demouids
[edit]
[+]
nginx_conf.d.pre_install_ea_nginx_config
[+]
csf
[-] magic.mime
[edit]
[+]
proftpd
[-] xattr.conf
[edit]
[+]
terminfo
[+]
cron.hourly
[-] libuser.conf
[edit]
[+]
byobu
[+]
apport
[-] ftpd-rsa.pem
[edit]
[-] named.conf
[edit]
[-] ipaddrpool
[edit]
[-] stats.conf
[edit]
[-] exim.conf
[edit]
[-] idmapd.conf
[edit]
[-] .whostmgrft
[edit]
[-] mailcap.order
[edit]
[-] ips
[edit]
[+]
scl
[+]
bind
[-] exim.conf.local
[edit]
[-] pure-ftpd.conf.dpkg-dist
[edit]
[-] group-
[edit]
[+]
request-key.d
[+]
needrestart
[+]
udev
[-] pure-ftpd.conf
[edit]
[+]
logcheck
[+]
skel
[+]
UPower
[+]
cron.weekly
[-] my.cnf.webhost1.zalaszam.hu.1645001869
[edit]
[+]
init.d
[+]
multipath
[+]
pollinate
[-] blocked_incoming_email_country_ips
[edit]
[-] spammeripblocks
[edit]
[+]
update-notifier
[-] mke2fs.conf
[edit]
[-] usb_modeswitch.conf
[edit]
[+]
cracklib
[+]
mc
[-] ucf.conf
[edit]
[+]
depmod.d
[-] userdatadomains.json
[edit]
[-] nanorc
[edit]
[+]
pure-ftpd
[+]
X11
[+]
groff
[-] overlayroot.conf
[edit]
[-] networks
[edit]
[-] sensors3.conf
[edit]
[-] ips.remotemail
[edit]
[+]
nghttpx
[+]
molly-guard
[-] login.defs
[edit]
[+]
vmware-tools
[+]
iptables
[+]
imunify360
[-] locale.alias
[edit]
[+]
insserv.conf.d
[-] sudoers
[edit]
[+]
ldap
[+]
snmp
[+]
cloud
[+]
rc6.d
[+]
smartmontools
[-] trusted_mail_users
[edit]
[+]
thermald
[-] neighbor_netblocks
[edit]
[+]
networkd-dispatcher
[+]
update-manager
[-] rsyslog.conf
[edit]
[+]
gss
[-] demodomains
[edit]
[-] named.conf.zonedir.cache
[edit]
[-] wwwacct.conf.shadow.cache
[edit]
[-] machine-id
[edit]
[-] netconfig
[edit]
[+]
PackageKit
[+]
sw-engine
[-] exim.conf.localopts.shadow
[edit]
[-] relayhosts
[edit]
[-] ssldomains
[edit]
[+]
pdns
[-] popularity-contest.conf
[edit]
[-] logrotate.conf
[edit]
[-] pam.conf
[edit]
[-] localtime
[edit]
[-] recent_authed_mail_ips_users
[edit]
[+]
security
[+]
mdadm
[-] services
[edit]
[-] userdatadomains
[edit]
[-] skipsmtpcheckhosts
[edit]
[-] userdomains
[edit]
[-] p0fdisable
[edit]
[+]
dovecot
[-] legal
[edit]
[+]
sysctl.d
[-] mecabrc
[edit]
[-] bindresvport.blacklist
[edit]
[-] cpanel_mail_netblocks
[edit]
[-] hostname
[edit]
[-] email_send_limits
[edit]
[-] passwd.nouids.cache
[edit]
[+]
sysstat
[-] wgetrc
[edit]
[-] ips.dnsmaster
[edit]
[-] passwd-
[edit]
[-] mailcap
[edit]
[-] spammers
[edit]
[-] profile
[edit]
[-] ca-certificates.conf.dpkg-old
[edit]
[-] hdparm.conf
[edit]
[+]
apache2
[+]
valiases
[-] environment
[edit]
[+]
rc2.d
[-] ftpd-rsa-key.pem
[edit]