Skip to content

Commit 8a1d151

Browse files
authored
Update README.md
misc minor changes
1 parent cab9071 commit 8a1d151

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Snapraid AIO Script
22
The definitive all-in-one [SnapRAID](https://github.com/amadvance/snapraid) script on Linux. I hope you'll agree :).
33

4-
There are many SnapRAID scripts out there, but none has the features I want. So I made my own, inspired by existing solutions.
4+
There are many SnapRAID scripts out there, but none had the features I wanted. So I made my own, inspired by existing solutions.
55

66
It is meant to be run periodically (daily), do the heavy lifting and send an email you will actually read.
77

@@ -15,7 +15,7 @@ Contributions are welcome!
1515
* [How it works](#how-it-works)
1616
+ [Additional Features](#additional-features)
1717
* [Customization](#customization)
18-
+ [Customizable features](#customizable-features)
18+
+ [Available options](#available-options)
1919
* [A nice email report](#a-nice-email-report)
2020
- [Requirements](#requirements)
2121
- [Installation](#installation)
@@ -59,9 +59,9 @@ Contributions are welcome!
5959
- Can be used to track script execution time, status and promptly alert about errors.
6060
- Supports [Healthchecks.io](https://healthchecks.io), and 100+ services via Apprise (Telegram, Discord, Slack, etc)
6161
- You can also get notified with the `Snapraid SMART log` and `Snapraid Status`
62-
- Notification Hook: if your favourite notification service is not supported by this script, you can use a custom notification command or another mail binary
62+
- Notification Hook: if your favourite notification service is not supported by this script, you can use a custom notification command or another mail binary **[deprecated, use Apprise]**
6363
- Important messages are also sent to the system log.
64-
- Emails are still the best place to get detailed but readable information.
64+
- Emails reports are still the best way to get detailed but readable information.
6565

6666
## Customization
6767
Many options can be changed to your taste, their behavior is documented in the config file.
@@ -100,10 +100,10 @@ If you don't know what to do, I recommend using the default values and see how i
100100
- If the script ends with a **_WARNING_** message, it will report **_DOWN_** to Healthchecks.io, if the message is **_COMPLETED_** it will report **_UP_**.
101101
- Notifications services via [Apprise](https://github.com/caronc/apprise)
102102
- Send notifications to Telegram, Discord, Slack... you name it! Apprise supports 100+ services! Configuration is simple, instructions [are here](https://github.com/caronc/apprise/wiki).
103-
- If you don't read your emails every day, this is a great one for you, since you can be quickly informed if things go wrong.
104-
- The script will report when is started and when is completed. If there's a failure it's included as well.
103+
- If you don't read your emails every day, this is a great one for you, since you can be quickly informed if things go wrong.
104+
- The script will report when it's started and when it's completed. If there's a failure, it's notified as well.
105105
- You can choose to get the output attached if there's a warning (only supported by some services, check Apprise docs)
106-
- Notification Hook
106+
- Notification Hook **[deprecated, use Apprise]**
107107
- Made for external services or mail binaries with different commands than `mailx`.
108108
- Configure the path of the script or the mail binary to be invoked.
109109
- You can still use native services since it only replaces the standard email.

0 commit comments

Comments
 (0)