Update wazuh.json

This commit is contained in:
CanbiZ 2025-03-17 09:54:29 +01:00 committed by GitHub
parent 124459b125
commit 1af4443373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}