[Git][qa/jenkins.debian.net][master] rdn: serve /nginx_status to localhost for munin monitoring
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed May 7 23:37:49 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a0caceb9 by Holger Levsen at 2025-05-08T00:37:10+02:00
rdn: serve /nginx_status to localhost for munin monitoring
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
Changes:
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -366,4 +366,17 @@ http {
}
}
+ server {
+ listen 127.0.0.1;
+ listen [::1];
+ server_name localhost;
+ location /nginx_status {
+ stub_status on;
+ access_log off;
+ allow 127.0.0.1;
+ allow ::1;
+ deny all;
+ }
+ }
+
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a0caceb95d4e1b8f251c19ae789c388e03093ef2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a0caceb95d4e1b8f251c19ae789c388e03093ef2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250507/115968f9/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list