Skip to content

Instantly share code, notes, and snippets.

@tuxmartin
Created November 8, 2018 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxmartin/c0fa385d43dc333a8a5939cd8d2d96c1 to your computer and use it in GitHub Desktop.
Save tuxmartin/c0fa385d43dc333a8a5939cd8d2d96c1 to your computer and use it in GitHub Desktop.
Zabbix agent a proxy 4.0 na Debianu 7
apt-get install curl sudo build-essential libsqlite3-dev libxml2-dev libsnmp-dev libcurl4-openssl-dev libpcre3-dev
groupadd zabbix
useradd -g zabbix zabbix
cd /usr/local/src/
wget https://netix.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/4.0.1/zabbix-4.0.1.tar.gz
tar xzvf zabbix-4.0.1.tar.gz
cd /usr/local/src/zabbix-4.0.1/
./configure --help
./configure -prefix=/usr --enable-proxy --enable-agent --with-openssl --with-sqlite3 --with-net-snmp --with-libcurl --with-libxml2 --enable-ipv6 --with-ssh2 --sysconfdir=/etc/zabbix --bindir=/usr/bin
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment