From d366490fe556145985d0ed83d8de774c7882fd9e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 18 Dec 2024 01:18:45 +0800 Subject: [PATCH] update --- plugins/op_load_balance/info.json | 1 + plugins/op_waf/info.json | 1 + plugins/openresty/info.json | 1 + plugins/php-guard/info.json | 2 +- plugins/webstats/info.json | 2 +- plugins/xhprof/info.json | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/op_load_balance/info.json b/plugins/op_load_balance/info.json index 185572878..695903c81 100755 --- a/plugins/op_load_balance/info.json +++ b/plugins/op_load_balance/info.json @@ -1,4 +1,5 @@ { + "sort":3, "title":"OP负载均衡", "tip":"soft", "name":"op_load_balance", diff --git a/plugins/op_waf/info.json b/plugins/op_waf/info.json index 53b850973..fe18198c7 100755 --- a/plugins/op_waf/info.json +++ b/plugins/op_waf/info.json @@ -11,6 +11,7 @@ } } ], + "sort":2, "title":"OP防火墙", "tip":"soft", "name":"op_waf", diff --git a/plugins/openresty/info.json b/plugins/openresty/info.json index 5f9e808aa..5fb252408 100755 --- a/plugins/openresty/info.json +++ b/plugins/openresty/info.json @@ -1,4 +1,5 @@ { + "sort": 0, "title":"OpenResty", "tip":"soft", "name":"openresty", diff --git a/plugins/php-guard/info.json b/plugins/php-guard/info.json index bd62f5eff..6493c64f7 100755 --- a/plugins/php-guard/info.json +++ b/plugins/php-guard/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 5, "ps": "监控PHP-FPM运行状态,防止大批量出现502错误!", "shell": "install.sh", "name": "php-guard", diff --git a/plugins/webstats/info.json b/plugins/webstats/info.json index 5d31a1cdc..0eadd5e46 100755 --- a/plugins/webstats/info.json +++ b/plugins/webstats/info.json @@ -11,7 +11,7 @@ } } ], - "sort": "7", + "sort": "2", "ps": "网站统计报表", "name": "webstats", "title": "网站统计", diff --git a/plugins/xhprof/info.json b/plugins/xhprof/info.json index 1a4f01d41..f93d85531 100755 --- a/plugins/xhprof/info.json +++ b/plugins/xhprof/info.json @@ -1,4 +1,5 @@ { + "sort": 4, "title":"xhprof", "tip":"soft", "name":"xhprof",