Skip to content

Commit

Permalink
Merge pull request #557 from prometheus/superq/bump_snmp_yml
Browse files Browse the repository at this point in the history
Update snmp.yml
  • Loading branch information
SuperQ authored Aug 24, 2020
2 parents 1b3b053 + 9aedde7 commit 068f413
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
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

0 comments on commit 068f413

Please sign in to comment.