diff options
author | anweshadas <anwesha@das.community> | 2022-05-12 10:48:36 +0200 |
---|---|---|
committer | anweshadas <anwesha@das.community> | 2022-05-12 10:48:36 +0200 |
commit | 79917705ae56646a9e728951d225858f95e10cec (patch) | |
tree | 9d6f217f9b0739d8e6d20f365576e431f8f290be | |
parent | 4f50ea86633a68a7f42147e28dac15b4ec2ea4e5 (diff) |
Adds sigsum-log-monitor@lists.sigsum.org email
-rwxr-xr-x | scripts/monitor.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/monitor.sh b/scripts/monitor.sh index 762735c..01f4adc 100755 --- a/scripts/monitor.sh +++ b/scripts/monitor.sh @@ -155,7 +155,7 @@ function pass() { } function fail() { - echo $1 | mail -s "Warning: $api is down" anwesha@verkligendata.se + echo $1 | mail -s "Warning: $api is down" sigsum-log-monitor@lists.sigsum.org } function keys() { @@ -189,4 +189,4 @@ function value_of() { done < <(head --lines=-1 $log_dir/rsp) } -main
\ No newline at end of file +main |