1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

added timeformat config

This commit is contained in:
Matthias Hannig 2017-04-11 12:00:53 +02:00
parent 844c01ae5f
commit d2704d04f7

View file

@ -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).