Breaking Changes
- Refactor CLI to include more subchecks. There are now several flags to set the warning/critical thresholds:
--queue-warning QUEUE_WARNING
--queue-critical QUEUE_CRITICAL
--failed-warning FAILED_WARNING
--failed-critical FAILED_CRITICAL
--signal-warning SIGNAL_WARNING
--signal-critical SIGNAL_CRITICAL
--disk-warning DISK_WARNING
--disk-critical DISK_CRITICAL
What's Changed
- Refactor to add subchecks by @martialblog in #19
- Add subcheck for disk usage
- Add Issue Templates by @martialblog in #15
- Update CI by @martialblog in #18
- Use python3 in Makefile explicitely by @RincewindsHat in #16
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v3.0.0...v4.0.0