We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f5ad9 commit e168296Copy full SHA for e168296
docs/admin/configuration/intelmq.md
@@ -237,6 +237,13 @@ configured to do so.
237
238
(optional, boolean) Verify the TLS certificate of the server. Defaults to true.
239
240
+**`stop_retry_limit`**
241
+
242
+(optional, integer) amount of retries when checking the status of a botnet after issuing `intelmqctl stop`. Each retry
243
+another *0.1s* longer is waited until a maximum of *5s* to sleep in each iteration is reached. Only applies when
244
+stopping a bot*net* (not individual bots).
245
+Defaults to 5.
246
247
#### Individual Bot Configuration
248
249
!!! info
0 commit comments