Hello everyone! New to Zabbix. Have it successfully setup and connecting to several hosts with agents installed. What I am having difficulty with is hooking into snmpd omsa monitoring.
Dell OMSA (OpenManage Server Administrator) is running as a standard service on all hosts working fine in a CentOS environment.
SNMPD is installed and running with defaults. Local network is whitelisted to itself so no worries in regards to connectivity from Zabbix node.
I have added the Value Mappings via https://gist.github.com/alice-xu/1f9cd57d01e4e8153d46
I have added the template @ that page or @ https://github.com/rafaelma/zabbix-t...ell-openmanage successfully
When I attempt to link a host to the template via configuration, hosts, a host, templates, add, select "Template SNMP Dell OpenManage" and click update, I receive the following :
Created: Application "DELL Hardware" on "Host1".
I have verified I can hit that server and perform an snmpdwalk remotely from the Zabbix node via :
Which pushes out the slew of responses as expected.
A step further and used the exact line as in the arrayDisk Discovery line of the template with snmpdwalk works as well:
Could this be related to the community string Zabbix is using for snmpd which needs to be changed somewhere?
Any help would be appreciated!
Dell OMSA (OpenManage Server Administrator) is running as a standard service on all hosts working fine in a CentOS environment.
SNMPD is installed and running with defaults. Local network is whitelisted to itself so no worries in regards to connectivity from Zabbix node.
I have added the Value Mappings via https://gist.github.com/alice-xu/1f9cd57d01e4e8153d46
I have added the template @ that page or @ https://github.com/rafaelma/zabbix-t...ell-openmanage successfully
When I attempt to link a host to the template via configuration, hosts, a host, templates, add, select "Template SNMP Dell OpenManage" and click update, I receive the following :
Created: Application "DELL Hardware" on "Host1".
Cannot find host interface on "host1.theserver.com" for item key "arrayDisk.discovery".
Code:
snmpwalk -v2c -c public xxx.xxx.xxx.1:161 .1.3.6.1.4.1.674.10892.1
A step further and used the exact line as in the arrayDisk Discovery line of the template with snmpdwalk works as well:
Code:
snmpwalk -v2c -c public xxx.xxx.xxx.1:161 .1.3.6.1.4.1.674.10893.1.20.130.4.1.2
SNMPv2-SMI::enterprises.674.10893.1.20.130.4.1.2.1 = STRING: "Physical Disk 0:0:0"
SNMPv2-SMI::enterprises.674.10893.1.20.130.4.1.2.2 = STRING: "Physical Disk 0:0:1"
SNMPv2-SMI::enterprises.674.10893.1.20.130.4.1.2.2 = STRING: "Physical Disk 0:0:1"
Any help would be appreciated!
) :
Comment