Skip to content

Releases: level23/nagios-cloudwatch-metrics

Added "last-known" option

04 Sep 11:57
40e04ca
Compare
Choose a tag to compare

This version adds a "last-known" option.

When given, we will fetch the last known values up to 20 minutes ago. CloudWatch metrics are not always up to date. By specifying this option we will walk back in 1 minute steps when no data is known.

Make DIMENSIONS parameter optional

16 Jul 15:15
Compare
Choose a tag to compare
2.1.12

Fixed $DIMENSIONS parameter being optional

Fixed start/end time which caused NULL values

25 May 14:22
d6dcab4
Compare
Choose a tag to compare
Merge pull request #31 from level23/empty-values-bugfix

Bugfix attempt for empty returning values

Fixed usage of SECONDS variable which is also an internal bash variable

17 May 06:47
85e290d
Compare
Choose a tag to compare
Merge pull request #30 from level23/seconds-var-fix

Seconds var fix

Bugfix for missing value error

01 May 06:11
11bb65a
Compare
Choose a tag to compare

Resolve printf missing value error

Version 2.1.8, added namespace-prefix parameter

23 Apr 12:31
7d1bb39
Compare
Choose a tag to compare

This adds support for custom (non-aws) namespaces.

Version 2.1.7, added support for scientific values

23 Apr 09:14
2a4071e
Compare
Choose a tag to compare

This version fixes handling values which are returned from AWS Cloudwatch represented as a scientific value (9.610487596832052e-06). This script converts them now as correct floats.

Version 2.1.6, fixed timeout notice and updated readme with cloudfront example

21 Nov 14:39
9d48049
Compare
Choose a tag to compare
Merge pull request #22 from level23/timeout-bugfix

Fixed timeout notice on osx, updated readme

Version 2.1.5, fixed incorrect message description

20 Oct 17:17
Compare
Choose a tag to compare
Merge pull request #17 from sherwind/master

make alert messages for OUTSIDE mode consistent with its test condition

Version 2.1.4 Fixed bug in timeout parameter

20 Oct 08:10
Compare
Choose a tag to compare
Merge pull request #16 from level23/timeout_support

bugfix: timeout is /usr/bin/timeout