You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module used here is not the entry point/executable, but the module that's behind the entry point.
For example, if the extension bot is packaged as mybots.bots.experts.example and the entrypoint and executable is intelmq.bots.experts.example, then the check searches for the executable mybots.bots.experts.example instead of intelmq.bots.experts.example.
I think "module": bot.name would be correct.
The text was updated successfully, but these errors were encountered:
intelmqctl check
checks if all bots have their executables in $PATH so they can be started:intelmq/intelmq/bin/intelmqctl.py
Lines 958 to 963 in 9bfe9bf
The list of bots is generated by
intelmq/intelmq/lib/utils.py
Lines 915 to 919 in 9bfe9bf
The module used here is not the entry point/executable, but the module that's behind the entry point.
For example, if the extension bot is packaged as
mybots.bots.experts.example
and the entrypoint and executable isintelmq.bots.experts.example
, then the check searches for the executablemybots.bots.experts.example
instead ofintelmq.bots.experts.example
.I think
"module": bot.name
would be correct.The text was updated successfully, but these errors were encountered: