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
Daniel Czerwonk
d46dc7e1ce
removed device protocol since it does not generate routes
2017-12-12 16:00:28 +01:00
Daniel Czerwonk
5aa2e04ce7
parsing for channels
2017-12-12 13:38:05 +01:00
Daniel Czerwonk
1ce2e0ac53
test for bird 2.0 channel support
2017-12-12 00:01:32 +01:00
Daniel Czerwonk
276ba60b29
Update README.md
2017-12-11 23:01:55 +01:00
Daniel Czerwonk
8bd3d8bd7f
Update README.md
2017-12-01 15:20:56 +01:00
Daniel Czerwonk
9f64b77658
Update README.md
1.0
2017-12-01 14:44:32 +01:00
Daniel Czerwonk
cb0aad31a2
Merge pull request #13 from czerwonk/v1.0
...
V1.0
2017-12-01 14:42:24 +01:00
Daniel Czerwonk
05e7f48787
renamed legacy exporter (file)
2017-12-01 14:35:25 +01:00
Daniel Czerwonk
b9045077ae
renamed legacy exporter
2017-12-01 14:33:22 +01:00
Daniel Czerwonk
eabc3de149
Update main.go
...
fixed copy paste
2017-12-01 14:27:02 +01:00
Daniel Czerwonk
9c58e96ba0
added info text when using the old format
2017-12-01 10:04:50 +01:00
Daniel Czerwonk
b9e7bbd5fe
fixed naming inconsistency
2017-12-01 08:34:57 +01:00
Daniel Czerwonk
ef017bf424
more description
2017-12-01 08:04:40 +01:00