I’m trying to monitor IBM Storwize storages performance using zabbix.
I found an amazing script that uses Storwize CIM Provider (WBEM) to get storage performance in an automated way, discovering everything on the storage side and then using zabbix_sender and LLD to populate the data into zabbix server.
That script works very well and I could monitor my local storage without much effort.
The issue started when I tried to use it on my remote storages (running the script on zabbix remote proxy). I was able to get storage performance data but something is happening that I can’t receive that data on my zabbix server.
I did a lot of troubleshooting and still have no clue on how to get it working:
- zabbix_sender works without problem using a manual test
- I can authenticate with zabbix api server, and retrieve monitored hosts using a simple script from zabbix proxy server
As I don’t have python scripting skill,I really appreciate if someone could help me looking at the scripts source (or testing it) and point me anything that could be the problem when running the script on anywhere besides zabbix server.
The project seems to be archived, but the source is available at:
Download: https://storage.googleapis.com/googl...ce-archive.zip
I found an amazing script that uses Storwize CIM Provider (WBEM) to get storage performance in an automated way, discovering everything on the storage side and then using zabbix_sender and LLD to populate the data into zabbix server.
That script works very well and I could monitor my local storage without much effort.
The issue started when I tried to use it on my remote storages (running the script on zabbix remote proxy). I was able to get storage performance data but something is happening that I can’t receive that data on my zabbix server.
I did a lot of troubleshooting and still have no clue on how to get it working:
- zabbix_sender works without problem using a manual test
- I can authenticate with zabbix api server, and retrieve monitored hosts using a simple script from zabbix proxy server
As I don’t have python scripting skill,I really appreciate if someone could help me looking at the scripts source (or testing it) and point me anything that could be the problem when running the script on anywhere besides zabbix server.
The project seems to be archived, but the source is available at:
Download: https://storage.googleapis.com/googl...ce-archive.zip
Comment