ktelep / EMC-Zabbix-Integration

Integration for Zabbix and the EMC ECOM server for VNX1/VNX2 Monitoring
MIT License
35 stars 13 forks source link

Zabbix 3.0 not work #10

Closed naechin91004 closed 8 years ago

naechin91004 commented 8 years ago

I install zabbix 3.0 But template not work.

below is result.

info from server: "processed: 0; failed: 250; total: 250; seconds spent: 0.002306" info from server: "processed: 0; failed: 19; total: 19; seconds spent: 0.000198" sent: 269; skipped: 0; total: 269

zabbix trapper not receive data.

JSON output is valid but template return "Value should be a JSON object."

ktelep commented 8 years ago

It looks like the discovery did not complete, as it wasn't able to locate the keys in Zabbix to send the data to.

Can you post the output of the emc_vnx_discovery.py script when run as the zabbix user from the command line, and if you can attach/send a debug log from your 3.0 install that would help troubleshoot.

ktelep commented 8 years ago

Closed based on no feedback to resolve issue