Thanks for the info, but this did not worked out for me. At the moment it comes to reinstall one of the modules, the system did not accept the install order. Is there a correct and save way to ad the sql file manual to the system?
Yes, you just need to run the following two queries:
INSERT INTO `sys_options` VALUES('sys_security_impact_threshold_log', '9', 3, 'Total security impact threshold to send report', 'digit', '', '', 0, '');
INSERT INTO `sys_options` VALUES('sys_security_impact_threshold_block', '27', 3, 'Total security impact threshold to send report and block aggressor', 'digit', '', '', 0, '');
Also you do not need to reinstall all of the modules, just one of them.
make sure you check the setting on the new parameters in the admin screen to set the threshold high.