├── LICENSE ├── README.md ├── emc_vnx_discovery.py ├── emc_vnx_stats.py ├── emc_vnx_template.xml └── tools └── ecom_vnx_manage.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ktelep/EMC-Zabbix-Integration/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ktelep/EMC-Zabbix-Integration/HEAD/README.md -------------------------------------------------------------------------------- /emc_vnx_discovery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ktelep/EMC-Zabbix-Integration/HEAD/emc_vnx_discovery.py -------------------------------------------------------------------------------- /emc_vnx_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ktelep/EMC-Zabbix-Integration/HEAD/emc_vnx_stats.py -------------------------------------------------------------------------------- /emc_vnx_template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ktelep/EMC-Zabbix-Integration/HEAD/emc_vnx_template.xml -------------------------------------------------------------------------------- /tools/ecom_vnx_manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ktelep/EMC-Zabbix-Integration/HEAD/tools/ecom_vnx_manage.py --------------------------------------------------------------------------------