intelmq-manager icon indicating copy to clipboard operation
intelmq-manager copied to clipboard

IntelMQ Manager is a graphical interface to manage configurations for IntelMQ framework.

Results 29 intelmq-manager issues
Sort by recently updated
recently updated
newest added

In IntelMQ we have documented various feeds in machine-readable format (`intelmq/etc/feeds.yaml`), this data can be used for an interface which allows to add a collector-parser pair ("feed"). The interface could...

help wanted
feature request
component: configuration
user experience

The PHP backend tries to make sure that the `intelmqctl` calls do not take too long by implementing some kind of timeout. It tries two mechanisms, which both fail to...

help wanted

On the monitor / bot page log is being refreshed. If we are on the second page of the logs, every refresh put us to the first page. requested by...

bug
help wanted
component: monitor

When clicking "Clear Configuration" the defaults.conf is not loaded, thus the defaults.conf file will be empty once saving the cleared botnet. This can be fixed by modifying configs.js (function load_bots)...

help wanted

bug
help wanted
component: configuration

Needs support for this in intelmq/BOTS

help wanted
feature request
component: configuration

By @MAHDTech in #41: > What about multiple tabs for bot configuration? In my small usecase example I have two independant bot configurations, what about the ability to add multiple...

help wanted
backend
feature request
component: configuration

When the manager is loaded (displayed) for the first time, it shall do a version check: make a connection to https://intelmq.org/version.json and pull in the following json file: ``` {...

help wanted
feature request
user experience

If a bot has no parameters, like: ``` ... "bot-id": { "name": "foobar bot", "group": "Expert", "module": "intelmq.bots.experts.foobar", "description": "Foobar descr", "enabled": "true" } ... ``` a user gets this...

bug
help wanted
frontend

It would be convenient to start a complete processing path (e.g. for a subset of collectors) instead of doing it manually See also certtools/intelmq#694

help wanted
feature request
component: management