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