Skip to content

Releases: bjoerrrn/storj-system-health.sh

bugfix release

23 Dec 15:26
940cec4
Compare
Choose a tag to compare

fixed an issue with the new "ignore io timeouts, if no other error occurs" feature.

v1.3.0 feature release

21 Dec 22:07
af9d9fd
Compare
Choose a tag to compare

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

solved issues #7 + #8

v1.2.0 feature release

17 Dec 14:17
840ccd3
Compare
Choose a tag to compare

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

16 Dec 21:43
caabb0d
Compare
Choose a tag to compare

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

16 Dec 20:27
37c410b
Compare
Choose a tag to compare

exclude 'pieces error: filestore error: context canceled' from the alerts

v1.0.2 bugfix release

16 Dec 19:09
76cfee2
Compare
Choose a tag to compare

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

15 Dec 23:09
4c376a4
Compare
Choose a tag to compare
latest update

--tail 40 did not work; removed it for now

v1.0.0 initial release

15 Dec 22:39
d5754d3
Compare
Choose a tag to compare
Update README.md