Skip to content

Instantly share code, notes, and snippets.

@vazhnov
Created October 7, 2016 16:13
Show Gist options
  • Save vazhnov/c049cd534db3e3ce7fd5452b72c0daca to your computer and use it in GitHub Desktop.
Save vazhnov/c049cd534db3e3ce7fd5452b72c0daca to your computer and use it in GitHub Desktop.
Install Zabbix 3.0 proxy in Ubuntu 16.04 xenial with PostgreSQL
#!/usr/bin/env bash
# License: CC0 1.0 or newer
# https://creativecommons.org/publicdomain/zero/1.0/
# You can download this script here: https://gist.github.com/vazhnov/c049cd534db3e3ce7fd5452b72c0daca
wget "http://repo.zabbix.com/zabbix/3.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.0-1+xenial_all.deb"
sudo dpkg -i zabbix-release_3.0-1+xenial_all.deb
sudo apt-get update
sudo apt-get install zabbix-proxy-pgsql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment