Created
October 7, 2016 16:13
-
-
Save vazhnov/c049cd534db3e3ce7fd5452b72c0daca to your computer and use it in GitHub Desktop.
Install Zabbix 3.0 proxy in Ubuntu 16.04 xenial with PostgreSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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