just added threshold to get_job_info_dict
This commit is contained in:
parent
43bfd810d2
commit
1a60ed8514
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue