]> git.openstreetmap.org Git - dns.git/commitdiff
Repoint munin to prometheus for redirect
authorGrant Slater <github@firefishy.com>
Wed, 13 Mar 2024 14:14:44 +0000 (14:14 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 13 Mar 2024 14:14:44 +0000 (14:14 +0000)
src/openstreetmap.js

index f8fd1d03bc73176423f97339460e159bbdb5c8e6..36c07f7fd7cdb6ad31a449c4608ef993be38d878 100644 (file)
@@ -479,12 +479,14 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   AAAA("c.os", KESSIE_IPV6, TTL("1h")),
   A("kessie.oob", KESSIE_OOB),
 
-  // Prometheus server
+  // Prometheus server and munin redirect
 
   A("stormfly-03", STORMFLY03_IPV4),
   AAAA("stormfly-03", STORMFLY03_IPV6),
   A("prometheus", STORMFLY03_IPV4),
   AAAA("prometheus", STORMFLY03_IPV6),
+  A("munin", STORMFLY03_IPV4),
+  AAAA("munin", STORMFLY03_IPV6),
   A("stormfly-03.oob", STORMFLY03_OOB),
 
   // Management server
@@ -551,8 +553,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   AAAA("irc", NAGA_IPV6),
   A("blogs", NAGA_IPV4),
   AAAA("blogs", NAGA_IPV6),
-  A("munin", NAGA_IPV4),
-  AAAA("munin", NAGA_IPV6),
   A("welcome", NAGA_IPV4),
   AAAA("welcome", NAGA_IPV6),
   A("operations", NAGA_IPV4),