caveman: update hunter prometheus_port to fix port conflict
parent
6477422f89
commit
5d513cba75
|
@ -37,7 +37,7 @@
|
|||
hunter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
prometheus_port = 9102;
|
||||
prometheus_port = 9103;
|
||||
max_workers = 384;
|
||||
hosts = with builtins;
|
||||
filter isString (
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
} {
|
||||
targets = [
|
||||
# caveman: caveman-hunter
|
||||
"${zwNets.flpk.hosts4.caveman}:9102"
|
||||
"${zwNets.flpk.hosts4.caveman}:9103"
|
||||
# caveman: caveman-gatherer
|
||||
"fedi.buzz"
|
||||
# buzzrelay: buzzrelay
|
||||
|
|
Loading…
Reference in New Issue