Skip to content

Commit

Permalink
Update keepalived MIB files to latest version (#1044)
Browse files Browse the repository at this point in the history
* also regenerated `snmp.yml`

Signed-off-by: Hugo Hromic <[email protected]>
  • Loading branch information
hhromic authored Nov 11, 2023
1 parent 6c92a3f commit 3397da5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ CISCO_URL := https://raw.githubusercontent.com/cisco/cisco-mibs/2d465cce
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.2.7/doc/KEEPALIVED-MIB.txt
VRRP_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.7/doc/VRRP-MIB.txt
VRRPV3_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.7/doc/VRRPv3-MIB.txt
KEEPALIVED_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/KEEPALIVED-MIB.txt
VRRP_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/VRRP-MIB.txt
VRRPV3_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/VRRPv3-MIB.txt
KEMP_LM_URL := https://kemptechnologies.com/files/packages/current/LM_mibs.zip
MIKROTIK_URL := 'https://box.mikrotik.com/f/a41daf63d0c14347a088/?dl=1'
NEC_URL := https://jpn.nec.com/univerge/ix/Manual/MIB
Expand Down
6 changes: 3 additions & 3 deletions generator/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ modules:

# keepalived
#
# https://github.com/acassen/keepalived/blob/v2.2.7/doc/KEEPALIVED-MIB.txt
# https://github.com/acassen/keepalived/blob/v2.2.7/doc/VRRP-MIB.txt
# https://github.com/acassen/keepalived/blob/v2.2.7/doc/VRRPv3-MIB.txt
# https://github.com/acassen/keepalived/blob/v2.2.8/doc/KEEPALIVED-MIB.txt
# https://github.com/acassen/keepalived/blob/v2.2.8/doc/VRRP-MIB.txt
# https://github.com/acassen/keepalived/blob/v2.2.8/doc/VRRPv3-MIB.txt
keepalived:
walk:
- vrrpInstanceTable # Table of VRRP instances.
Expand Down
10 changes: 10 additions & 0 deletions snmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8529,6 +8529,16 @@ modules:
indexes:
- labelname: vrrpInstanceIndex
type: gauge
- name: vrrpInstanceV3ChecksumAsV2
oid: 1.3.6.1.4.1.9586.100.5.2.3.1.36
type: gauge
help: True if VRRPv3 IPv4 checksum excludes pseudo-header. - 1.3.6.1.4.1.9586.100.5.2.3.1.36
indexes:
- labelname: vrrpInstanceIndex
type: gauge
enum_values:
1: "true"
2: "false"
- name: virtualServerGroupIndex
oid: 1.3.6.1.4.1.9586.100.5.3.1.1.1
type: gauge
Expand Down

0 comments on commit 3397da5

Please sign in to comment.