You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SC4SNMP_IMAGE`| The registry and name of the SC4SNMP image to pull |
10
+
|`SC4SNMP_TAG`| SC4SNMP image tag to pull |
11
+
|`SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH`| Absolute path to [scheduler-config.yaml](./4-scheduler-configuration.md) file |
12
+
|`TRAPS_CONFIG_FILE_ABSOLUTE_PATH`| Absolute path to [traps-config.yaml](./5-traps-configuration.md) file |
13
+
|`INVENTORY_FILE_ABSOLUTE_PATH`| Absolute path to [inventory.csv](./3-inventory-configuration.md) file |
14
+
|`COREFILE_ABS_PATH`| Absolute path to Corefile used by coreDNS. Default Corefile can be found inside the `docker_compose`|
15
+
|`LOCAL_MIBS_PATH`| Absolute path to the directory containing [local MIB files](../mib-request.md#configuring-path-to-local-mibs-for-docker-compose-installation). By default, it points to the `local_mibs` directory hosted with the Docker Compose package. |
16
+
|`SC4SNMP_VERSION`| Version of SC4SNMP |
16
17
17
18
18
19
## Network configuration
@@ -128,6 +129,7 @@ Inside the directory with the docker compose files, there is a `.env`. Variables
128
129
|`SNMP_V3_SECURITY_ENGINE_ID`| SNMPv3 TRAPs require the configuration SNMP Engine ID of the TRAP sending application for the USM users table of the TRAP receiving application for each USM user, for example: SNMP_V3_SECURITY_ENGINE_ID=80003a8c04,aab123456 |
129
130
|`INCLUDE_SECURITY_CONTEXT_ID`| Controls whether to add the context_engine_id field to v3 trap events |
130
131
|`TRAPS_PORT`| External port exposed for traps server |
0 commit comments