9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
# Default settings for bird-exporter
|
|
|
|
# User and group to run bird-exporter as
|
|
BIRD_RUN_USER=bird
|
|
BIRD_RUN_GROUP=bird
|
|
|
|
# Command line arguments to pass to bird-exporter
|
|
BIRD_EXPORTER_ARGS="-period=60s -bird.socket=/var/run/bird/bird.ctl"
|