typo fixes
This commit is contained in:
parent
cc30bec352
commit
b1ce131246
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
This is what job_function needs as parameter for each job to succesfully
|
||||
This is what job_function needs as parameter for each job to successfully
|
||||
execute.
|
||||
"""
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ class JobInfo:
|
|||
self.service = service
|
||||
self.threshold = threshold
|
||||
self.parent = parent
|
||||
self.name = hostgroupname + "_" + service.name + " " + self.service.command
|
||||
self.name = hostgroupname + "_" + service.name + " " + service.command
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue