mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
pushgateway
This commit is contained in:
parent
6c832ca6cb
commit
20ac2a1ff5
8 changed files with 29 additions and 735 deletions
|
@ -102,7 +102,8 @@
|
|||
|
||||
services.grafana.enable = true;
|
||||
services.grafana.settings.server.http_port = 3000;
|
||||
services.victoriametrics.enable = true;
|
||||
services.prometheus.enable = true;
|
||||
services.prometheus.pushgateway.enable = true;
|
||||
|
||||
services.nginx.virtualHosts."data.julienmalka.me" = {
|
||||
forceSSL = true;
|
||||
|
@ -118,10 +119,17 @@
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8428";
|
||||
proxyPass = "http://localhost:9090";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."push.julienmalka.me" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:9090";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue