Commit 0cae04b7 authored by Rafael Monnerat's avatar Rafael Monnerat

monitor: _every_xx_hour should occur only once per hour

parent 82912d87
......@@ -248,7 +248,7 @@ class Monitoring(object):
return (report_name, "* * * * *")
if run_time[1] == 'hour':
return (report_name, "* */%s * * *" % value)
return (report_name, "11 */%s * * *" % value)
if run_time[1] == 'minute':
return (report_name, "*/%s * * * *" % value)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment