summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-04-25 07:59:36 -0700
committerGitHub <noreply@github.com>2023-04-25 07:59:36 -0700
commitff5bb3d712f543b8e142622e022d43274985a990 (patch)
tree41aa4ab4c99e1ee05bdd4aeb4af1f902c209f4f9 /health
parentf1f87af884082580d4437397550883df21c13f27 (diff)
Update README.md (#14962)
Diffstat (limited to 'health')
-rw-r--r--health/notifications/ntfy/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/health/notifications/ntfy/README.md b/health/notifications/ntfy/README.md
index bc33d3cfcd..156fb09e27 100644
--- a/health/notifications/ntfy/README.md
+++ b/health/notifications/ntfy/README.md
@@ -1,4 +1,4 @@
-# Ntfy agent alert notifications
+# ntfy agent alert notifications
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.
@@ -6,7 +6,7 @@ Learn how to send alerts to an ntfy server using Netdata's Agent alert notificat
>
> 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.
-[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.
+[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.
This is what you will get:
@@ -20,7 +20,7 @@ You will need:
- A new [topic](https://ntfy.sh/#subscribe) for the notifications to be published to
- terminal access to the Agent you wish to configure
-## Configure Netdata to send alert notifications to Ntfy
+## Configure Netdata to send alert notifications to ntfy
> ### Info
>