Add prometheus-pushgateway to metrics-nekomesh
This commit is contained in:
parent
d5356831cc
commit
3b888d375a
2 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
hostName = "metrics-nekomesh";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
allowedTCPPorts = [ 80 443 9091 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -12,5 +12,9 @@
|
|||
}];
|
||||
}
|
||||
];
|
||||
pushgateway = {
|
||||
enable = true;
|
||||
web.external-url = "metrics-nekomesh.vs.grzb.de:9091";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue