just added threshold to get_job_info_dict

This commit is contained in:
Johannes Findeisen 2013-10-21 15:36:31 +02:00
commit 1a60ed8514

View file

@ -56,6 +56,7 @@ class LinspectorInterface(object):
d["Next run"] = str(job.job.next_run_time)
d["Runs"] = str(job.job.runs)
d["Enabled"] = str(job._enabled)
d["Threshold"] = str(job.service.get_threshold())
d["Fails"] = str(job.jobThreshold)
return d