macan wrote:
I haven't 5.5 U1.Can you send me snmpwalk of your ESXI 5.5 U1?
Using your snmpwalk suggestion, the info in this thread and a little luck, I figured this one out myself. Like another user, when I did an snmpwalk, I got something like this:
snmpwalk -v2c -c public 10.2.100.100 .1.3.6.1.4.1.6876
SNMPv2-SMI::enterprises.6876.1.1.0 = STRING: "VMware ESXi"
SNMPv2-SMI::enterprises.6876.1.2.0 = STRING: "5.5.0"
SNMPv2-SMI::enterprises.6876.1.4.0 = STRING: "1746018"
SNMPv2-SMI::enterprises.6876.1.5.0 = STRING: "1"
SNMPv2-SMI::enterprises.6876.1.6.0 = STRING: "16"
SNMPv2-SMI::enterprises.6876.3.1.1.0 = Gauge32: 2
SNMPv2-SMI::enterprises.6876.3.2.1.0 = Gauge32: 201313300
SNMPv2-SMI::enterprises.6876.3.2.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.6876.3.2.3.0 = Gauge32: 201313300
SNMPv2-SMI::enterprises.6876.3.5.1.0 = INTEGER: 13
......
No 6876.2 which is what you're using to pull data. Originally I configured the /etc/vmware/snmp.conf file by hand which I guess ESXi didn't like.
To fix the problem I did:
esxcli system snmp set --reset
esxcli system snmp set --communities public
esxcli system snmp set --enable true
Then when I did an snmpwalk I got a lot more values and the graph started pulling data.
macan wrote:
I didn't find this value
I think I have a workaround. Long story short, use your work to get the data, delete the graphs (but keep the data sources) and use something like this:
https://bryanfullerton.com/2009/08/04/c ... e-machine/
I found that page about a year ago and used the info on it, and the page it links to in order to create the graphs I needed.
macan wrote:
Ok, send me your requests
Does vmware expose anything from esxtop, specifically stuff from d (disk adapter) or u (disk device)? Maybe graph commands per disk adapter (I use software iSCSI so i only have one vmhba that gives me any data) or mb read/write? I tried to read the mib files and it seems like the answer might be no (I found this nagios page which seems to indicate I would have to go the api route to pull any more detailed info:
http://exchange.nagios.org/directory/Pl ... pi/details