diff options
-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 |