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
It includes metrics on the current state and configuration of Nagios. This includes the number of hosts, services, and information about their monitoring setup. For example, this exporter will output the number of flapping hosts, passive checks, or hosts in downtime.
14
16
@@ -21,6 +23,7 @@ Practical use cases for this exporter may include:
21
23
This exporter does not output Nagios check results as Prometheus metrics; it is designed to export metrics of the Nagios monitoring server itself for meta-monitoring.
22
24
23
25
## Table of Contents
26
+
24
27
-[nagios_exporter](#nagios_exporter)
25
28
-[Table of Contents](#table-of-contents)
26
29
-[Configuration](#configuration)
@@ -56,6 +59,29 @@ To see all available configuration flags:
56
59
./prometheus-nagios-exporter -h
57
60
```
58
61
62
+
### Nagios Core 3/4 support
63
+
64
+
This exporter also supports Nagios Core 3/4 and CheckMK, albeit with a subset of metrics and reliance on the `nagiosstats` binary. There is no RESTful API for either monitoring platform, so the exporter must be run directly on the Nagios host and have access to execute `nagiostats`.
65
+
66
+
It is also recommended to pass the path of the Nagios configuration
0 commit comments