Skip to content

Commit

Permalink
Update Transports.md (#16058)
Browse files Browse the repository at this point in the history
Added documentation to configure transport for AlertOps
  • Loading branch information
ashwath129 committed May 23, 2024
1 parent a466b83 commit c89023b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/Alerting/Transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,23 @@ alerts from many other monitoring tools on a single screen.
| Alert state | critical |
| Recover state | cleared |

## AlertOps

Using AlertOps integration with LibreNMS, you can seamlessly forward alerts to AlertOps with detailed information. AlertOps acts as a dispatcher for LibreNMS alerts, allowing you to determine the right individuals or teams to notify based on on-call schedules. Notifications can be sent via various channels including email, text messages (SMS), phone calls, and mobile push notifications for iOS & Android devices. Additionally, AlertOps provides escalation policies to ensure alerts are appropriately managed until they are assigned or closed. You can also filter out/aggregate alerts based on different values.

To set up the integration:

- Create a LibreNMS Integration: Sign up for an AlertOps account and create a LibreNMS integration from the integrations page. This will generate an Inbound Integration Endpoint URL that you'll need to copy to LibreNMS.

- Configure LibreNMS Integration: In LibreNMS, navigate to the integration settings and paste the inbound integration URL obtained from AlertOps.

**Example:**

| Config | Example |
| ------ | ------- |
| WebHook URL | <https://url/path/to/webhook> |


## Alertmanager

Alertmanager is an alert handling software, initially developed for
Expand Down

0 comments on commit c89023b

Please sign in to comment.