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 or messaging systems 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 Server | 6.4.1 | GNU GPLv2 |
Zabbix Agent | 6.4.1 | GNU GPLv2 |
Zabbix Get | 6.4.1 | GNU GPLv2 |
Zabbix Sender | 6.4.1 | GNU GPLv2 |
Zabbix Java Gateway | 6.4.1 | GNU GPLv2 |
NGINX | 1.22.1 | Custom |
MySQL | 8.0.33 | GNU GPLv2 |
PHP | 8.0.20 | PHP License v3.01 |
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 Server 6.4 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Zabbix Server 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-zabbixserver64"}' \
"https://api.digitalocean.com/v2/droplets"
Login in to your Zabbix server via SSH. In the prompt you should see Zabbix web interface username (Admin) and randomly generated password.
Then in a web browser go to https://YourDropletIP and login with Zabbix web interface username name and password.
Further information can be found at: