We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac0271 commit 3d4dec0Copy full SHA for 3d4dec0
1 file changed
README.md
@@ -4,8 +4,21 @@ The Alertmanager to Icinga bridge can receive alerts from the Prometheus Alertma
4
5
## Installation
6
7
-* Install `alertmanager-icinga-bridge`
+* Install and start the `alertmanager-icinga-bridge` executable
8
* 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
+```
22
23
## Usage
24
0 commit comments