AnalogJ / scrutiny

Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds
MIT License
5.07k stars 165 forks source link

[FEAT] Is there a way to test if notifications are working? #637

Closed ghnp5 closed 4 months ago

ghnp5 commented 4 months ago

I set this up:

notify:
  urls:
    - "script:///path/to/sendmail.sh"

But I've no idea if this will work, until I get my first disk failure.
And it's hard to debug, in case it doesn't work. (as I need to keep invoking it to troubleshoot)

It would be nice if we could have a button under Settings to "Test Notification" or so.

Unless there's already a way to test? :)

Thank you very much!

George-RG commented 4 months ago

check this section out https://github.com/AnalogJ/scrutiny?tab=readme-ov-file#testing-notifications

ghnp5 commented 4 months ago

Ah.. thank you so much!!!

Honestly, the README of this project is one of the best and most useful I've seen so far.

Well done to the contributor(s) !

My fault I skipped that specific section 😁

Thanks again!