some more config parameters added
This commit is contained in:
parent
6518d19be4
commit
fbd63961dc
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@
|
||||||
"threshold":2
|
"threshold":2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class":"htmlcontent",
|
"class":"http",
|
||||||
"args":{ "port":80, "path":"/status.cgi" },
|
"args":{ "port": 80, "path": "/status.cgi", "method": "get", "params": { "foo": 1, "bar": 2 }, "protocol": "https"},
|
||||||
"periods": ["long"],
|
"periods": ["long"],
|
||||||
"threshold":2,
|
"threshold":2,
|
||||||
"parser":{ "class":"grep", "string": "<h1>I am up!</h1>" },
|
"parser":{ "class":"grep", "string": "<h1>I am up!</h1>" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue