added a interval period
This commit is contained in:
parent
0bbf7febbf
commit
239ba8b6e7
1 changed files with 18 additions and 10 deletions
|
|
@ -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":
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue