Module: check_mk
Branch: master
Commit: ce9850a40e758734163da6543cc6ee3bc3bc4c14
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ce9850a40e7587…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Thu Apr 25 10:13:16 2019 +0200
agent_aws: Removed unnecessary distributor statement
Change-Id: If25fcf6721acd5e5f27bc0b0a7fd8e20dd3a451e
---
cmk/special_agents/agent_aws.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/cmk/special_agents/agent_aws.py b/cmk/special_agents/agent_aws.py
index 1e2f411..64dc8f6 100644
--- a/cmk/special_agents/agent_aws.py
+++ b/cmk/special_agents/agent_aws.py
@@ -2927,7 +2927,6 @@ class AWSSectionsGeneric(AWSSections):
ec2_summary_distributor.add(ec2_security_groups)
ec2_summary_distributor.add(ec2)
ec2_summary_distributor.add(ebs_summary)
- ec2_summary_distributor.add(ebs)
ebs_limits_distributor.add(ebs_summary)
ebs_summary_distributor.add(ebs)