From 78bcadb94fc55f21b347156cfbc85f4bd13a8770 Mon Sep 17 00:00:00 2001 From: kazet Date: Mon, 30 Sep 2024 17:51:30 +0200 Subject: [PATCH] Extra modules config in docs (#1293) --- docs/user-guide/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/configuration.rst b/docs/user-guide/configuration.rst index fa38cedee..6ed9eb6ce 100644 --- a/docs/user-guide/configuration.rst +++ b/docs/user-guide/configuration.rst @@ -6,6 +6,12 @@ directives, e.g. ``SCANNING_PACKETS_PER_SECOND=5``): .. include:: config-docs.inc +Extra modules +------------- +Additionally, you can configure modules from the ``Artemis-modules-extra`` repository (https://github.com/CERT-Polska/Artemis-modules-extra) using +the configuration variables from https://github.com/CERT-Polska/Artemis-modules-extra/blob/main/extra_modules_config.py. The file to put them +in (``.env``) and the syntax (``VARIABLE_NAME=VARIABLE_VALUE``) is the same as for the core Artemis configuration. + Blocklist --------- You may exclude some systems from being scanned or included in the reports. To do that, set the ``BLOCKLIST_FILE`` environment