From 2a33faae9565877fe1b82d3327b0d249378337d5 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 1 Feb 2017 16:11:32 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a39c8004..c5a44904 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ Example usage: ## Installation -There are no packages available yet. Please build and run Icingabeat manually. +Download and install your package from the [latest release](https://github.com/Icinga/icingabeat/releases/latest) page. ## Configuration Before starting Icingabeat make sure you have set up your configuration properly. There are several general settings and some that are specific to the modes -included. +included. On Linux configuration files are located at `/etc/icingabeat` ### Connection These settings apply to both modes. They define the API endpoint to which @@ -117,13 +117,8 @@ These settings are specific to the statuspoller mode. Interval at which the status API is called. Set to `0` to disable polling. Defaults to `60s` -## Run -To run Icingabeat with debugging output enabled, run: - -```bash -./icingabeat -c icingabeat.yml -e -d "*" -``` +## Fields Icingabeat exports a bunch of fields. Have a look to the [fields.asciidoc](docs/fields.asciidoc) for details.