From e30184aaa72178a5397eca023e71935c632b33c8 Mon Sep 17 00:00:00 2001 From: Bjoern Mainz <33157989+wotschel@users.noreply.github.com> Date: Thu, 13 Dec 2018 09:51:38 +0100 Subject: [PATCH] Hint to error log and python redis installation --- misp-zmq/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misp-zmq/README.md b/misp-zmq/README.md index 3d122eb..bab642b 100644 --- a/misp-zmq/README.md +++ b/misp-zmq/README.md @@ -32,6 +32,13 @@ Prior to enabling it, make sure that you have the pyzmq installed by running ~~~~ sudo pip install pyzmq +sudo pip install redis +~~~~ + +If you have problems and the plugin does not start, the logfile may be helpful. + +~~~~ +sudo cat /var/www/MISP/app/tmp/logs/mispzmq.error.log ~~~~ ![ZeroMQ configuration](./figures/zmq-config.png)