diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | hosts/jenkins/etc/munin/munin.conf | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -194,6 +194,7 @@ properties: *** send notifications to maintainers when a note to their packages changes? ** new page: packages which are orphaned but have a reproducible usertagged patch ** setup builder3, to distribute more ressources away from jenkins itself +** use static IPs (h01ger) ** test coreboot/openwrt/netbsd/freebsd on a node ** explain status in plain english on each coreboot/openwrt/netbsd/freebsd page, also on the Debian dashboard plus add an "executive summary about reproducible builds in the free software world" *** get the content for "<h2>status of $1</h2>" from notes.git/friends.yaml or such diff --git a/hosts/jenkins/etc/munin/munin.conf b/hosts/jenkins/etc/munin/munin.conf index bcf4479c..258d8453 100644 --- a/hosts/jenkins/etc/munin/munin.conf +++ b/hosts/jenkins/etc/munin/munin.conf @@ -109,7 +109,7 @@ contact.me.command mail -s "Munin notification ${var:host}" qa-jenkins-scm@lists diskstats_latency.vdb.avgrdwait.warning 0:10 [profitbricks-build1-amd64.debian.net] - address 78.137.96.203 + address 78.137.99.97 use_node_name yes df._srv_workspace.warning 90 df._srv_workspace.critical 95 @@ -119,7 +119,7 @@ contact.me.command mail -s "Munin notification ${var:host}" qa-jenkins-scm@lists diskstats_latency.vdb.avgrdwait.warning 0:10 [profitbricks-build2-amd64.debian.net] - address 78.137.97.174 + address 78.137.96.192 use_node_name yes df._srv_workspace.warning 90 df._srv_workspace.critical 95 |