Releases: ranzbak/sensu-check-critical-updates
Releases · ranzbak/sensu-check-critical-updates
0.2.9
Changelog
ccb51fa Fixed bug that resulted in unknown patch status when Centos does not have pending patches.
0.2.8
Changelog
55003ae Fixed bug with Ubuntu checker, that turned Unknown when Critical state was reached.
0.2.7
Changelog
3cb7d21 Add detection for Linux Mint and Debian
a52e1e7 When the witness file is absent, create it.
0.2.6
Changelog
1971450 Fix Ubuntu detection.
0.2.5
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
Changelog
ca222a1 Add support for Centos.
7b06a9b CentOS does not contain security information, created another handler.
0.2.3
Changelog
2162dbb Add support for Centos.
0.2.2
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
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
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