X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=primary-setup;h=8ea0d06e4a80431288b4857dfe404028e2b51d07;hb=103a2e153f844343c359882079936b2521c82f15;hp=26ce7447dc03652040e84801f45e3314d39b6c12;hpb=12cab163424e3a7b0815646d1d4407f9b5839bcb;p=distro-setup diff --git a/primary-setup b/primary-setup index 26ce744..8ea0d06 100755 --- a/primary-setup +++ b/primary-setup @@ -16,12 +16,29 @@ err() { echo "[$(date +'%Y-%m-%d %H:%M:%S%z')]: $0: $*" >&2; } if [[ $1 ]]; then new_host=$1 if [[ $new_host == localhost ]]; then + mailhost_p=1 new_host=$HOSTNAME + else + mailhost_p=0 + fi + + # https://www.robustperception.io/how-to-have-labels-for-machine-roles + dir=/var/lib/prometheus/node-exporter + if [[ -e $dir ]]; then + cat > $dir/mailhost.prom </dev/null; then if [[ $HOSTNAME == "$MAIL_HOST" ]]; then @@ -31,6 +48,10 @@ if dpkg -s rss2email &>/dev/null; then # off is in mail-setup. no reason for this to be in the rss2email block. m systemctl --now enable btrbk.timer else + files=(/sysd-mail-once/btrbk*) + if (( ${#files[@]} )); then + rm -f ${files[@]} + fi m systemctl --now disable btrbk.timer m systemctl stop rss2email.service