Releases: bjoerrrn/storj-system-health.sh
bugfix release
fixed an issue with the new "ignore io timeouts, if no other error occurs" feature.
v1.3.0 feature release
change notes:
.. fix audit log details selection from (missing) LOG variable
.. ignore i/o timeouts (satellite service pings + single satellite connects), if audit success rate is 100% and there are no other errors as well
.. only select audit error details in case there are audit issues
.. added renice to let the script run in low performance to not block the system
.. recognizes 'no download/upload activity' within the last hour
.. general optimization of the script's styling
v1.2.0 feature release
added solution for issue #1, added info into discord push message as well as log extract into mail body
Full Changelog: v1.1.0...v1.2.0
v1.1.0 feature release
general update of the script
- added mail/discord debug mode
- created constants section to manage your individual params
- optimised echo output for shell command line usage
v1.0.3 bugfix release
exclude 'pieces error: filestore error: context canceled' from the alerts
v1.0.2 bugfix release
fixes an issue with false positive (fatal) error alerts + logs excerpt not sent by email in case of an alert
v1.0.1 bugfix release
latest update --tail 40 did not work; removed it for now
v1.0.0 initial release
Update README.md