See www.zabbix.com for the official Zabbix site.
Zabbix on the Raspberry Pi (OS Raspbian)
Contents
Raspbian repo: Zabbix 1.8.11/2.2.7/2.4.5 dfsg
You have to use default Raspbian repo (http://archive.raspbian.org/raspbian/pool/main/z/zabbix/). To install zabbix agent (or if you are adventurous even server) please use following steps.
apt-get update apt-get install zabbix-agent # in case agent is only thing required/needed
2.4.5 version is also available in Rasbian repo, but you have to allow testing packages first. Edit your /etc/apt/sources.list and add:
deb http://mirrordirector.raspbian.org/raspbian/ testing main firmware contrib non-free rpi
Then it will be standard, apt-get update, apt-get install.
Alternately repos: Zabbix 2.2.5/2.2.7/2.4.2
Zabbix 2.2.5: To your /etc/apt/sources.list add next info "deb http://naizvoru.com/raspbian/zabbix wheezy main" or run this scriptlet as root
sudo bash -l echo "deb http://naizvoru.com/raspbian/zabbix wheezy main" >> /etc/apt/sources.list
After adding it to the list please run next commands:
apt-get update apt-get install zabbix-agent # in case agent is only thing required/needed
You can check also:
- Zabbix 2.4.2 agent only: http://download.jangaraj.com/zabbix/zabbix-agent_2.4.2-1+wheezy_armhf.deb
Alternately deb files: Zabbix 3.x
ARM (RPI) compiled and debian jessie builded .deb files https://github.com/imkebe/zabbix3-rpi
Installation from sources
If required version of Zabbix is not available, then you can install Zabbix from sources. Follow manual: https://www.zabbix.com/documentation/2.4/manual/installation/install