diff --git a/README.md b/README.md index 5ddf4be..c553f11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Icinga2 API exporter +# Icinga2 exporter -Prometheus exporter for the Icinga2 API. +Prometheus exporter for Icinga2. ## Installation and Usage @@ -66,6 +66,19 @@ The tables below list all existing collectors. # Development +Prerequisites: + +* [Go compiler](https://golang.org/dl/) + +Building: + +``` +git clone https://github.com/NETWAYS/icinga2-exporter.git +cd icinga2-exporter +make build +./dist/icinga2-exporter +``` + Running tests: ```