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
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Icinga2 exporter
2
2
3
-
Prometheus exporter for Icinga2.
3
+
A Prometheus exporter for Icinga2.
4
+
5
+
The `icinga2-exporter` for Prometheus allows you to scrape status and statistics information from Icinga2 to monitor the health of the Icinga instance.
4
6
5
7
## Installation and Usage
6
8
7
-
The `icinga2_exporter` listens on HTTP port 9665 by default.
9
+
The `icinga2-exporter` listens on HTTP port 9665 by default.
8
10
See the `-help` output for more options.
9
11
10
12
```
@@ -48,6 +50,11 @@ See the `-help` output for more options.
48
50
Path under which to expose metrics. (default "/metrics")
49
51
```
50
52
53
+
### Cache
54
+
55
+
The exporter caches the responses from the Icinga2 API to decrease load on the API.
56
+
The lifetime of the cache can be adjusted with `-web.cache-ttl`.
57
+
51
58
## Collectors
52
59
53
60
By default only the `IcingaApplication` metrics of the status API are collected.
0 commit comments