implemented IPy address-ranges (with hostmask) for hosts
This commit is contained in:
parent
11b6c0ebbe
commit
6908704587
2 changed files with 20 additions and 5 deletions
|
|
@ -126,7 +126,8 @@ def main():
|
|||
for hostgroup in layout.get_hostgroups():
|
||||
job_count += (hostgroup.get_services().__len__() * hostgroup.get_hosts().__len__())
|
||||
|
||||
start_date = datetime.datetime.now()
|
||||
start_date = datetime.datetime.now() + datetime.timedelta(seconds=30)
|
||||
|
||||
time_delta = 0
|
||||
jobs = []
|
||||
count = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue