prometheus-bird-exporter: update birdSocket default path
a5276e1fbd
updated bird to use
/run/bird/bird.ctl, but didn't update the default used for
prometheus-bird-exporter.
Reported-In: https://github.com/NixOS/nixpkgs/pull/161193#issuecomment-1086228985
This commit is contained in:
parent
401cb86da1
commit
c57c5c42a4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
};
|
||||
birdSocket = mkOption {
|
||||
type = types.path;
|
||||
default = "/var/run/bird.ctl";
|
||||
default = "/run/bird/bird.ctl";
|
||||
description = ''
|
||||
Path to BIRD2 (or BIRD1 v4) socket.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue