Branch: refs/heads/1.6.0
Home:
https://github.com/tribe29/checkmk
Commit: 5eb3e405544b96744f113ca9992ebef4e917cbcc
https://github.com/tribe29/checkmk/commit/5eb3e405544b96744f113ca9992ebef4e…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
A .werks/10417
M checks/aws_ec2_limits
A tests/unit/checks/generictests/datasets/aws_ec2_limits_instances_rules.py
Log Message:
-----------
10417 FIX AWS EC2 default limits are preserved for unconfigured instances
AWS EC2 Limits check plugins had default values for the instance limits on
each instance type. If user configures an specific instance with different
limits, then all other instance defaults vanished.
This werk recovers the check-plugin defaults for unconfigured instance type
limits.
CMK-3287
Change-Id: Iede54d73d70b958bc8f90349823cee319aa489c4
Commit: 038aaec6fa64b3b33edd1d06e96a8259a7419196
https://github.com/tribe29/checkmk/commit/038aaec6fa64b3b33edd1d06e96a8259a…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
A .werks/10418
M checks/aws_ec2_limits
M cmk/gui/plugins/metrics/check_mk.py
M cmk/gui/plugins/wato/check_parameters/aws.py
M cmk/special_agents/agent_aws.py
M cmk/utils/aws_constants.py
A tests/unit/checks/generictests/datasets/aws_ec2_limits_vcpus.py
Log Message:
-----------
10418 Update AWS EC2 Limits to use new vCPU-based instance limits
Amazon EC2 transitioned from On-Demand instance limits from instance
count-based limits to new vCPU-based limits. Checkmk now imitates that
configuration and allows you to configure vCPU limits per EC2 instance
family, in the same fashion as defined by AWS.
In Checkmk count-based instance limits can still be used per instance type
and total instances.
CMK-3287
Change-Id: Ic470d10dc26db2cba6a21f359a44c13d88067af5
Commit: bbb20848d0a77b5cafe699c56c394112fe16e687
https://github.com/tribe29/checkmk/commit/bbb20848d0a77b5cafe699c56c394112f…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
A .werks/10419
M cmk/gui/plugins/metrics/check_mk.py
M cmk/gui/plugins/metrics/utils.py
M tests/unit/cmk/gui/plugins/test_metrics_utils.py
Log Message:
-----------
10419 AWS EC2 Limits graphs collects now all instance types in a single graph
AWS EC2 Limits check plugin displayed in the service view on graph per
running on-demand instance type. Now all instance types have been collected
in a single graph, where they are stacked. This allows for a simpler
overview of running instances and the total amount running.
Change-Id: If4cc07ed7e8db5e94ee71fed279bc2aacb1d8e0d
Compare:
https://github.com/tribe29/checkmk/compare/2a95e758fbeb...bbb20848d0a7