remove needless domain
authorIan Kelling <ian@iankelling.org>
Wed, 24 Apr 2024 22:15:40 +0000 (18:15 -0400)
committerIan Kelling <ian@iankelling.org>
Wed, 24 Apr 2024 22:15:40 +0000 (18:15 -0400)
btrbk-run
distro-end
filesystem/etc/default/prometheus

index a28bfac973e592c3750b5078b1fdeaf605edddea..ae16266fbe149394753e8810657c422db7c3d9ce 100644 (file)
--- a/btrbk-run
+++ b/btrbk-run
@@ -374,7 +374,7 @@ if [[ ! -v targets && ! $source ]]; then
       fi
     done
   elif $at_work; then
-    targets+=(i.b8.nz)
+    targets+=(b8.nz)
     for h in x2 x3 kw; do
       if [[ $HOSTNAME == "$h" ]]; then
         continue
@@ -384,7 +384,7 @@ if [[ ! -v targets && ! $source ]]; then
       fi
     done
   else
-    targets+=(i.b8.nz)
+    targets+=(b8.nz)
   fi
 fi
 
index 066264b86efbb175aaacddd25185256d48306832..ea01214b794f878981459b45af86f70b5d41714f 100755 (executable)
@@ -1845,7 +1845,7 @@ case $HOSTNAME in
     /c/roles/prom/files/simple/usr/local/bin/fsf-install-prometheus
     # make it available for other machines
     rsync -a /usr/local/bin/amtool /a/opt/bin
-    web-conf -p 9091 -f 9090 - apache2 i.b8.nz <<'EOF'
+    web-conf -p 9091 -f 9090 - apache2 b8.nz <<'EOF'
 <Location "/">
 AuthType Basic
 AuthName "basic_auth"
@@ -1856,7 +1856,7 @@ Require valid-user
 </Location>
 EOF
 
-    web-conf -p 9094 -f 9093 - apache2 i.b8.nz <<'EOF'
+    web-conf -p 9094 -f 9093 - apache2 b8.nz <<'EOF'
 <Location "/">
 AuthType Basic
 AuthName "basic_auth"
index c4e807a1ef150262962ca780bc634ecb0a47a6e0..515a752621ecd172f7f57a8ef774c66e0227dc83 100644 (file)
@@ -6,7 +6,7 @@
 # Sets the command-line arguments to pass to the server. to see all options, run prometheus --help
 
 ARGS="--web.listen-address=127.0.0.1:9090
---web.external-url=https://i.b8.nz:9091
+--web.external-url=https://b8.nz:9091
 --log.level=info
 --config.file=/etc/prometheus/prometheus.yml
 --storage.tsdb.path=/var/lib/prometheus/metrics2/"