You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/02/24 22:59:40 UTC

[whimsy] branch master updated: fix hosts; this check probably needs to be removed?

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6144935  fix hosts; this check probably needs to be removed?
6144935 is described below

commit 6144935fc2daba88feddc0f032c653d8ccbae85e
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Feb 24 17:59:09 2018 -0500

    fix hosts; this check probably needs to be removed?
---
 www/status/monitors/system.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/status/monitors/system.rb b/www/status/monitors/system.rb
index d558e10..8228712 100644
--- a/www/status/monitors/system.rb
+++ b/www/status/monitors/system.rb
@@ -58,7 +58,7 @@ def Monitor.system(previous_status)
   require_relative '../../../lib/whimsy/asf'
   name = :ldap
   pls = ASF::LDAP.puppet_ldapservers.sort
-  hosts = ASF::LDAP::HOSTS.sort
+  hosts = ASF::LDAP::RO_HOSTS.sort
   diff = (pls-hosts).map {|host| "+ #{host}"}
   diff += (hosts-pls).map {|host| "- #{host}"}
   if diff.empty?

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.