diff --git a/ansible/files/smartd.conf b/ansible/files/smartd.conf index 4a67d0f..52f4022 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 paulsw.pw+alerts@gmail.com -M test +DEVICESCAN -m paul@bigcavemaps.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 a854f37..fb0bc40 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="paulsw.pw+alerts@gmail.com" +ZED_EMAIL_ADDR="paul@bigcavemaps.com" ## # Name or path of executable responsible for sending notifications via email; diff --git a/ansible/main.yml b/ansible/main.yml index 96af6ab..c80a229 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -226,7 +226,7 @@ cron: name: 'Weekly zfs pool status check' special_time: weekly - job: '/usr/sbin/zpool status | mail -s "ZFS STATUS" paulsw.pw+alerts@gmail.com' + job: '/usr/sbin/zpool status | mail -s "ZFS STATUS" paul@bigcavemaps.com' user: root - name: Mount vtluug /media via sshfs