[tor-commits] [metrics-cloud/master] monitor: Subscribe karsten to Nagios alerts

irl at torproject.org irl at torproject.org
Thu Oct 3 14:45:37 UTC 2019


commit 57970d95dba1119a1ff9e0803e57c5c9b3cea4c7
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Thu Oct 3 15:42:37 2019 +0100

    monitor: Subscribe karsten to Nagios alerts
---
 cloudformation/metrics-monitor.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cloudformation/metrics-monitor.yml b/cloudformation/metrics-monitor.yml
index 0f1842d..9092993 100644
--- a/cloudformation/metrics-monitor.yml
+++ b/cloudformation/metrics-monitor.yml
@@ -1,5 +1,5 @@
 ---
-# CloudFormation Stack for Hacky Tor Metrics Operational Monitoring
+# CloudFormation Stack for Tor Metrics Operational Monitoring
 # This stack will only deploy on us-east-1 and will deploy in the metrics VPC
 # aws cloudformation deploy --region us-east-1 --stack-name metrics-monitor --template-file metrics-monitor.yml --capabilities CAPABILITY_IAM
 AWSTemplateFormatVersion: 2010-09-09
@@ -26,6 +26,8 @@ Resources:
       Subscription:
         - Endpoint: "irl at torproject.org"
           Protocol: email
+        - Endpoint: "karsten at torproject.org"
+          Protocol: email
   AlerterInstanceProfile:
     Type: AWS::IAM::InstanceProfile
     Properties:





More information about the tor-commits mailing list