chore: import upstream snapshot with attribution
MCP Bash Server CI / Test MCP Bash Server (dev) (push) Has been cancelled
MCP Bash Server CI / Test MCP Bash Server (release) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:11:39 +08:00
commit c8cebdfeee
4654 changed files with 626756 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "ftp",
"instance": "127.0.0.1",
"name": "{{.param.monitorFTP}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 21
},
{
"field": "direction",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "timeout",
"type": 0,
"paramValue": 1000
},
{
"field": "ssl",
"type": 1,
"paramValue": false
},
{
"field": "username",
"type": 1
},
{
"field": "password",
"type": 1
}
]
}
+83
View File
@@ -0,0 +1,83 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "api",
"instance": "127.0.0.1",
"name": "{{.param.monitorHTTP}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 80
},
{
"field": "httpMethod",
"type": 1,
"paramValue": "GET"
},
{
"field": "uri",
"type": 1
},
{
"field": "ssl",
"type": 1,
"paramValue": false
},
{
"field": "headers",
"type": 3
},
{
"field": "params",
"type": 3
},
{
"field": "timeout",
"type": 0
},
{
"field": "contentType",
"type": 1
},
{
"field": "payload",
"type": 1
},
{
"field": "authType",
"type": 1
},
{
"field": "username",
"type": 1
},
{
"field": "password",
"type": 1
},
{
"field": "keyword",
"type": 1
},
{
"field": "successCode",
"type": 4,
"paramValue": "200, 201"
},
{
"field": "enableUrlEncoding",
"type": 1,
"paramValue": true
}
]
}
+23
View File
@@ -0,0 +1,23 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "ping",
"instance": "127.0.0.1",
"name": "{{.param.monitorPing}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "timeout",
"type": 0,
"paramValue": 6000
}
]
}
+28
View File
@@ -0,0 +1,28 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "port",
"instance": "127.0.0.1",
"name": "{{.param.monitorPort}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 80
},
{
"field": "timeout",
"type": 0,
"paramValue": 6000
}
]
}
+33
View File
@@ -0,0 +1,33 @@
{
"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
}
]
}
+27
View File
@@ -0,0 +1,27 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "ssl_cert",
"instance": "127.0.0.1",
"name": "{{.param.monitorSSL}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 443
},
{
"field": "uri",
"type": 1
}
]
}
+32
View File
@@ -0,0 +1,32 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "udp_port",
"instance": "127.0.0.1",
"name": "{{.param.monitorUDP}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 81
},
{
"field": "timeout",
"type": 0,
"paramValue": 6000
},
{
"field": "content",
"type": 1
}
]
}
+52
View File
@@ -0,0 +1,52 @@
{
"detected": false,
"collector": "",
"monitor": {
"intervals": 60,
"tags": [],
"app": "website",
"instance": "127.0.0.1",
"name": "{{.param.monitorWebsite}}"
},
"params": [
{
"field": "host",
"type": 1,
"paramValue": "127.0.0.1"
},
{
"field": "port",
"type": 0,
"paramValue": 80
},
{
"field": "uri",
"paramValue": 1
},
{
"field": "ssl",
"type": 1,
"paramValue": false
},
{
"field": "timeout",
"type": 0
},
{
"field": "authType",
"type": 1
},
{
"field": "username",
"type": 1
},
{
"field": "password",
"type": 1
},
{
"field": "keyword",
"type": 1
}
]
}