summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-11-23 00:16:56 +0100
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-23 01:16:56 +0200
commit1149ce32401c811a429ac1d3311f6676926e7d92 (patch)
tree0385c9df3912e00ce4cc26bcfb3d4d751bdc4f38 /health
parentcfc740a7a2e7b7236ad1378fdb7a73c281cb867e (diff)
Sanitize headers and htmlstructure (#4713)
* Restructured html site, corrected header in REDISTRIBUTED * Added header * Header updates and restructuring * Move requirements and runtime txts to htmldoc, by adding a netlify.toml that changes the base directory * Minor corrections to support the html doc restructuring * Debugging netlify * Debugging netlify * Debugging netlify * Beautify headers, comment in buildhtml * Beautify headers * Sanitize headers and reorganize static html site * Updated Makefile with moved and created htmldoc scripts
Diffstat (limited to 'health')
-rw-r--r--health/notifications/alerta/README.md2
-rw-r--r--health/notifications/awssns/README.md4
-rw-r--r--health/notifications/discord/README.md2
-rw-r--r--health/notifications/email/README.md4
-rw-r--r--health/notifications/flock/README.md4
-rw-r--r--health/notifications/irc/README.md4
-rw-r--r--health/notifications/kavenegar/README.md4
-rw-r--r--health/notifications/messagebird/README.md3
-rw-r--r--health/notifications/pagerduty/README.md1
-rw-r--r--health/notifications/pushbullet/README.md4
-rw-r--r--health/notifications/pushover/README.md5
-rw-r--r--health/notifications/rocketchat/README.md2
-rw-r--r--health/notifications/slack/README.md2
-rw-r--r--health/notifications/syslog/README.md2
-rw-r--r--health/notifications/telegram/README.md2
-rw-r--r--health/notifications/twilio/README.md2
-rw-r--r--health/notifications/web/README.md2
17 files changed, 25 insertions, 24 deletions
diff --git a/health/notifications/alerta/README.md b/health/notifications/alerta/README.md
index cf43621ff7..94326387f9 100644
--- a/health/notifications/alerta/README.md
+++ b/health/notifications/alerta/README.md
@@ -1,4 +1,4 @@
-# alerta.io notifications
+# alerta.io
The [Alerta](https://alerta.io) monitoring system is a tool used to
consolidate and de-duplicate alerts from multiple sources for quick
diff --git a/health/notifications/awssns/README.md b/health/notifications/awssns/README.md
index d040d2d290..61159f6e66 100644
--- a/health/notifications/awssns/README.md
+++ b/health/notifications/awssns/README.md
@@ -1,4 +1,4 @@
-# Amazon SNS notifications
+# Amazon SNS
As part of it's AWS suite, Amazon provides a notification broker service called 'Simple Notification Service' or SNS. Amazon SNS works kind of similarly to Netdata's own notification system, allowing dispatch of a single notification to multiple subscribers of different types. Among other things, SNS supports sending notifications to:
@@ -28,4 +28,4 @@ Notes:
* Netdata's native email notification support is far better in almost all respects than it's support through Amazon SNS. If you want email notifications, use the native support, not SNS.
* If you need to change the notification format for SNS notifications, you can do so by specifying the format in `AWSSNS_MESSAGE_FORMAT` in the configuration. This variable supports all the same vairiables you can use in custom notifications.
- * While Amazon SNS supports sending differently formatted messages for different delivery methods, netdata does not currently support this functionality. \ No newline at end of file
+ * While Amazon SNS supports sending differently formatted messages for different delivery methods, netdata does not currently support this functionality.
diff --git a/health/notifications/discord/README.md b/health/notifications/discord/README.md
index 5889ea099f..fff01d64ef 100644
--- a/health/notifications/discord/README.md
+++ b/health/notifications/discord/README.md
@@ -1,4 +1,4 @@
-# Discordapp.com notifications
+# Discordapp.com
This is what you will get:
diff --git a/health/notifications/email/README.md b/health/notifications/email/README.md
index 979790ad64..39ee7b59e9 100644
--- a/health/notifications/email/README.md
+++ b/health/notifications/email/README.md
@@ -1,4 +1,4 @@
-# email notifications
+# email
You need a working `sendmail` command for email alerts to work. Almost all MTAs provide a `sendmail` interface.
@@ -28,4 +28,4 @@ sudo su -s /bin/bash netdata
/usr/libexec/netdata/plugins.d/alarm-notify.sh test [ROLE]
```
-Where `[ROLE]` is the role you want to test. The default (if you don't give a `[ROLE]`) is `sysadmin`. \ No newline at end of file
+Where `[ROLE]` is the role you want to test. The default (if you don't give a `[ROLE]`) is `sysadmin`.
diff --git a/health/notifications/flock/README.md b/health/notifications/flock/README.md
index 33a545eacb..07a4469565 100644
--- a/health/notifications/flock/README.md
+++ b/health/notifications/flock/README.md
@@ -1,4 +1,4 @@
-# flock.com notifications
+# flock.com
This is what you will get:
@@ -28,4 +28,4 @@ FLOCK_WEBHOOK_URL="https://api.flock.com/hooks/sendMessage/XXXXXXXXXXXXXXXXXXXXX
# if a role recipient is not configured, no notification will be sent
DEFAULT_RECIPIENT_FLOCK="alarms"
-``` \ No newline at end of file
+```
diff --git a/health/notifications/irc/README.md b/health/notifications/irc/README.md
index ece879fe6e..a44bea72d2 100644
--- a/health/notifications/irc/README.md
+++ b/health/notifications/irc/README.md
@@ -1,4 +1,4 @@
-# IRC notifications
+# IRC
This is what you will get:
@@ -70,4 +70,4 @@ role_recipients_irc[dba]="#databases-alarms"
role_recipients_irc[webmaster]="#networking-alarms"
```
-The keywords `#user-alarms`, `#networking-alarms`, `#system-alarms`, `#databases-alarms` are irc channels which belong to the specified IRC network. \ No newline at end of file
+The keywords `#user-alarms`, `#networking-alarms`, `#system-alarms`, `#databases-alarms` are irc channels which belong to the specified IRC network.
diff --git a/health/notifications/kavenegar/README.md b/health/notifications/kavenegar/README.md
index e59ad4d4f8..9c18b4aa0a 100644
--- a/health/notifications/kavenegar/README.md
+++ b/health/notifications/kavenegar/README.md
@@ -1,4 +1,4 @@
-# Kavenegar notifications
+# Kavenegar
[Kavenegar](https://www.kavenegar.com/) as service for software developers, based in Iran, provides send and receive SMS, calling voice by using its APIs.
@@ -36,4 +36,4 @@ SEND_KAVENEGAR="YES"
KAVENEGAR_API_KEY=""
KAVENEGAR_SENDER=""
DEFAULT_RECIPIENT_KAVENEGAR=""
-``` \ No newline at end of file
+```
diff --git a/health/notifications/messagebird/README.md b/health/notifications/messagebird/README.md
index e09ba5d38a..7707fd1972 100644
--- a/health/notifications/messagebird/README.md
+++ b/health/notifications/messagebird/README.md
@@ -1,5 +1,6 @@
+# Messagebird
-Will look like this on your Android device:
+The messagebird notifications will look like this on your Android device:
![image](https://cloud.githubusercontent.com/assets/17090999/20034652/620b6100-a39b-11e6-96af-4f83b8e830e2.png)
diff --git a/health/notifications/pagerduty/README.md b/health/notifications/pagerduty/README.md
index e35051fd41..34520c30e9 100644
--- a/health/notifications/pagerduty/README.md
+++ b/health/notifications/pagerduty/README.md
@@ -1,3 +1,4 @@
+# PagerDuty
[PagerDuty](https://www.pagerduty.com/company/) is the enterprise incident resolution service that integrates with ITOps and DevOps monitoring stacks to improve operational reliability and agility. From enriching and aggregating events to correlating them into incidents, PagerDuty streamlines the incident management process by reducing alert noise and resolution times.
diff --git a/health/notifications/pushbullet/README.md b/health/notifications/pushbullet/README.md
index 827d9301d0..0640cfcdce 100644
--- a/health/notifications/pushbullet/README.md
+++ b/health/notifications/pushbullet/README.md
@@ -1,4 +1,4 @@
-$ PushBullet notifications
+# PushBullet
Will look like this on your browser:
![image](https://cloud.githubusercontent.com/assets/4300670/19109636/278b1c0c-8aee-11e6-8a09-7fc94fdbfec8.png)
@@ -39,4 +39,4 @@ SEND_PUSHBULLET="YES"
# Without an access token, netdata cannot send pushbullet notifications.
PUSHBULLET_ACCESS_TOKEN="o.Sometokenhere"
DEFAULT_RECIPIENT_PUSHBULLET="admin1@example.com admin3@somemail.com"
-``` \ No newline at end of file
+```
diff --git a/health/notifications/pushover/README.md b/health/notifications/pushover/README.md
index 2849816951..d60f8c4456 100644
--- a/health/notifications/pushover/README.md
+++ b/health/notifications/pushover/README.md
@@ -1,5 +1,4 @@
-
-# PushOver notifications
+# PushOver
pushover.net allows you to receive push notifications on your mobile phone. The service seems free for up to 7.500 messages per month.
@@ -14,4 +13,4 @@ The configuration is like above (slack messages).
pushover.net notifications look like this:
-![image](https://cloud.githubusercontent.com/assets/2662304/18407319/839c10c4-7715-11e6-92c0-12f8215128d3.png) \ No newline at end of file
+![image](https://cloud.githubusercontent.com/assets/2662304/18407319/839c10c4-7715-11e6-92c0-12f8215128d3.png)
diff --git a/health/notifications/rocketchat/README.md b/health/notifications/rocketchat/README.md
index 70c6986724..4533f7934c 100644
--- a/health/notifications/rocketchat/README.md
+++ b/health/notifications/rocketchat/README.md
@@ -1,4 +1,4 @@
-# Rocket.Chat notifications
+# Rocket.Chat
This is what you will get:
![Netdata on RocketChat](https://i.imgur.com/Zu4t3j3.png)
diff --git a/health/notifications/slack/README.md b/health/notifications/slack/README.md
index 45be45197e..7d44257ea4 100644
--- a/health/notifications/slack/README.md
+++ b/health/notifications/slack/README.md
@@ -1,4 +1,4 @@
-# Slack.com notifications
+# Slack
This is what you will get:
![image](https://cloud.githubusercontent.com/assets/2662304/18407116/bbd0fee6-7710-11e6-81cf-58c0defaee2b.png)
diff --git a/health/notifications/syslog/README.md b/health/notifications/syslog/README.md
index fcc2466a69..06cd5524e0 100644
--- a/health/notifications/syslog/README.md
+++ b/health/notifications/syslog/README.md
@@ -1,4 +1,4 @@
-# syslog notifications
+# Syslog
You need a working `logger` command for this to work. This is the case on pretty much every Linux system in existence, and most BSD systems.
diff --git a/health/notifications/telegram/README.md b/health/notifications/telegram/README.md
index cd52fe1946..6efdd8c617 100644
--- a/health/notifications/telegram/README.md
+++ b/health/notifications/telegram/README.md
@@ -1,4 +1,4 @@
-# Telegram.org notifications
+# Telegram
[Telegram](https://telegram.org/) is a messaging app with a focus on speed and security, it’s super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.
diff --git a/health/notifications/twilio/README.md b/health/notifications/twilio/README.md
index ab3dd3c044..ec7fef56aa 100644
--- a/health/notifications/twilio/README.md
+++ b/health/notifications/twilio/README.md
@@ -1,4 +1,4 @@
-# Twilio.com notifications
+# Twilio
Will look like this on your Android device:
diff --git a/health/notifications/web/README.md b/health/notifications/web/README.md
index ba7dac1fea..745de77780 100644
--- a/health/notifications/web/README.md
+++ b/health/notifications/web/README.md
@@ -1,4 +1,4 @@
-# Dashboard notifications
+# Dashboard
The netdata dashboard shows HTML notifications, when it is open.