Added another log message

This commit is contained in:
Anton Beloglazov 2012-10-24 15:09:08 +11:00
parent 47846eb534
commit a34873e230

View File

@ -325,7 +325,8 @@ def execute_underload(config, state, host):
del hosts_ram_total[host]
if log.isEnabledFor(logging.DEBUG):
log.debug('Host CPU usage: %s', str(hosts_cpu_usage))
log.debug('Host CPU usage: %s', str(hosts_last_cpu))
log.debug('Host total CPU usage: %s', str(hosts_cpu_usage))
# Exclude the underloaded host
del hosts_cpu_usage[underloaded_host]