json changes
This commit is contained in:
parent
22fde832ae
commit
e39339a10f
1 changed files with 3 additions and 3 deletions
|
|
@ -64,11 +64,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class":"httpget",
|
"class":"httpget",
|
||||||
"args":{ "port":80, "path":"/status.cgi", "string":"<h1>I am up!</h1>" },
|
"args":{ "port":80, "path":"/status.cgi" },
|
||||||
"periods": ["long"],
|
"periods": ["long"],
|
||||||
"threshold":2,
|
"threshold":2,
|
||||||
"parser":{ "class":"grep", "args": { "string":"<h1>I am up!</h1>" } },
|
"parser":{ "class":"grep", "string": "<h1>I am up!</h1>" },
|
||||||
"comment":"Just a string grep"
|
"comment": "Just a string grep"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue