This commit is contained in:
2025-04-30 17:31:05 +02:00
parent 47d5d699fa
commit 49a474d300
2 changed files with 262 additions and 0 deletions

View File

@ -15,9 +15,12 @@ func main() {
os.Exit(1)
}
// agent, err := wazuh_api.AddAgent
err = wazuh.AddAgent(cfg)
if err != nil {
log.Print(err)
os.Exit(2)
}
// wazuh_tmpl.Generate(agent)
}