intelmq-manager
intelmq-manager copied to clipboard
BUG? when a bot is removed from the setup, it is not automatically terminated
When a bot is removed from within intelmq-manager, it will still be running and processing data. This can be unexpected. Usually a user will assume that if the bot is removed from the GUI, it will be "gone" and not run anymore. Maybe a pop-up question window "do you want to stop a running bot?" should be presented?
Maybe a pop-up question window "do you want to stop a running bot?" should be presented?
I think this is not complete because if you have bots, for example A -> B -> C
and I remove bot B and fixing link from A to C, then IntelMQ Manager stops bot B, bot A still sends messages to B queue. So I think, after saving configuration, all running bots must be restarted to apply new configuration.
And we need to handle non-empyt unconfigured/deleted queues :)