@cryptotaxi247 / netdata-1 / commits / ff5bb3d71

Update README.md (#14962)

Chris Akritidis committed Apr 25, 2023 at 07:59 UTC ff5bb3d712f543b8e142622e022d43274985a990
1 file changed +3 -3
health/notifications/ntfy/README.md
+3 -3
@@ -1,4 +1,4 @@
1 -# Ntfy agent alert notifications
1 +# ntfy agent alert notifications
2
3 Learn how to send alerts to an ntfy server using Netdata's Agent alert notification feature, which supports dozens of endpoints, user roles, and more.
4
@@ -6,7 +6,7 @@ Learn how to send alerts to an ntfy server using Netdata's Agent alert notificat
6 >
7 > This file assumes you have read the [Introduction to Agent alert notifications](https://github.com/netdata/netdata/blob/master/health/notifications/README.md), detailing how the Netdata Agent's alert notification method works.
8
9 -[Ntfy](https://ntfy.sh/) (pronounce: notify) is a simple HTTP-based [pub-sub](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also [open source](https://github.com/binwiederhier/ntfy) if you want to run your own server.
9 +[ntfy](https://ntfy.sh/) (pronounce: notify) is a simple HTTP-based [pub-sub](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also [open source](https://github.com/binwiederhier/ntfy) if you want to run your own server.
10
11 This is what you will get:
12
@@ -20,7 +20,7 @@ You will need:
20 - A new [topic](https://ntfy.sh/#subscribe) for the notifications to be published to
21 - terminal access to the Agent you wish to configure
22
23 -## Configure Netdata to send alert notifications to Ntfy
23 +## Configure Netdata to send alert notifications to ntfy
24
25 > ### Info
26 >