Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix(config): safe defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 3, 2021
1 parent b1e08c6 commit d8b8395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ snmp:
- "my-area"
mibs:
url:
- "file:///usr/share/snmp/mibs"
#- "file:///usr/share/snmp/mibs"
# *TODO*: Replace below URL with MIB Server's URL returned during service discovery.
- "https://mibs.thola.io/asn1/@mib@"
# - "http://localhost:8070/asn1/@mib@"
Expand All @@ -20,6 +20,6 @@ snmp:
- "SNMPv2-CONF"
# - "A10-COMMON-MIB"
# - "A3COM-HUAWEI-BLG-MIB"
- "NET-SNMP-EXAMPLES-MIB"
#- "NET-SNMP-EXAMPLES-MIB"
thread-pool:
max-suggested-working-threads: 10

0 comments on commit d8b8395

Please sign in to comment.