From 1af4443373acccb50cf9c9890aa90eca15a7a099 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:54:29 +0100 Subject: [PATCH] Update wazuh.json --- json/wazuh.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/json/wazuh.json b/json/wazuh.json index 40487e0..3f0b1f5 100644 --- a/json/wazuh.json +++ b/json/wazuh.json @@ -16,9 +16,9 @@ "type": "default", "script": "ct/wazuh.sh", "resources": { - "cpu": 8, + "cpu": 4, "ram": 4096, - "hdd": 24, + "hdd": 10, "os": "debian", "version": "12" } @@ -27,5 +27,11 @@ "default_credentials": { "username": "root", "password": null - } + }, + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] }