diff --git a/README.md b/README.md index 961acae..8b842a0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Prometheus exporter for Icinga2. The `icinga2-exporter` for Prometheus allows you to scrape status and statistics information from Icinga2 to monitor the health of the Icinga instance. The exporter does not export data from individual hosts or services, for this you can use Icinga2's OTLPMetricsWriter. +![icinga2-exporter Dashboard](contrib/example-dashboard.png) + ## Installation and Usage The `icinga2-exporter` listens on HTTP port 9665 by default. diff --git a/contrib/example-dashboard.png b/contrib/example-dashboard.png new file mode 100644 index 0000000..0d6e2cd Binary files /dev/null and b/contrib/example-dashboard.png differ