提交 5d24503b 编写于 作者: K kohsuke

monitor nodes that are temporarily offline.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11212 71c3de6d-444a-0410-be80-ed276b4c234a
上级 55b4cfcc
...@@ -122,7 +122,7 @@ public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMo ...@@ -122,7 +122,7 @@ public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMo
for( Computer c : Hudson.getInstance().getComputers() ) { for( Computer c : Hudson.getInstance().getComputers() ) {
try { try {
if(c.isOffline()) if(c.getChannel()==null)
data.put(c,null); data.put(c,null);
else else
data.put(c,monitor(c)); data.put(c,monitor(c));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册