Version 4
OS Ubuntu 18.04
The Zeromon Zabbix 1-Click will install the latest version of Zabbix 4.0.x from the Zabbix.com software repositories. Additionally, Apache, PHP, Postfix, UFW, and MariaDB will be pre-configured. All that you will need to do is log in to the Zabbix web interface running on your Droplet in order to start monitoring agents. Certbot is also pre-installed allowing you to quickly and easily set up HTTPS/SSL encryption for your Zabbix web interface.
After deployment of the Zabbix 1-Click, you can verify that the process is complete by simply visiting the IP address or DNS name of your new instance in a web browser. You should see the Zabbix log-in screen asking for a user name and password once it is ready. To log in to your Zabbix web interface, you will need the "Admin" password for the web interface. You must log in to your server via SSH to get this password. Once logged in as the root user via SSH, you should see instructions in the prompt that include the user name (Admin) and randomly generated password, which you will use to log in to your Zabbix web interface.
In addition to creating a Droplet from the Zeromon Zabbix 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB Zeromon Zabbix Droplet in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into 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":"zeromon-zabbix-18-04"}' \
"https://api.digitalocean.com/v2/droplets"