commit 57970d95dba1119a1ff9e0803e57c5c9b3cea4c7 Author: Iain R. Learmonth irl@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@torproject.org" Protocol: email + - Endpoint: "karsten@torproject.org" + Protocol: email AlerterInstanceProfile: Type: AWS::IAM::InstanceProfile Properties:
tor-commits@lists.torproject.org