implemented IPy address-ranges (with hostmask) for hosts

This commit is contained in:
Rafael.Timmerberg 2013-12-29 15:01:31 +01:00
commit 6908704587
2 changed files with 20 additions and 5 deletions

View file

@ -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