From 9c39e0a9babbf1711b251f86a7f4494f881ef479 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Tue, 29 Dec 2020 21:11:44 -0500 Subject: [PATCH] change alert email --- ansible/files/smartd.conf | 2 +- ansible/files/zed.rc | 2 +- ansible/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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