[Git][qa/jenkins.debian.net][master] r.d.n.: monitor nginx_request and nginx_status with munin
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed May 7 23:03:27 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7054da94 by Holger Levsen at 2025-05-08T00:03:10+02:00
r.d.n.: monitor nginx_request and nginx_status with munin
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -832,9 +832,11 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
if ( [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "ionos7-amd64" ] ) && [ ! -L /etc/munin/plugins/apache_accesses ] ; then
for i in apache_accesses apache_volume ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done
sudo ln -s /usr/share/munin/plugins/loggrep jenkins_oom
+ elif ( [ "$HOSTNAME" = "osuosl5-amd64" ] || [ "$HOSTNAME" = "ionos7-amd64" ] ) && [ ! -L /etc/munin/plugins/nginx_request ] ; then
+ for i in nginx_request nginx_status ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done
fi
# this is a hack to work around (rare) problems with restarting munin-node...
- sudo service munin-node restart || true
+ sudo systemctl status munin-node.service || true
fi
# add some users to groups after packages have been installed
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7054da94ca9123c96c2e96c64e57ffce1a96af91
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7054da94ca9123c96c2e96c64e57ffce1a96af91
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/74e76333/attachment.htm>
More information about the Qa-jenkins-scm
mailing list