- Fixed issue with creating new clients instead of reusing http client
- Fixed issue where empty secrets causes configs to re-apply every checkin
- Added integration with ReChecked Manager (https://rechecked.io/rechecked-manager/)
- Added debug logging with -D option
- Added "Address" variable for Hosts in passive check configurations
- Added $HOST_ADDRESS variable, which to be used in plugin arguments for passive checks
- Updated $HOST to be $LOCAL_HOSTNAME for better local variable names
- Updated spec file to make installs on Ubuntu/Debian add the daemon to systemd
- Fixed issue with plugin output on error not showing stdout
- Fixed problems with disk endpoint when disk does not have a readable size
- Fixed passive check plugins endpoint not able to run due to invalid check error
- Added cpuPercent and memPercent to processes output (#14)
- Added delta values to the network output when delta=1 parameter passed
- Fixed network check where delta was not applied causing check to not run unless delta was passed
- Fixed perfdata output for warn/crit values missing the ; when only critical is set (#16)
- Fixed issue with windows services not having proper status (#22)
- Fixed empty windows services JSON output to be [] instead of null
- Added Access-Control-Allow-Origin header for CORS requests
- Fixed Content-Type header not being set properly
- Fixed empty plugins JSON output to be [] instead of null
- Initial release