Cron Schedule

can any one explain what this line does.

schedule => { cron => "* * * * * *" }

I am trying to get the weather data pulled from openweathermap.org

Thanks

If you are using an http_poller input I think that tells it to make the HTTP request once per minute.

yes I am using http_poller. I am just trying to figure out how to create for different cases. let's say I need for once every hour?
Thanks

For once an hour change the first * to 0.

Thank you

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.