From 260cdb3d1fafb5c41e24d8343b893afab1a74f82 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 20 Dec 2023 03:34:15 +0000 Subject: [PATCH] Add scripts/prometheus/manifest.dat --- scripts/prometheus/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/prometheus/manifest.dat diff --git a/scripts/prometheus/manifest.dat b/scripts/prometheus/manifest.dat new file mode 100644 index 0000000..1f4b2fc --- /dev/null +++ b/scripts/prometheus/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.27.1:9090/ +% +@ #service +@ prometheus +% +@ #ADDITIONAL_REPLACE +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file