170 Commits

Author SHA1 Message Date
Daniel Czerwonk
5f3e69405d
Update README.md 1.2.3 2019-03-09 14:21:25 +01:00
Daniel Czerwonk
2039f1d0b6
Merge pull request #27 from k1-hedayati/patch-1
Fixed typo
2019-03-09 14:11:53 +01:00
Keyvan Hedayati
da01862ec7
Fixed typo 2019-03-08 16:09:23 +03:30
Daniel Czerwonk
7ec1a00d97 small lint fixes 2019-01-14 20:07:26 +01:00
Daniel Czerwonk
6ce998d7db new dockerfile 2019-01-14 19:32:01 +01:00
Daniel Czerwonk
c8dd6e43d3
Update README.md 2019-01-14 19:19:59 +01:00
Daniel Czerwonk
a48e7232ad
Update Dockerfile 2019-01-14 19:19:31 +01:00
Daniel Czerwonk
134bf29f00 switched to go modules 2019-01-14 19:16:36 +01:00
Daniel Czerwonk
0ff505a8a7
Update .travis.yml 2018-09-22 10:21:32 +02:00
Daniel Czerwonk
7a237d04fc
Update .travis.yml 2018-09-22 09:49:49 +02:00
Daniel Czerwonk
7b8eb0d507
Update .travis.yml 2018-09-22 09:49:35 +02:00
Daniel Czerwonk
e744d19130
Merge pull request #25 from atopuzov/slim
Use debian:stretch-slim
2018-09-19 20:29:40 +02:00
Aleksandar Topuzovic
7d790f5d35 Use debian:stretch-slim
* debian:stretch-slim is 55 Mb
* golang:1.10 is 730 Mb
2018-09-19 15:59:03 +01:00
Daniel Czerwonk
d984aa9140 bumped version 1.2.2 2018-08-24 09:13:09 +02:00
Daniel Czerwonk
42bfdbb0fc
Update label_strategy.go 2018-08-09 11:34:24 +02:00
Daniel Czerwonk
f8a98ca19c
Merge pull request #21 from baloo/baloo/api_label_strategy
metrics: allow label_strategy to be implemented as api
2018-08-09 11:29:26 +02:00
Daniel Czerwonk
4779739191
Merge branch 'master' into baloo/api_label_strategy 2018-08-09 11:26:43 +02:00
Daniel Czerwonk
081f8e2b85
Merge pull request #22 from baloo/baloo/parse_static_protocols
parser: static protocols were not parsed
2018-08-09 11:22:49 +02:00
Arthur Gautier
719221d9c6 parser: static protocols were not parsed
we use static protocol enabled/disabled as a switch to
broadcast bgp routes and announce service.
Support for static protocols is mostly there, but is just missing
support in the parser

Signed-off-by: Arthur Gautier <baloo@gandi.net>
2018-08-09 06:47:39 +00:00
Arthur Gautier
e570048463 metrics: allow label_strategy to be implemented as api
I use this exporter as an api, and I need to implement another
custom label strategy. Purpose being to habe business logic in
those labels (datacenter, ...).

Because the interface is private, this can not be implemented
elsewhere. This commit makes it public.

Signed-off-by: Arthur Gautier <baloo@gandi.net>
2018-08-09 06:43:29 +00:00
Daniel Czerwonk
bf73cd8309
Merge pull request #20 from ottoyiu/docker-k8s
Add Dockerfile and kubernetes daemonset example
2018-06-30 10:24:39 +02:00
Otto Yiu
dca94666ec add Dockerfile and kubernetes example 2018-06-27 14:56:45 -07:00
Daniel Czerwonk
34f34794c5
Merge pull request #19 from dswarbrick/master
Add manpage in Markdown format
2018-06-20 21:35:57 +02:00
Daniel Swarbrick
2af06c8601 Add manpage in Markdown format
To create a manpage, use pandoc:
```
pandoc -s -t man bird_exporter.1.md -o bird_exporter.1
```
2018-06-20 15:24:55 +02:00
Daniel Czerwonk
e0331de938
Merge pull request #18 from dswarbrick/master
Fix typo convinient -> convenient
2018-06-15 17:16:59 +02:00
Daniel Swarbrick
1e8267229b Fix typo convinient -> convenient 2018-06-15 16:47:46 +02:00
Daniel Czerwonk
3efb6e6b35
Update default_label_strategy.go 2018-03-31 13:03:31 +02:00
Daniel Czerwonk
6eff2642a4
Update README.md 2018-03-26 22:09:04 +02:00
Daniel Czerwonk
cf9298f461 moved image to grafana folder 2018-03-26 21:59:12 +02:00
Daniel Czerwonk
848ecd0678
Update README.md 2018-03-26 21:55:23 +02:00
Daniel Czerwonk
ff5c692c8e
Merge pull request #17 from openbsod/master
grafana dashboard
2018-03-26 21:53:29 +02:00
openbsod
f1eb178748 markdown 2018-03-26 20:03:17 +03:00
openbsod
eb3463abd6 grafana dashboard json file 2018-03-26 19:51:42 +03:00
Daniel Czerwonk
7e4ef7a0ec
Update Makefile 2018-02-14 15:28:16 +01:00
Daniel Czerwonk
222c960d77
Update .travis.yml 2018-02-14 15:24:51 +01:00
Daniel Czerwonk
d46d4c6821 moved parser tests 2018-02-13 08:21:19 +01:00
Daniel Czerwonk
13451f0abe use raw string literals for regex to improve readability 2018-01-23 08:52:55 +01:00
Daniel Czerwonk
3a5377fcdc
Update README.md 2018-01-04 15:06:25 +01:00
Daniel Czerwonk
0bcf075005 iso date format now recommended 1.2.1 2018-01-03 17:22:11 +01:00
Daniel Czerwonk
e5aa32646d added support for iso date format 2018-01-03 17:20:38 +01:00
Daniel Czerwonk
2b5e1f0fa5 goimports 2018-01-03 12:07:34 +01:00
Daniel Czerwonk
d909f5fdb8
lint 2018-01-02 17:18:34 +01:00
Daniel Czerwonk
de14689c40
Fixed typo 2018-01-02 17:17:00 +01:00
Daniel Czerwonk
f7cfa2abc1
Merge pull request #16 from czerwonk/1.2
1.2
1.2
2018-01-01 13:03:11 +01:00
Daniel Czerwonk
d5d929ed96 added new ospf specific metrics 2018-01-01 12:55:25 +01:00
Daniel Czerwonk
176ec6f113 bird client refactoring to support protocol specific ad hoc requests 2017-12-31 17:12:43 +01:00
Daniel Czerwonk
48384e8613
Merge pull request #15 from czerwonk/feature/initial_bird2_support
Feature/initial bird2 support
1.1
2017-12-12 17:13:26 +01:00
Daniel Czerwonk
4d968715d7
Update README.md 2017-12-12 16:31:00 +01:00
Daniel Czerwonk
44b9196c10 readme 2017-12-12 16:18:02 +01:00
Daniel Czerwonk
8e9488944c updated readme for bird 2.0 usage 2017-12-12 16:16:46 +01:00