Skip to content
New issue

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

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

Already on GitHub? # to your account

Update keepalived MIB files to latest version #1044

Merged
merged 1 commit into from
Nov 11, 2023
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 @@ -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