Report this

What is the reason for this report?

How to Setup Grafana Server and Zabbix Server in the seme Server

Posted on August 31, 2020

I have Zabbix server and Grafana Server on the same server, they both work correctly over HTTP, which I must do so that both are configured with HTTPS, I have tried to setup NGINX but I get an error of port used. Zabbix Server is already on HTTPS and works perfectly

Tks Livaniel Gonzalez



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @livanielgonzalez,

I believe that by default Zabbix uses Apache, you could check if this is true in your case by running the following command:

  1. netstat -plant

If this is the case, I would recommend using Apache as a reverse proxy for your Grafana as well rather than switching over to Nginx.

You can follow the steps here on how to set that up:

https://www.digitalocean.com/community/tutorials/how-to-use-apache-as-a-reverse-proxy-with-mod_proxy-on-ubuntu-16-04

Let me know how it goes! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.