Skip to content

Releases: ranzbak/sensu-check-critical-updates

0.2.9

28 Jan 10:27
Compare
Choose a tag to compare

Changelog

ccb51fa Fixed bug that resulted in unknown patch status when Centos does not have pending patches.

0.2.8

27 Jan 11:02
Compare
Choose a tag to compare

Changelog

55003ae Fixed bug with Ubuntu checker, that turned Unknown when Critical state was reached.

0.2.7

20 Jan 15:49
Compare
Choose a tag to compare

Changelog

3cb7d21 Add detection for Linux Mint and Debian
a52e1e7 When the witness file is absent, create it.

0.2.6

20 Jan 14:28
Compare
Choose a tag to compare

Changelog

1971450 Fix Ubuntu detection.

0.2.5

20 Jan 13:53
Compare
Choose a tag to compare

Changelog

7a7672f Fix issue with empty regex matches, and critical and impontant numbers changed.
574929d Fix patch counting bug in Redhat. Change variable names to maken GoLint happy.

0.2.4

15 Jan 12:42
Compare
Choose a tag to compare

Changelog

ca222a1 Add support for Centos.
7b06a9b CentOS does not contain security information, created another handler.

0.2.3

14 Jan 16:06
Compare
Choose a tag to compare

Changelog

2162dbb Add support for Centos.

0.2.2

14 Jan 15:33
Compare
Choose a tag to compare

Changelog

e590889 Move pending time code to it's own package.
d69d585 Add Error handling to witness file update.
558fafe Add check to determine time of last patch.
91d2063 Removed unused command line parameter.

0.2.1

14 Jan 12:08
Compare
Choose a tag to compare

Changelog

ca88a69 Fixed the last things that annoyed the Linter.
7945c3e Fixed golangci-lint complaints.
0077438 Fixed up the code, to remove linting errors.

0.2.0

14 Jan 10:27
Compare
Choose a tag to compare

Changelog

ff50cd4 Add dependencies.
f77972d Use Sensu SDK datatypes in sub-packages. Fix Readme.
be32368 Removed downloading of changelog data, as it's not scalable.
725bf14 Split up code over packages, Added basic Ubuntu integration.
f37527a Revised README.md with proper GitHub repository name
161849d Further changes to remove specific language pertaining to reboots.
e69d20d Switched to finding any file instead of specific one.
9c2316a Updated bonsai.yml to only build 64-bit linux
ef16b8b Updated bonsai.yml to only build 64-bit linux
2ed354a Updated goreleaser.yml to only build 64-bit linux
3da4163 Added badge code back in...
760e77e Updated README.md
bcff2e1 Initial commit