Open Linow974 opened 2 years ago
I think you have to enable it via plugin page in server & maintenance settings to be able to run ZeroMQ test. On the screenshot it says "...not enabled (so not tested)". It could help you to have more information about what's wrong.
You could launch the python script ./diagnostic.py
as well to see what happend, which service doesn't work.
Then to see more you can go at logs
directory where you will find a lot of log files dedicated to specific task (updates.log/zmq_subscribe.log/zmq_dispatcher.log
). Then you can as well check the following files:
sudo tail -f /var/www/MISP/app/tmp/logs/mispzmq*
you can do a sudo tail -f logs/*
in a specific terminal window while your doing other things in another window.
Hello,
I recently installed MISP on an LXC storyteller, it works fine.
I then wanted to install the misp-dashboard because it seemed interesting to me to test.
So I followed the installation steps:
Everything went well, with no errors.
So I run
Everything works, and I can verify that all prots are listening:
But when I connect to http://localhost:8001 it doesn't work. With curl I get:
and when I go to my MISP interface, in the maintenance tab, I have this:
I think it's not normal.
How to fix this ?
PS : I used the tutorial from the link: https://github.com/MISP/misp-dashboard