From d2704d04f715701078fc8a680967e5c814f7bc42 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Tue, 11 Apr 2017 12:00:53 +0200 Subject: [PATCH] added timeformat config --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 463c6a4..6aa2126 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ Running `make linux` will create a Linux executable (by default for `amd64`, but that is configurable by providing the `ARCH` argument to the Makefile). +### Bird configuration + +Birdwatcher parses the output of birdc and expects (for now) +the time format to be `iso long`. You need to configure + + timeformat base iso long; + timeformat log iso long; + timeformat protocol iso long; + timeformat route iso long; + +in your `/etc/bird[6].conf` for birdwatcher to work. + ### Building an RPM Building RPMs is supported through [fpm](https://github.com/jordansissel/fpm).