Skip to content

Commit 43740c5

Browse files
authored
Fix documentation typos, fix Procurve/Aruba command quotes (librenms#18682)
* docs: Fix typos Found with 'typos' tool, false positives skipped * docs(syslog): Fix curly quotes around Procurve/Aruba commands
1 parent c5f17b3 commit 43740c5

40 files changed

+51
-51
lines changed

doc/Alerting/Scheduled-Maintenances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are not created, and existing alerts will not recover. This is the default behav
1515
transport like mail is suppressed. This is useful if you just want "silence" for a period of time for whatever
1616
reason but don't want to lose sight of what is happening to your devices.
1717
- Run alerts: This is basically just a cosmetic maintenance. You will see that a device is in maintenance, but this
18-
setting will not supress alerts.
18+
setting will not suppress alerts.
1919

2020
## Managing Maintenances
2121

doc/Alerting/Transports/Jira.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The config fields that need to set for webhooks are: Jira Open URL, Jira Close U
4242
| Jira Password | myjirapass |
4343
| Enable webhook | ON/OFF |
4444
| Webhook ID | alert_id |
45-
| Custom Fileds | {"components":[{"id":"00001"}], "source": "LibrenNMS"} |
45+
| Custom Fields | {"components":[{"id":"00001"}], "source": "LibrenNMS"} |

doc/Alerting/Transports/Messagebird-Voice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LibreNMS can send messages through Messagebird voice Rest API transport (text to
66
| ------ | ------- |
77
| Api Key | Api rest key given in the messagebird dashboard |
88
| Originator | E.164 formatted originator |
9-
| Recipient | E.164 formatted recipient for multi recipents comma separated |
9+
| Recipient | E.164 formatted recipient for multi recipients comma separated |
1010
| Language | Select box for options |
1111
| Spoken voice | Female or Male |
1212
| Repeat | X times the message is repeated |

doc/Alerting/Transports/Messagebird.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ LibreNMS can send text messages through Messagebird Rest API transport.
66
| ------ | ------- |
77
| Api Key | Api rest key given in the messagebird dashboard |
88
| Originator | E.164 formatted originator |
9-
| Recipient | E.164 formatted recipient for multi recipents comma separated |
9+
| Recipient | E.164 formatted recipient for multi recipients comma separated |
1010
| Character limit | Range 1..480 (max 3 split messages) |

doc/Alerting/Transports/PagerDuty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## PagerDuty
22

33
LibreNMS can make use of PagerDuty, this is done by utilizing an API
4-
key and Integraton Key.
4+
key and Integration Key.
55

66
API Keys can be found under 'API Access' in the PagerDuty portal.
77

doc/Alerting/Transports/SMS-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## SMSmode
22

33
SMSmode is a SMS provider that can be configured by using the generic API Transport.
4-
You need a token you can find on your personnal space.
4+
You need a token you can find on your personal space.
55

66
[SMSmode docs](https://www.smsmode.com/pdf/fiche-api-http.pdf)
77

doc/Alerting/Transports/Signal-CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Signal CLI
22

3-
Use the Signal Mesenger for Alerts. Run the Signal CLI with the D-Bus option.
3+
Use the Signal Messenger for Alerts. Run the Signal CLI with the D-Bus option.
44

55
[GitHub Project](https://github.com/AsamK/signal-cli)
66

doc/Alerting/Transports/Weechatbot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Weechat BOT transport can be used to send alerts to an IRC channel via Weech
44

55
Documentation on how to enable UDP listener can be on [the project site](https://github.com/sndrsmnk/weechatbot#udp-listener)
66

7-
This transport should also be compatible with Gozerbot. Gozerbot does not have the consept of IRC server, so just leave this field empty for Gozerbot compatibility.
7+
This transport should also be compatible with Gozerbot. Gozerbot does not have the concept of IRC server, so just leave this field empty for Gozerbot compatibility.
88

99
**Example:**
1010
| Config | Example |

doc/Alerting/Transports/Wled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the WLED web interface.
88

99
Leaving warning, critical, or recovery blank, will mean that severity/state is ignored.
1010

11-
Using warning, critical, and recovery together can lead to unpredicatble
11+
Using warning, critical, and recovery together can lead to unpredictable
1212
results. Similarly best to only use this for very specific alerts/hosts given this
1313
transport can only communicate limited info.
1414

doc/Alerting/Transports/aspSMS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## aspSMS
22

33
aspSMS is a SMS provider that can be configured by using the generic API Transport.
4-
You need a token you can find on your personnal space.
4+
You need a token you can find on your personal space.
55

66
[aspSMS docs](https://www.aspsms.com/en/documentation/)
77

0 commit comments

Comments
 (0)