hi all,
I use Solarwinds IP monitor to do basic up/down monitoring my my mid sized IT infrastructure. I'm looking to monitor the datastores (netapp cluster) on my ESX hosts (5 sunfire servers) because the Netap LUNs are a block level device I can't monitor storage utilization on the filer, so I want to use SNMP on the esx hosts. IPmonitor doesn't do well being sent SNMP traps, as it'll only alert once, so I want to set up IPmonitor to poll the server every minute or so.
I've previously configured SNMP on ESX 3.5 U4 using net-snmp and had a cacti server graphing the output but this feature is no longer supported in vSphere. to get around this I enabled net-snmp by editing my snmpd.conf file setting up my correct community string etc, and created a proxy to access the VMWARE SNMP MIBs within the conf file by adding "proxy -v 1 -c public udp:127.0.0.1:171 .1.3.6.1.4.1.6876"
from my understanding this should work, but if I do an snmpwalk on the host it doesn't work.
wondering if anyone has set up something similar?
peripheral to this, I'm wondering if I can just poll the vcenter server via snmp and get all the info I need?
I suppose I could just parse info from a 'df -h" on the host but I'd rather not be running a shell script to grab my info on the ESX hosts
any input is appreciated
I use Solarwinds IP monitor to do basic up/down monitoring my my mid sized IT infrastructure. I'm looking to monitor the datastores (netapp cluster) on my ESX hosts (5 sunfire servers) because the Netap LUNs are a block level device I can't monitor storage utilization on the filer, so I want to use SNMP on the esx hosts. IPmonitor doesn't do well being sent SNMP traps, as it'll only alert once, so I want to set up IPmonitor to poll the server every minute or so.
I've previously configured SNMP on ESX 3.5 U4 using net-snmp and had a cacti server graphing the output but this feature is no longer supported in vSphere. to get around this I enabled net-snmp by editing my snmpd.conf file setting up my correct community string etc, and created a proxy to access the VMWARE SNMP MIBs within the conf file by adding "proxy -v 1 -c public udp:127.0.0.1:171 .1.3.6.1.4.1.6876"
from my understanding this should work, but if I do an snmpwalk on the host it doesn't work.
wondering if anyone has set up something similar?
peripheral to this, I'm wondering if I can just poll the vcenter server via snmp and get all the info I need?
I suppose I could just parse info from a 'df -h" on the host but I'd rather not be running a shell script to grab my info on the ESX hosts
any input is appreciated