From cceabd687338080659d45d0f73f21d641921929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 24 Oct 2025 08:03:24 +0200 Subject: [PATCH] ubuntu support and more --- npm_install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/npm_install.py b/npm_install.py index 111656f..87ed3cf 100644 --- a/npm_install.py +++ b/npm_install.py @@ -394,8 +394,6 @@ exec sudo -n /usr/sbin/angie "$@" def write_metrics_files(): """Create /etc/angie/prometheus_all.conf and /etc/angie/metrics.conf (port 82 with console & status).""" with step("Adding Angie metrics & console on :82"): - # global prometheus config that can be reused - write_file(Path("/etc/angie/prometheus_all.conf"), "prometheus all;\n", 0o644) metrics = """include /etc/angie/prometheus_all.conf; server { listen 82;