Skip to content

Commit 3d4dec0

Browse files
committed
Update README
1 parent 2ac0271 commit 3d4dec0

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ The Alertmanager to Icinga bridge can receive alerts from the Prometheus Alertma
44

55
## Installation
66

7-
* Install `alertmanager-icinga-bridge`
7+
* Install and start the `alertmanager-icinga-bridge` executable
88
* Create an Icinga host and API user for Alertmanager-Icinga-Bridge
9+
* Create an Icinga service template for the managed services
10+
11+
Example:
12+
13+
```bash
14+
alertmanager-icinga-bridge \
15+
--id alertmanagerID \
16+
--icinga-hostname Alertmanager \
17+
--icinga-url "https://icinga.internal:5665" \
18+
--icinga-user icinga-example-api-user \
19+
--icinga-password icinga-example-api-password \
20+
--bearer-token alertmanager-example-token
21+
```
922

1023
## Usage
1124

0 commit comments

Comments
 (0)