diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8409ade..c1aaed76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add standard info elem fields for NVTs in get_info [#1426](https://github.com/greenbone/gvmd/pull/1426) - Add --ldap-debug option [#1439](https://github.com/greenbone/gvmd/pull/1439) - Add check if PostgreSQL extensions are installed [#1444](https://github.com/greenbone/gvmd/pull/1444) +- Add auto retry on scanner connection lost during a running task [#1452](https://github.com/greenbone/gvmd/pull/1452) ### Changed - Improve report counts performance [#1438](https://github.com/greenbone/gvmd/pull/1438) diff --git a/doc/gvmd.8 b/doc/gvmd.8 index aaed46ce1..9276b311f 100644 --- a/doc/gvmd.8 +++ b/doc/gvmd.8 @@ -173,12 +173,18 @@ Scanner type for --create-scanner and --modify-scanner. Either 'OpenVAS', 'OSP', 'GMP', 'OSP-Sensor' or a number as used in GMP. .TP +\fB--scanner-connection-retry=\fINUMBER\fB\f1 +Number of auto retries if scanner connection is lost in a running task. +.TP \fB--schedule-timeout=\fITIME\fB\f1 Time out tasks that are more than TIME minutes overdue. -1 to disable, 0 for minimum time. .TP \fB--secinfo-commit-size=\fINUMBER\fB\f1 During CERT and SCAP sync, commit updates to the database every NUMBER items, 0 for unlimited. .TP +\fB--slave-commit-size=\fINUMBER\fB\f1 +During slave updates, commit after every NUMBER updated results and hosts, 0 for unlimited. +.TP \fB-c, --unix-socket=\fIFILENAME\fB\f1 Listen on UNIX socket at FILENAME. .TP @@ -203,23 +209,14 @@ gvmd --port 1241 Serve GMP clients on port 1241 and connect to an OpenVAS scanner via the default OTP file socket. .SH SEE ALSO -\fBopenvas(8)\f1, \fBgsad(8)\f1, \fBospd-openvas(8)\f1, \fBgreenbone-certdata-sync(8)\f1, \fBgreenbone-scapdata-sync(8)\f1, +\fBopenvas(8)\f1, \fBgsad(8)\f1, \fBospd-openvas(8)\f1, \fBgreenbone-certdata-sync(8)\f1, \fBgreenbone-scapdata-sync(8)\f1, .SH MORE INFORMATION The canonical places where you will find more information about the Greenbone Vulnerability Manager are: -.RS -.UR https://community.greenbone.net -Community Portal -.UE -.br -.UR https://github.com/greenbone -Development Platform -.UE -.br -.UR https://www.greenbone.net -Greenbone Website -.UE -.RE +\fBhttps://community.greenbone.net\f1 (Community Portal) + +\fBhttps://github.com/greenbone\f1 (Development Platform) +\fBhttps://www.greenbone.net\f1 (Greenbone Website) .SH COPYRIGHT The Greenbone Vulnerability Manager is released under the GNU GPL, version 2, or, at your option, any later version. diff --git a/doc/gvmd.8.xml b/doc/gvmd.8.xml index 130598e03..6107f13c4 100644 --- a/doc/gvmd.8.xml +++ b/doc/gvmd.8.xml @@ -382,6 +382,13 @@ along with this program. If not, see . as used in GMP.

+