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