CMK version: 2.4.0p12
OS version: Debian Bookworm
Hi,
I am trying to monitor an enterprise sub-tree 1.3.6.1.4.1 with 23 objects. The snmp monitoring provides a few results of the MIB‑2 tree only 1.3.6.1.2.1, which can be extended to include more results, but it doesn’t provide the enterprise sub-tree.
The following snmpwalk command provides the needed results:
snmpwalk -v3 -l authPriv -u checkmk -a SHA -A 'secret' -x AES -X 'secret' $IP 1.3.6.1.4.1
as well as using cmk -v --snmpwalk $HOSTNAME shows that both trees are being walked through:
$HOSTNAME
Walk on ".1.3.6.1.2.1"...
624 variables.
Walk on ".1.3.6.1.4.1"...
23 variables.
but unfortunately only objects from the MIB-2 tree 1.3.6.1.2.1 are being monitored.
Is it possible to monitor the enterprise sub-tree 1.3.6.1.4.1 and how to?
Thanks