diff --git a/ansible/files/smartd.conf b/ansible/files/smartd.conf index d73953f..4a67d0f 100644 --- a/ansible/files/smartd.conf +++ b/ansible/files/smartd.conf @@ -19,7 +19,7 @@ # 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 -DEVICESCAN -m alerts@seaturtle.pw -M test +DEVICESCAN -m paulsw.pw+alerts@gmail.com -M test # Alternative setting to ignore temperature and power-on hours reports # in syslog. diff --git a/ansible/files/zed.rc b/ansible/files/zed.rc index 69e6a90..a854f37 100644 --- a/ansible/files/zed.rc +++ b/ansible/files/zed.rc @@ -15,7 +15,7 @@ # Email will only be sent if ZED_EMAIL_ADDR is defined. # Disabled by default; uncomment to enable. # -ZED_EMAIL_ADDR="alerts@seaturtle.pw" +ZED_EMAIL_ADDR="paulsw.pw+alerts@gmail.com" ## # Name or path of executable responsible for sending notifications via email; diff --git a/ansible/main.yml b/ansible/main.yml index 6e0c907..d3aaa5c 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -1,4 +1,4 @@ -# All hosts are debian 10 or testing +# All hosts are debian 10 or 11 --- # Common - hosts: daily,compute,nfs,proxy,irc