fix alerts for down hosts
[distro-setup] / brc2
diff --git a/brc2 b/brc2
index 1a695625be4d8ae5febc176194ae2c42e33785bb..fa84ca383c4ddbcfe90340caa4f8e10950b0412f 100644 (file)
--- a/brc2
+++ b/brc2
@@ -349,7 +349,7 @@ alerts() {
 ralerts() { # remote alerts
   local ret shell
   # this list is duplicated in check-remote-mailqs
-  for h in bk je li frodo kwwg x3wg x2wg kdwg sywg; do
+  for h in bk je li frodo x3wg kdwg sywg; do
     echo $h:
     shell="ssh $h"
     if [[ $HOSTNAME == "${h%wg}" ]]; then