fixed the json... again

This commit is contained in:
Rafael.Timmerberg 2013-06-04 22:48:45 +02:00
commit 0f5cd0b585

View file

@ -48,19 +48,19 @@
"class":"tcpconnect",
"args":{ "port":80 },
"periods": ["middle"],
"threshold":2,
"threshold":2
},
{
"class":"tcpconnect",
"args":{ "port":25 },
"periods":["long"],
"threshold":2,
"threshold":2
},
{
"class":"tcpconnect",
"args":{ "port":110 },
"periods": ["long"],
"threshold":2,
"threshold":2
},
{
"class":"httpget",
@ -152,4 +152,4 @@
"ssh"
]
}
}
}