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.
This pull request fix some issues opened lately:
In addition, the statistics displayed in the dashboard only include
attribute
and doesn't take into accountobject 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, thediagnostic.py
tool failed systematically at zmq check step. Instart_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.