From b783a90d81fdc618f8fc786bcdc6ab588575c512 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 19 Jul 2024 19:14:21 +0800 Subject: [PATCH] update --- plugins/zabbix/info.json | 2 ++ plugins/zabbix_agent/info.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/plugins/zabbix/info.json b/plugins/zabbix/info.json index 4f75a1a46..0f2029657 100755 --- a/plugins/zabbix/info.json +++ b/plugins/zabbix/info.json @@ -6,6 +6,8 @@ "shell": "install.sh", "versions":["7.0"], "tip": "soft", + "install_pre_inspection":true, + "uninstall_pre_inspection":true, "checks": "server/zabbix", "path": "server/zabbix", "display": 1, diff --git a/plugins/zabbix_agent/info.json b/plugins/zabbix_agent/info.json index cd83b694c..23bc1d7e7 100755 --- a/plugins/zabbix_agent/info.json +++ b/plugins/zabbix_agent/info.json @@ -6,6 +6,8 @@ "shell": "install.sh", "versions":["7.0"], "tip": "soft", + "install_pre_inspection":true, + "uninstall_pre_inspection":true, "checks": "server/zabbix_agent", "path": "server/zabbix_agent", "display": 1,