Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icinga2 API exporter
# Icinga2 exporter

Prometheus exporter for the Icinga2 API.
Prometheus exporter for Icinga2.

## Installation and Usage

Expand Down Expand Up @@ -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 <flags>
```

Running tests:

```
Expand Down