From 0ef8a8807058c44987023bc943d70d36f0734220 Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk Date: Sat, 17 Jun 2017 09:04:32 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0904f8..731c8b7 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,15 @@ Metric exporter for bird routing daemon to use with Prometheus ## Remarks -this is an early version - Since bird_exporter calls the bird client binary, bird has to be installed on the same mashine as bird_exporter. +### Bird configuration To get meaningful uptime information bird has to be configured this way: ``` timeformat protocol "%s"; ``` - +### Defualt Port In version 0.7.1 bird_exporter the default port changed to 9324 since port 9200 is the default port of elasticsearch. The new port is now registered in the default port allocation list (https://github.com/prometheus/prometheus/wiki/Default-port-allocations) ## Install