From 84ad59287d80412911706f0218db4f9f62fafd45 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 5 Jun 2013 02:17:07 +0200 Subject: [PATCH] json changes --- linspector.minimal.NG.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linspector.minimal.NG.json b/linspector.minimal.NG.json index 958466f..a0d1922 100644 --- a/linspector.minimal.NG.json +++ b/linspector.minimal.NG.json @@ -64,11 +64,11 @@ }, { "class":"httpget", - "args":{ "port":80, "path":"/status.cgi", "string":"

I am up!

" }, + "args":{ "port":80, "path":"/status.cgi" }, "periods": ["long"], "threshold":2, - "parser":{ "class":"grep", "args": { "string":"

I am up!

" } }, - "comment":"Just a string grep" + "parser":{ "class":"grep", "string": "

I am up!

" }, + "comment": "Just a string grep" } ] }