added a interval period

This commit is contained in:
Johannes Findeisen 2013-05-27 00:09:23 +02:00
commit 239ba8b6e7

View file

@ -141,19 +141,27 @@
{ {
"twentyfourseven": "twentyfourseven":
{ {
"year": "*", "year": "*",
"month": "*", "month": "*",
"day": "*", "day": "*",
"week": "*", "week": "*",
"hour": "*", "hour": "*",
"minute": "5", "minute": "5",
"second": "", "second": "",
"comment": "All day all night... every five minutes!" "comment": "Cron Job"
},
"do_every_x_times" : {
"days": "*",
"weeks": "*",
"hours": "*",
"minutes": "5",
"seconds": "",
"comment": "Interval Job"
}, },
"next_christmas" : { "next_christmas" : {
"date": "2013-12-24 20:00:00" "date": "2013-12-24 20:00:00",
"comment": "Date Job"
} }
}, },
"hosts": "hosts":
{ {