Hi all
I spent some time building a template for some basic disk, logical volume and raid status monitoring using the API of the Open-E storage solution (since there is none via SNMP). I thought someone might find it useful!
I have attached the exported template. You will find details of the external script contents in the description of each item.
You will need to complete a few pre-requisites for this to work:
Enable API on Open-E gui, and export private keys.
Copy keys to Zabbix server, and su to the zabbix user, then ssh to each SAN api and accept the key for the first time.
Add a couple of macros to your SAN hosts:
{$FILEPATH} (i use this twice, for the datadump from the api and the key file location. You could add a second path if you'd prefer your private keys elsewhere.
{$PRIVKEY} Name of the private key exported for this host.
Create your bash scripts accordingly in $FILEPATH
Hopefully someone else finds this useful!
I spent some time building a template for some basic disk, logical volume and raid status monitoring using the API of the Open-E storage solution (since there is none via SNMP). I thought someone might find it useful!
I have attached the exported template. You will find details of the external script contents in the description of each item.
You will need to complete a few pre-requisites for this to work:
Enable API on Open-E gui, and export private keys.
Copy keys to Zabbix server, and su to the zabbix user, then ssh to each SAN api and accept the key for the first time.
Add a couple of macros to your SAN hosts:
{$FILEPATH} (i use this twice, for the datadump from the api and the key file location. You could add a second path if you'd prefer your private keys elsewhere.
{$PRIVKEY} Name of the private key exported for this host.
Create your bash scripts accordingly in $FILEPATH
Hopefully someone else finds this useful!
Comment