Skip to content

Commit 12a572d

Browse files
fix: formatting, add docs about local mibs path
1 parent efa026c commit 12a572d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/dockercompose/6-env-file-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Inside the directory with the docker compose files, there is a `.env`. Variables
6262
| `SPLUNK_METRIC_NAME_HYPHEN_TO_UNDERSCORE` | Replaces hyphens with underscores in generated metric names to ensure compatibility with Splunk's metric schema |
6363
| `IGNORE_EMPTY_VARBINDS` | Details can be found in [empty snmp response message issue](../troubleshooting/polling-issues.md#empty-snmp-response-message-problem) |
6464
| `SPLUNK_LOG_INDEX` | Event index in Splunk where logs from docker containers would be sent |
65+
| `PATH_TO_LOCAL_MIBS` | Path to the directory containing [local MIB files](../mib-request.md#configuring-path-to-local-mibs-for-docker-compose-installation). |
66+
6567
## Workers
6668

6769
### General
@@ -127,6 +129,7 @@ Inside the directory with the docker compose files, there is a `.env`. Variables
127129
| `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 |
128130
| `INCLUDE_SECURITY_CONTEXT_ID` | Controls whether to add the context_engine_id field to v3 trap events |
129131
| `TRAPS_PORT` | External port exposed for traps server |
132+
130133
## Scheduler
131134

132135
| Variable | Description |

0 commit comments

Comments
 (0)