Set up prometheus-phpfpm-exporter for various pools on bekkalokk #159
Reference in New Issue
Block a user
Delete Branch "prometheus-phpfpm-exporter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes Drift/issues#332
I assume this is tested and working, looks good. Feel free to ignore comments :)
@@ -0,0 +33,4 @@};services.nginx = lib.mkIf cfg.enable {virtualHosts."www.pvv.ntnu.no" = lib.mkIf config.services.nginx.enable {non-blocking nit: This mkif is erratic behavior that could potentially make troubleshooting more difficult. I don't see any benefit from conditionally changing the configuration, as if nginx is disabled, this is not used for anything anyways.
I'll open a new issue on making a treewide decision about these
@@ -0,0 +42,4 @@proxyPass = "http://localhost:${toString cfg.port}/metrics";extraConfig = ''allow 127.0.0.1;non-blocking nit: we might want to go over the repo and replace most of these with 127.0.0.0/8, but this is probably absolutely fine
Let's solve these in anothet treewide