intelmq
intelmq copied to clipboard
[idea] intelmqctl check: make also api checks
The intelmqctl check could also perform some checks for the api, if it is installed. E.g:
- Check the existence of the configuration file
- check the syntax and required fields of the configuration
- check session store file
Ideally the checks are performed by the API itself, calling an API endpoint for an API self-check.