34 lines
601 B
JSON
34 lines
601 B
JSON
{
|
|
"detected": false,
|
|
"collector": "",
|
|
"monitor": {
|
|
"intervals": 60,
|
|
"tags": [],
|
|
"app": "fullsite",
|
|
"instance": "127.0.0.1",
|
|
"name": "{{.param.monitorSiteMap}}"
|
|
},
|
|
"params": [
|
|
{
|
|
"field": "host",
|
|
"type": 1,
|
|
"paramValue": "127.0.0.1"
|
|
},
|
|
{
|
|
"field": "port",
|
|
"type": 0,
|
|
"paramValue": 80
|
|
},
|
|
{
|
|
"field": "sitemap",
|
|
"type": 1,
|
|
"paramValue": "sitemap.xml"
|
|
},
|
|
{
|
|
"field": "ssl",
|
|
"type": 1,
|
|
"paramValue": false
|
|
}
|
|
]
|
|
}
|