some more config parameters added

This commit is contained in:
Johannes Findeisen 2013-06-05 05:49:09 +02:00
commit 6d6bbbc8e4

View file

@ -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>" },