From a0d69a00749d1e1125b5e6683c54c4e78a92d89d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 13 Mar 2019 17:58:39 +0800 Subject: [PATCH] Update phplib.conf --- plugins/php/versions/phplib.conf | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index 74f42085f..be761bade 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -248,11 +248,33 @@ "versions": [ "53", "54", - "55" + "55", + "56", + "70", + "71", + "72", + "73" ], "type": "大数据", "msg": "SOLR全文搜索服务", "shell": "solr.sh", "check": "solr.so" + }, + { + "name": "seaslog", + "versions": [ + "53", + "54", + "55", + "56", + "70", + "71", + "72", + "73" + ], + "type": "日志", + "msg": "SeasLog高性能日志记录", + "shell": "seaslog.sh", + "check": "seaslog.so" } ] \ No newline at end of file