You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use GitLab instead of Gitlab
Only change text part, the Alert.Transport.Gitlab class left as is.
* Fix href in document
* Move section in document
The agent list in this document is sorted by alphabetical order,
"SDFS info" is the only exception.
* Remove trailing spaces in document
* Align code in document
* Fix Markdown in document
- Escape underline
- Add syntax highlight
- Add two space in the end of line to make it a newline
- Add newline before list or code section
* Update LibreNMS/Alert/Transport/Gitlab.php
Co-authored-by: Jellyfrog <[email protected]>
Copy file name to clipboardExpand all lines: doc/Alerting/Transports.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -261,11 +261,11 @@ The index pattern uses strftime() formatting.
261
261
| Port | 9200 |
262
262
| Index Patter | librenms-%Y.%m.%d |
263
263
264
-
## Gitlab
264
+
## GitLab
265
265
266
266
LibreNMS will create issues for warning and critical level alerts
267
267
however only title and description are set. Uses Personal access
268
-
tokens to authenticate with Gitlab and will store the token in cleartext.
268
+
tokens to authenticate with GitLab and will store the token in cleartext.
269
269
270
270
**Example:**
271
271
@@ -359,9 +359,9 @@ As a small reminder, here is it's configuration directives including defaults:
359
359
## Matrix
360
360
361
361
For using the Matrix transports, you have to create a room on the Matrix-server.
362
-
The provided Auth_token belongs to an user, which is member of this room.
362
+
The provided Auth_token belongs to an user, which is member of this room.
363
363
The Message, sent to the matrix-room can be built from the variables defined in
364
-
[Template-Syntax](Templates.md#syntax) but without the 'alert->' prefix.
364
+
[Template-Syntax](Templates.md#syntax) but without the 'alert->' prefix.
365
365
See API-Transport. The variable ``` $msg ``` is contains the result of the Alert template.
366
366
The Matrix-Server URL is cutted before the beginning of the ``_matrix/client/r0/...`` API-part.
367
367
@@ -376,9 +376,9 @@ The Matrix-Server URL is cutted before the beginning of the ``_matrix/client/r0/
376
376
377
377
## Microsoft Teams
378
378
379
-
LibreNMS can send alerts to Microsoft Teams [Incoming Webhooks](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) which are
380
-
then posted to a specific channel. Microsoft recommends using
381
-
[markdown](https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format#markdown-formatting-for-connector-cards) formatting for connector cards.
379
+
LibreNMS can send alerts to Microsoft Teams [Incoming Webhooks](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) which are
380
+
then posted to a specific channel. Microsoft recommends using
381
+
[markdown](https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format#markdown-formatting-for-connector-cards) formatting for connector cards.
382
382
Administrators can opt to [compose](https://messagecardplayground.azurewebsites.net/)
383
383
the [MessageCard](https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference)
384
384
themselves using JSON to get the full functionality.
@@ -658,7 +658,10 @@ You need a token you can find on your personnal space.
658
658
LibreNMS can send alerts to a Splunk instance and provide all device
659
659
and alert details.
660
660
661
-
Example output: `Feb 21 15:21:52 nms hostname="localhost", sysName="localhost",
661
+
Example output:
662
+
663
+
```
664
+
Feb 21 15:21:52 nms hostname="localhost", sysName="localhost",
Copy file name to clipboardExpand all lines: doc/Extensions/Agent-Setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,6 @@ If you want to restrict which network adapter the agent listens on, do the follo
82
82
83
83
84
84
## Windows
85
-
1. Grab version 1.2.6b5 of the check_mk agent from the check_mk github repo (exe/msi or compile it yourself depending on your usage): https://github.com/tribe29/checkmk/tree/v1.2.6b5/agents/windows
85
+
1. Grab version 1.2.6b5 of the check_mk agent from the check_mk github repo (exe/msi or compile it yourself depending on your usage): <https://github.com/tribe29/checkmk/tree/v1.2.6b5/agents/windows>
86
86
2. Run the msi / exe
87
87
3. Make sure your LibreNMS instance can reach TCP port 6556 on your target.
0 commit comments