Zabbix is an enterprise-class open source distributed monitoring solution designed to monitor and track performance and availability of network servers, devices, services and other IT resources. Zabbix is an all-in-one monitoring solution that allows users to collect, store, manage, and analyze information received from IT infrastructure, as well as display on-screen, and alert by e-mail, SMS or through integration with ticketing and messaging apps when thresholds are reached. Zabbix allows administrators to recognize server and device problems within a short period of time and therefore reduces the system downtime and risk of system failure. The monitoring solution is being actively used by SMBs and large enterprises across all industries and almost in every country of the world.
Package | Version | License |
---|---|---|
Zabbix Proxy | 6.4.1 | GNU GPLv2 |
OpenJDK | 1.8.0.362 | GNU GPLv2 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Zabbix Proxy 6.4 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Zabbix Proxy 6.4 Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "zabbix-zabbixproxy64"}' \
"https://api.digitalocean.com/v2/droplets"
After the deployment of the Zabbix One-Click application as a new droplet, please connect to your Zabbix proxy via SSH and configure Zabbix proxy by following these instructions.
Further information can be found at: