fixed the json... again
This commit is contained in:
parent
bcc4d8cc24
commit
8c5497db0b
1 changed files with 4 additions and 4 deletions
|
|
@ -48,19 +48,19 @@
|
||||||
"class":"tcpconnect",
|
"class":"tcpconnect",
|
||||||
"args":{ "port":80 },
|
"args":{ "port":80 },
|
||||||
"periods": ["middle"],
|
"periods": ["middle"],
|
||||||
"threshold":2,
|
"threshold":2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class":"tcpconnect",
|
"class":"tcpconnect",
|
||||||
"args":{ "port":25 },
|
"args":{ "port":25 },
|
||||||
"periods":["long"],
|
"periods":["long"],
|
||||||
"threshold":2,
|
"threshold":2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class":"tcpconnect",
|
"class":"tcpconnect",
|
||||||
"args":{ "port":110 },
|
"args":{ "port":110 },
|
||||||
"periods": ["long"],
|
"periods": ["long"],
|
||||||
"threshold":2,
|
"threshold":2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class":"httpget",
|
"class":"httpget",
|
||||||
|
|
@ -152,4 +152,4 @@
|
||||||
"ssh"
|
"ssh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue