Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
README.md 1.14 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# if64name

thl-cmk's avatar
thl-cmk committed
This snmp section/parse function extends the if64 check by replacing ifDescr with ifName if available. It will also replace the long interface name with a short version. To use this extension you need to have a interface discovery rule that uses interface description for the service item. To use the unchanged if64 version, just disable the if64name snmp section. The original if64 check stayes completely unchanged.

---
thl-cmk's avatar
thl-cmk committed

Sample output original if64 Cisco Catalyst

thl-cmk's avatar
thl-cmk committed
![Sample output original if64 Cisco Catalyst](/doc/sampleif64-catalyst.png?raw=true "Sample output original if64 Cisco Catalyst")
thl-cmk's avatar
thl-cmk committed

Sample output original if64name Cisco Catalyst

thl-cmk's avatar
thl-cmk committed
![Sample output original if64name Cisco Catalyst](/doc/sampleif64name-catalyst.png?raw=true "Sample output original if64name Cisco Catalyst")
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
---
thl-cmk's avatar
thl-cmk committed

Sample output original if64 Alcatel-Lucent

thl-cmk's avatar
thl-cmk committed
![Sample output original if64 Alcatel-Lucent](/doc/sampleif64-alcatel.png?raw=true "Sample output original if64 Alcatel-Lucent")
thl-cmk's avatar
thl-cmk committed

Sample output original if64name Alcatel Lucent

thl-cmk's avatar
thl-cmk committed
![Sample output original if64name Alcatel Lucent](/doc/sampleif64name-alcatel.png?raw=true "Sample output original if64name Alcatel Lucent")