Module: check_mk
Branch: master
Commit: d28336c1effc775b430d851a910cdd00f7c29af1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d28336c1effc77…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Mon Jan 14 17:29:16 2019 +0100
agent_aws: Add region 'EU (Stockholm)' (eu-north-1)
Change-Id: I936e1085e6ebb66f666d8efaf23e102609db9e42
---
agents/special/agent_aws | 4 ++++
cmk/gui/plugins/wato/datasource_programs.py | 1 +
2 files changed, 5 insertions(+)
diff --git a/agents/special/agent_aws b/agents/special/agent_aws
index e1cf08c..006d4fa 100755
--- a/agents/special/agent_aws
+++ b/agents/special/agent_aws
@@ -1124,6 +1124,7 @@ AWSRegions = [
("eu-west-1", "EU (Ireland)"),
("eu-west-2", "EU (London)"),
("eu-west-3", "EU (Paris)"),
+ ("eu-north-1", "EU (Stockholm)"),
("sa-east-1", "South America (Sao Paulo)"),
("us-east-2", "US East (Ohio)"),
("us-east-1", "US East (N. Virginia)"),
@@ -1136,6 +1137,9 @@ AWSServices = [
("ec2", "Elastic Compute Cloud (EC2)"),
("ebs", "Elastic Block Storage (EBS)"),
("s3", "Simple Storage Service (S3)"),
+ #("elb", "Elastic Load Balancing (ELB)"),
+ #("cloudtrail", ""),
+ #("glacier", ""),
]
diff --git a/cmk/gui/plugins/wato/datasource_programs.py
b/cmk/gui/plugins/wato/datasource_programs.py
index e0df58a..7597de7 100644
--- a/cmk/gui/plugins/wato/datasource_programs.py
+++ b/cmk/gui/plugins/wato/datasource_programs.py
@@ -1483,6 +1483,7 @@ register_rule(
("eu-west-1", _("EU (Ireland)")),
("eu-west-2", _("EU (London)")),
("eu-west-3", _("EU (Paris)")),
+ ("eu-north-1", _("EU (Stockholm)")),
("sa-east-1", _("South America (Sao Paulo)")),
("us-east-2", _("US East (Ohio)")),
("us-east-1", _("US East (N. Virginia)")),