MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

Fix some bugs and minor improvements #174

Closed Nicolas-Pellletier closed 1 year ago

Nicolas-Pellletier commented 1 year ago

This pull request fix some issues opened lately:

In addition, the statistics displayed in the dashboard only include attribute and doesn't take into account object attributes. I don't know if this was done for purpose but i change it to include object attribute as well (i don't know if it's bad thing)

Furthermore, because the misp zmq tools is not launch automatically, the diagnostic.py tool failed systematically at zmq check step. In start_all.sh i added a check to see if it's running if not i run it (password required).

The pull request made by @whoisroot seems really great as it improve the diagnostic.py script.