On 2014-07-24 10:09, Helmut Koers wrote:
Is there any way besides re-installing to correct the settings to the
supposed default values?


Not the "correct" way, but given that you don't want to clone and modify, you can do something quick like this:

$ sqlite3 /usr/var/lib/openvas/mgr/tasks.db # Or whatever the path to the sqlite DB.

sqlite> UPDATE config_preferences SET value = 'yes' WHERE name LIKE 'Ping Host[checkbox]:Mark unrechable Hosts as dead (not scanning)' and config = (SELECT id FROM configs WHERE uuid = "YOUR_CONFIG_UUID");

Better backup the DB before doing manual operations like this.

Regards,

Hani.
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to