Zabbix plugin for Ceph monitoring
Edit the zabbix_agent_ceph_plugin.conf to set the path to the bash script (default is /opt/ceph-status.sh) then add it to your zabbix agent config
Add the xml template and link them to your node.
Link the ceph templates to your hosts
Actually zabbix agent pull data from script. One option is to send directly from the script to zabbix trough zabbix-trapper
Zabbix plugin for Ceph monitoring
Copy script ceph-status.py /opt/ceph-status.py
Execute script to generate zabbix_agent_ceph_plugin.conf
/opt/ceph-status.py zabbix-conf > /etc/zabbix/zabbix_agentd.d/zabbix_agent_ceph_python.conf
Import and link templates
Template_CEPH_Monitor - All Ceph's nodes Template_CEPH_Cluster - All Ceph's monitors
Actually zabbix agent pull data from script. One option is to send directly from the script to zabbix trough zabbix-trapper