sensu-plugins-aws 18.2.0 → 18.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/README.md +5 -1
- data/lib/sensu-plugins-aws/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb986d62da220b60b0f2e66794be82bbbf685320d42e7f126d1454e672ee7915
|
4
|
+
data.tar.gz: 1c3b455fb96f1d194af0a12693fc6ecd127114379eb14bd88352f6aad5bcbc8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6ebc68a7983287cc91e5411cb70e589500880e9a5181259bcf4b1ee63520d666eb357b286eed8ce91b4953c8671b21cc8b0ecc934ac6575f85b968e51dde279
|
7
|
+
data.tar.gz: d45fe80f8643a31112732663e58048e0947d2a95883cf9f37d97f19009a9a66ea27a139c616825c87b4e8844ff5196f39f00beac13d8b76df9998addea08527b
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [18.3.0] - 2019-05-07
|
9
|
+
### Added
|
10
|
+
- Travis build automation to generate Sensu Asset tarballs that can be used in conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
|
11
|
+
|
8
12
|
## [18.2.0] - 2019-05-06
|
9
13
|
### Added
|
10
14
|
- check-rds.rb: added support for new `t3` and `r5` family instances (@mmitucha)
|
@@ -578,7 +582,8 @@ WARNING: This release contains major breaking changes that will impact all user
|
|
578
582
|
### Added
|
579
583
|
- initial release
|
580
584
|
|
581
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.
|
585
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.3.0...HEAD
|
586
|
+
[18.3.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.2.0...18.3.0
|
582
587
|
[18.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.1.0...18.2.0
|
583
588
|
[18.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.0.0...18.1.0
|
584
589
|
[18.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/17.2.0...18.0.0
|
data/README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-aws.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-aws)
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-aws.svg)](https://badge.fury.io/rb/sensu-plugins-aws.svg)
|
5
|
+
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-aws)
|
6
|
+
|
7
|
+
## Sensu Asset
|
8
|
+
The Sensu assets packaged from this repository are built against the Sensu Ruby runtime environment. When using these assets as part of a Sensu Go resource (check, mutator or handler), make sure you include the corresponding Sensu Ruby runtime asset in the list of assets needed by the resource. The current ruby-runtime assets can be found [here](https://bonsai.sensu.io/assets/sensu/sensu-ruby-runtime) in the [Bonsai Asset Index](bonsai.sensu.io).
|
5
9
|
|
6
10
|
## Functionality
|
7
11
|
|
@@ -283,7 +287,7 @@
|
|
283
287
|
|
284
288
|
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
|
285
289
|
|
286
|
-
Note: In addition to the standard installation requirements the installation of this gem will require compiling the nokogiri gem. Due to this you'll need certain development packages on your system.
|
290
|
+
Note: In addition to the standard installation requirements the installation of this gem will require compiling the nokogiri gem. Due to this you'll need certain development packages on your system.
|
287
291
|
|
288
292
|
On Ubuntu systems run the following to install build dependencies:
|
289
293
|
|