Skip to content

Commit

Permalink
Feat(snmp-exporter): multi module concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets authored Dec 21, 2024
1 parent d1c0e0c commit a0a9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/deploy/core/monitoring/snmp-exporter/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
customLabels:
prom.home.arpa/kps: allow
egress.home.arpa/router: allow
extraArgs: ["--config.file=/config/snmp.yml"]
extraArgs: ["--config.file=/config/snmp.yml", "--snmp.module-concurrency=4"]
extraConfigmapMounts:
- name: config
configMap: snmp-exporter-config # currently custom generated and private as Fortinet MIBs are not exactly "publicly available" for redistribution (either get from subscriber portal or FortiGate directly)
Expand Down

0 comments on commit a0a9795

Please sign in to comment.