From 8313e0c40505b79b37e9b14052f45ebf3fa5ad3e Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Tue, 22 May 2018 07:42:21 +0200 Subject: [PATCH] Added pyzmq --- misp-zmq/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misp-zmq/README.md b/misp-zmq/README.md index 7917d75..3d122eb 100644 --- a/misp-zmq/README.md +++ b/misp-zmq/README.md @@ -28,6 +28,12 @@ The following notification topic channels exist and can be included in the MISP To enable MISP ZeroMQ, the feature must be enabled in the Plugin setting tab. +Prior to enabling it, make sure that you have the pyzmq installed by running + +~~~~ +sudo pip install pyzmq +~~~~ + ![ZeroMQ configuration](./figures/zmq-config.png) Each notification channels can be enabled (from event publication to sightings), the MISP site admin can decide which type of message to publish.