This project was created to monitor Gluster Storage with Zabbix. In this repository there are two files. One python script that calls gstatus, discovering gluster volumes and print data we want, according to the arguments given. You have to install gstatus gstatusYou should save the script in any directory you want, in order to do it executable from zabbix user using sudo. You have to create a file in /etc/zabbix/zabbix_server.conf.d/ and add UserParameters:You should save the script in any directory you want, do it executable from zabbix user using sudo.You have to create a file in /etc/zabbix/zabbix_server.conf.d/ and add UserParameters: ... UserParameter=gluster_volume_info[],sudo /path/gstatus_discovery.py $1 $2 UserParameter=gluster_storage_info[],sudo /path/gstatus_discovery.py $1 UserParameter=gluster_volume_info,sudo /path/gstatus_discovery.pyThe last one shoud be import zabbix_template.xml in zabbixYou can check my github repository