Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snmp.yml #557

Merged
merged 1 commit into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ CISCO_URL := 'ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz'
IANA_CHARSET_URL := https://www.iana.org/assignments/ianacharset-mib/ianacharset-mib
IANA_IFTYPE_URL := https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib
IANA_PRINTER_URL := https://www.iana.org/assignments/ianaprinter-mib/ianaprinter-mib
KEEPALIVED_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.1.2/doc/KEEPALIVED-MIB.txt
KEEPALIVED_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.1.5/doc/KEEPALIVED-MIB.txt
MIKROTIK_URL := 'http://download2.mikrotik.com/Mikrotik.mib'
NEC_URL := https://jpn.nec.com/univerge/ix/Manual/MIB
NET_SNMP_URL := https://raw.githubusercontent.com/net-snmp/net-snmp/v5.8/mibs
PALOALTO_URL := https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/zip/snmp-mib/pan-91-snmp-mib-modules.zip
NET_SNMP_URL := https://raw.githubusercontent.com/net-snmp/net-snmp/v5.9/mibs
PALOALTO_URL := https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/zip/snmp-mib/pan-10-0-snmp-mib-modules.zip
PRINTER_URL := https://ftp.pwg.org/pub/pwg/pmp/mibs/rfc3805b.mib
SERVERTECH_URL := 'https://cdn10.servertech.com/assets/documents/documents/817/original/Sentry3.mib'
SYNOLOGY_URL := 'https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_MIB_File.zip'
Expand Down
10 changes: 10 additions & 0 deletions snmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ apcups:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -2657,6 +2658,7 @@ arista_sw:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -3707,6 +3709,7 @@ cisco_wlc:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -4834,6 +4837,7 @@ ddwrt:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -6252,6 +6256,7 @@ if_mib:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -11180,6 +11185,7 @@ paloalto_fw:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -13657,6 +13663,7 @@ synology:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -16207,6 +16214,7 @@ ubiquiti_airfiber:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -18054,6 +18062,7 @@ ubiquiti_airmax:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down Expand Up @@ -19360,6 +19369,7 @@ ubiquiti_unifi:
297: ieee8021axDrni
298: ax25
299: ieee19061nanocom
300: cpri
- name: ifMtu
oid: 1.3.6.1.2.1.2.2.1.4
type: gauge
Expand Down