zeek/doc/frameworks/management/mini-deployment-error.console
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

29 lines
689 B
Text

$ zeek-client deploy-config cluster.cfg
{
"errors": [
"request timed out"
],
"results": {
"id": "eed87b02-f851-11ec-80e7-7c10c94416bb",
"nodes": {
"logger": {
"instance": "agent-testbox",
"success": true
},
"manager": {
"instance": "agent-testbox",
"success": true
},
"worker-01": {
"instance": "agent-testbox",
"success": true
},
"worker-02": {
"instance": "agent-testbox",
"stderr": "fatal error: problem with interface not-a-valid-interface (pcap_error: No such device exists (pcap_activate))",
"stdout": "",
"success": false
}
}
}
}