diff --git a/bin/linspector b/bin/linspector index c77f2a4..f5d8bf2 100755 --- a/bin/linspector +++ b/bin/linspector @@ -129,7 +129,7 @@ def main(): for service in hostgroup.get_services(): for host in hostgroup.get_hosts(): for period in service.get_periods(): - time_delta += int(args.delay) + time_delta += float(args.delay) new_start_date = start_date + datetime.timedelta(seconds=time_delta) job = Job(service, host,