X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=policy.py;h=7525c0d4e62933797e5022dc9011b4a8242dc966;hb=7028fdb5e122089f2e1fb1c6a9178ab8f8aa5fe1;hp=11ec4a7e5b74e57ac85c7abbef68ea1ecdcdc4d1;hpb=5772ce036b96297a23f834ea34ce4466ef4d522c;p=monitor.git diff --git a/policy.py b/policy.py index 11ec4a7..7525c0d 100755 --- a/policy.py +++ b/policy.py @@ -81,12 +81,12 @@ def main(hostnames, sitenames): # if a node is offline and doesn't have a PCU, remind the user that they should have one. - if not nodehist.haspcu and nodehist.status in ['offline', 'down'] and \ - changed_greaterthan(nodehist.last_changed,1.0) and \ - not found_within(recent_actions, 'pcumissing_notice', 7.0): - - sitehist.sendMessage('pcumissing_notice', hostname=host) - print "send message for host %s pcumissing_notice" % host + #if not nodehist.haspcu and nodehist.status in ['offline', 'down'] and \ + # changed_greaterthan(nodehist.last_changed,1.0) and \ + # not found_within(recent_actions, 'pcumissing_notice', 7.0): + # + # sitehist.sendMessage('pcumissing_notice', hostname=host) + # print "send message for host %s pcumissing_notice" % host # if it is offline and HAS a PCU, then try to use it. if nodehist.haspcu and nodehist.status in ['offline', 'down'] and \