Root filesystem missing from SNMP queries
Hi,
I have two VMs that does not return root filesystem for SNMP queries.
ok host:
~> snmpwalk -mALL -v1 -cpublic myhost1 .1.3.6.1.2.1.25.2.3.1.3 | grep '/$'
HOST-RESOURCES-MIB::hrStorageDescr.32 = STRING: /
~>
failing host:
~> snmpwalk -mALL -v1 -cpublic myhost2 .1.3.6.1.2.1.25.2.3.1.3 | grep '/$'
~>
Why's that?
Harri
|