[Git][qa/jenkins.debian.net][master] rdn: riscv64-nodes: allow munin-node access from NAT

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue May 20 23:04:14 BST 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
ff9892e6 by Holger Levsen at 2025-05-21T00:03:59+02:00
rdn: riscv64-nodes: allow munin-node access from NAT

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- + hosts/common-riscv64/etc/munin/munin-node.conf


Changes:

=====================================
hosts/common-riscv64/etc/munin/munin-node.conf
=====================================
@@ -0,0 +1,67 @@
+#
+# Example config-file for munin-node
+#
+
+log_level 4
+log_file /var/log/munin/munin-node.log
+pid_file /var/run/munin/munin-node.pid
+
+background 1
+setsid 1
+
+user root
+group root
+
+# This is the timeout for the whole transaction.
+# Units are in sec. Default is 15 min
+#
+# global_timeout 900
+
+# This is the timeout for each plugin.
+# Units are in sec. Default is 1 min
+#
+# timeout 60
+
+# Regexps for files to ignore
+ignore_file [\#~]$
+ignore_file DEADJOE$
+ignore_file \.bak$
+ignore_file %$
+ignore_file \.dpkg-(tmp|new|old|dist)$
+ignore_file \.rpm(save|new)$
+ignore_file \.pod$
+
+# Set this if the client doesn't report the correct hostname when
+# telnetting to localhost, port 4949
+#
+#host_name localhost.localdomain
+
+# A list of addresses that are allowed to connect.  This must be a
+# regular expression, since Net::Server does not understand CIDR-style
+# network notation unless the perl module Net::CIDR is installed.  You
+# may repeat the allow line as many times as you'd like
+
+allow ^127\.0\.0\.1$
+allow ^::1$
+
+# If you have installed the Net::CIDR perl module, you can use one or more
+# cidr_allow and cidr_deny address/mask patterns.  A connecting client must
+# match any cidr_allow, and not match any cidr_deny.  Note that a netmask
+# *must* be provided, even if it's /32
+#
+# Example:
+#
+# cidr_allow 127.0.0.1/32
+# cidr_allow 192.0.2.0/24
+# cidr_deny  192.0.2.42/32
+
+# Which address to bind to;
+host *
+# host 127.0.0.1
+
+# And which port
+port 4949
+
+allow ^46\.16\.76\.207
+allow ^10\.9\.128\.2
+



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ff9892e66557039bc2831c0c4621a1bcb1e58f98

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ff9892e66557039bc2831c0c4621a1bcb1e58f98
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/20250520/85fdbee0/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list