Malin hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 4 insertions
install-wazuh-agent-macos.sh
@@ -1 +1,5 @@ | |||
1 | + | # from https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-macos.html | |
2 | + | ||
3 | + | sudo -s | |
1 | 4 | echo "WAZUH_MANAGER='freak.palmasolutions.net'" > /tmp/wazuh_envs && installer -pkg /Users/malin/Downloads/wazuh-agent-4.8.1-1.intel64.pkg -target / | |
5 | + | /Library/Ossec/bin/wazuh-control start |
Malin hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 1 insertion
install-wazuh-agent-macos.sh(Datei erstellt)
@@ -0,0 +1 @@ | |||
1 | + | echo "WAZUH_MANAGER='freak.palmasolutions.net'" > /tmp/wazuh_envs && installer -pkg /Users/malin/Downloads/wazuh-agent-4.8.1-1.intel64.pkg -target / |