mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 02:19:28 +00:00
Update snmp.yml (#32)
Because of snmp_exporter configuration file format change, changed snmp.yml. (https://github.com/prometheus/snmp_exporter/blob/main/auth-split-migration.md)
This commit is contained in:
parent
aa802b1c36
commit
f741901f03
1 changed files with 4387 additions and 4379 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost.
|
||||
mikrotik:
|
||||
# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost.
|
||||
auths:
|
||||
public_v2:
|
||||
community: public
|
||||
security_level: noAuthNoPriv
|
||||
auth_protocol: MD5
|
||||
priv_protocol: DES
|
||||
version: 2
|
||||
modules:
|
||||
mikrotik:
|
||||
walk:
|
||||
- 1.3.6.1.2.1.2
|
||||
- 1.3.6.1.2.1.25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue