You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
975 B
49 lines
975 B
[
|
|
{
|
|
"title": "xxl-job-admin",
|
|
"description": "定时任务管理工具",
|
|
"port": 8089,
|
|
"host": "127.0.0.1"
|
|
},
|
|
{
|
|
"title": "zookeeper",
|
|
"description": "服务注册服务发现zookeeper管理器",
|
|
"port": 2181,
|
|
"host": "127.0.0.1"
|
|
},
|
|
{
|
|
"title": "kafka",
|
|
"description": "Apache Kafka",
|
|
"port": 9092,
|
|
"host": "127.0.0.1"
|
|
},
|
|
{
|
|
"title": "elasticsearch",
|
|
"description": "Elasticsearch搜索引擎",
|
|
"port": 9200,
|
|
"host": "127.0.0.1"
|
|
},
|
|
{
|
|
"title": "logstash",
|
|
"description": "logstash",
|
|
"cmd": "ps -ef | grep logstash | grep /usr/java/jdk/bin/java | grep -v grep"
|
|
},
|
|
{
|
|
"title": "redis",
|
|
"description": "redis",
|
|
"port": 18890,
|
|
"host": "10.10.14.220"
|
|
},
|
|
{
|
|
"title": "openresty",
|
|
"description": "openresty",
|
|
"port": 80,
|
|
"host": "10.10.14.220"
|
|
},
|
|
{
|
|
"title": "mysql",
|
|
"description": "mysql",
|
|
"port": 22066,
|
|
"host": "10.10.14.220"
|
|
}
|
|
] |