From d4794b0f6ba0896e70ae1b04ae519b0e45af20da Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 24 Apr 2024 18:15:40 -0400 Subject: [PATCH] remove needless domain --- btrbk-run | 4 ++-- distro-end | 4 ++-- filesystem/etc/default/prometheus | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/btrbk-run b/btrbk-run index a28bfac..ae16266 100644 --- 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 diff --git a/distro-end b/distro-end index 066264b..ea01214 100755 --- a/distro-end +++ b/distro-end @@ -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' AuthType Basic AuthName "basic_auth" @@ -1856,7 +1856,7 @@ Require valid-user EOF - web-conf -p 9094 -f 9093 - apache2 i.b8.nz <<'EOF' + web-conf -p 9094 -f 9093 - apache2 b8.nz <<'EOF' AuthType Basic AuthName "basic_auth" diff --git a/filesystem/etc/default/prometheus b/filesystem/etc/default/prometheus index c4e807a..515a752 100644 --- a/filesystem/etc/default/prometheus +++ b/filesystem/etc/default/prometheus @@ -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/" -- 2.30.2