cfn_monitor 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +15 -15
- data/lib/cfn_monitor/version.rb +1 -1
- data/lib/config/templates.yml +13 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cd75b2a5ecc54556ec3f6083dcabd186f59ca7f7b9ada64b886dc03f967f3dc
|
|
4
|
+
data.tar.gz: 38dc6efb71dd2f2af6d05dac7b6dd3727a96954c918bee9f1db798c35f8e1406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3abc1dce4be7802458a882e7e2da33fa83d05ef7fb72f34eab4109e840216aeaab124115b85370926df81e0b5f1ee9fc5f41ff88eb34d8aa5ed116e78f7fd88b
|
|
7
|
+
data.tar.gz: c65c609eed844b1995aad07f4313285b536740bf081a621e798512b285959c2ab1ee82523efb0add18836cc43dc96b62554b0ce457a0133eb80a8ef1d6a1dbb9
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cfn_monitor (0.4.
|
|
4
|
+
cfn_monitor (0.4.2)
|
|
5
5
|
aws-sdk-cloudformation (~> 1, < 2)
|
|
6
6
|
aws-sdk-elasticloadbalancingv2 (~> 1, < 2)
|
|
7
7
|
aws-sdk-s3 (~> 1, < 2)
|
|
@@ -12,23 +12,23 @@ GEM
|
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
14
|
aws-eventstream (1.0.3)
|
|
15
|
-
aws-partitions (1.
|
|
16
|
-
aws-sdk-cloudformation (1.
|
|
17
|
-
aws-sdk-core (~> 3, >= 3.
|
|
15
|
+
aws-partitions (1.196.0)
|
|
16
|
+
aws-sdk-cloudformation (1.25.0)
|
|
17
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
18
18
|
aws-sigv4 (~> 1.1)
|
|
19
|
-
aws-sdk-core (3.
|
|
19
|
+
aws-sdk-core (3.62.0)
|
|
20
20
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
21
21
|
aws-partitions (~> 1.0)
|
|
22
22
|
aws-sigv4 (~> 1.1)
|
|
23
23
|
jmespath (~> 1.0)
|
|
24
|
-
aws-sdk-elasticloadbalancingv2 (1.
|
|
25
|
-
aws-sdk-core (~> 3, >= 3.
|
|
24
|
+
aws-sdk-elasticloadbalancingv2 (1.33.0)
|
|
25
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
26
26
|
aws-sigv4 (~> 1.1)
|
|
27
|
-
aws-sdk-kms (1.
|
|
28
|
-
aws-sdk-core (~> 3, >= 3.
|
|
27
|
+
aws-sdk-kms (1.24.0)
|
|
28
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
29
29
|
aws-sigv4 (~> 1.1)
|
|
30
|
-
aws-sdk-s3 (1.
|
|
31
|
-
aws-sdk-core (~> 3, >= 3.
|
|
30
|
+
aws-sdk-s3 (1.46.0)
|
|
31
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
32
32
|
aws-sdk-kms (~> 1)
|
|
33
33
|
aws-sigv4 (~> 1.1)
|
|
34
34
|
aws-sigv4 (1.1.0)
|
|
@@ -38,15 +38,15 @@ GEM
|
|
|
38
38
|
jmespath (1.4.0)
|
|
39
39
|
rake (10.5.0)
|
|
40
40
|
rspec (0.9.4)
|
|
41
|
-
rspec-core (3.8.
|
|
41
|
+
rspec-core (3.8.2)
|
|
42
42
|
rspec-support (~> 3.8.0)
|
|
43
|
-
rspec-expectations (3.8.
|
|
43
|
+
rspec-expectations (3.8.4)
|
|
44
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
45
45
|
rspec-support (~> 3.8.0)
|
|
46
|
-
rspec-mocks (3.8.
|
|
46
|
+
rspec-mocks (3.8.1)
|
|
47
47
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
48
|
rspec-support (~> 3.8.0)
|
|
49
|
-
rspec-support (3.8.
|
|
49
|
+
rspec-support (3.8.2)
|
|
50
50
|
thor (0.20.3)
|
|
51
51
|
|
|
52
52
|
PLATFORMS
|
data/lib/cfn_monitor/version.rb
CHANGED
data/lib/config/templates.yml
CHANGED
|
@@ -498,7 +498,7 @@ templates:
|
|
|
498
498
|
#DimensionsName: ApiName
|
|
499
499
|
Dimensions: [ { Name: 'ApiName', Value: '${name}' }]
|
|
500
500
|
Statistic: Average
|
|
501
|
-
Threshold:
|
|
501
|
+
Threshold: 1000
|
|
502
502
|
EvaluationPeriods: 2
|
|
503
503
|
DynamoDBTable: #AWS::DynamoDB::Table
|
|
504
504
|
DynamoDBReadUsage:
|
|
@@ -695,6 +695,18 @@ templates:
|
|
|
695
695
|
Period: 60
|
|
696
696
|
EvaluationPeriods: 1
|
|
697
697
|
MetricName: INodesUsedCount
|
|
698
|
+
|
|
699
|
+
Memory: # Pushed by the CloudWatch agent
|
|
700
|
+
HighMemoryUsage:
|
|
701
|
+
AlarmActions: crit
|
|
702
|
+
Namespace: CWAgent
|
|
703
|
+
ComparisonOperator: GreaterThanOrEqualToThreshold
|
|
704
|
+
Dimensions: [ { Name: 'host', Value: "${metric}" } ]
|
|
705
|
+
Statistic: Maximum
|
|
706
|
+
Threshold: 90 # Percentage used
|
|
707
|
+
Period: 60
|
|
708
|
+
EvaluationPeriods: 5
|
|
709
|
+
MetricName: MemoryUsedPercent
|
|
698
710
|
TreatMissingData: breaching
|
|
699
711
|
|
|
700
712
|
AmazonMQBroker: # AWS::AmazonMQ::Broker
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfn_monitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Base2Services
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-07
|
|
13
|
+
date: 2019-08-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: thor
|