whitespacing... uuuh, the json file looks sexy now... ;)
This commit is contained in:
parent
ee687e3f68
commit
1572d9e025
1 changed files with 52 additions and 51 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"short":{ "seconds": 5, "comment": "Interval job; every 10 seconds" },
|
||||
"middle":{ "seconds": 60, "comment": "Interval job; every 60 seconds" },
|
||||
"long":{ "minutes": 2, "comment": "Interval job; every 2 minutes" },
|
||||
"cron":{ "minute" : "0", "hour": "2", "comment": "cron job at 2"},
|
||||
"cron":{ "minute" : "0", "hour": "2", "comment": "Cron job; at 2 o'clock" },
|
||||
"christmas2013":{ "date": "2013-12-24 20:00:00", "comment": "Date Job; just one day at 8PM" }
|
||||
},
|
||||
"hostgroups":{
|
||||
|
|
@ -104,7 +104,8 @@
|
|||
"periods":[ "long" ],
|
||||
"threshold": 10,
|
||||
"parser":[{ "class":"grep", "line": "/dev/sda1", "col": 5 },
|
||||
[{ "class":"grep", "line": "/dev/sda2", "col":5 }, { "class":"grep", "line": "/dev/sda2", "col":5 }]]
|
||||
[{ "class":"grep", "line": "/dev/sda2", "col": 5 },
|
||||
{ "class":"grep", "line": "/dev/sda2", "col": 5 }]]
|
||||
},
|
||||
{
|
||||
"class": "shell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue