monitoring

This commit is contained in:
41666 2024-02-11 01:40:33 -05:00
parent dfc23c5c92
commit 3d36fe8193

View file

@ -5,5 +5,7 @@
scrapeUri = "http://localhost/nginx_status";
};
networking.firewall.allowedTCPPorts = [ 14201 ];
services.nginx.statusPage = true;
}