Find an installation guide under www.zabbix.com/documentation/2.2/manual/installation.
Under Debian Wheezy the steps are:
# add zabbix repo to apt sources wget http://repo.zabbix.com/zabbix/2.2/debian/pool/main/z/zabbix-release/zabbix-release_2.2-1+wheezy_all.deb dpkg -i zabbix-release_2.2-1+wheezy_all.deb apt-get update # install MySQL server apt-get install mysql-server # edit /etc/mysql/my.cnf [mysqld] character-set-server=utf-8 # restart MySQL server service mysql start # install zabbix server and GUI apt-get install zabbix-server-mysql zabbix-frontend-php # edit /etc/apache2/conf.d/zabbix and restart Apache php_value date.timezone Europe/Bern service apache2 restart #For using SNMP with Zabbix the following steps have to be done: apt-get install snmp apt-get install snmp-mibs-downloader download-mibs
GUI: Enter the user name Admin with password zabbix to log in as a Zabbix superuser.
Administration→Scripts “Name” is a path describing the menu structure To execute a script left-click on the host GPS Positions via SNMP Triggers
SNMP Builder is an add-in for Zabbix. It provides new web interface components to browse MIB trees and values. SNMP OIDs can then be automatically converted into Zabbix items and inserted into a template. The underlying snmpbuilder script uses calls to NetSNMP in order to communicate with devices on the network. External Link