Hi Zabbix Help.
My first post here.
I'm looking for a Nginx configuration for Zabbix 4.0, but I can't find nothing on the Internet that might help. There some tutorials, but the majority are directed to Zabbix 2.3 or Zabbix 3.0. I also didn't found anything useful on official...
Search Result
Collapse
26 results in 0.0032 seconds.
Keywords
Members
Tags
-
Nginx 1.17 configuration for Zabbix 4.0
-
Discussion thread for official Zabbix Template Nginx
This thread is designed to provide grounds for discussion of the upcoming official Zabbix Template for Nginx.
The template and details of the template is available in GIT repository.
https://git.zabbix.com/projects/ZBX/...pp/nginx_agent
https://git.zabb...Last edited by AlexL; 23-12-2020, 11:17. -
RPM 4.2.3-1 depends on httpd?
On CentOS Linux release 7.6.1810 zabbix depends on "httpd for package: zabbix-web-4.2.3-1.el7.noarch"
How to install webui without Apache? (Nginx required here)
Who is rpm-maintainer? This behaveour is not correct.
...Code:========================================================================================
-
Out-of-the-box templates for Nginx and Apache
Hi all
Here is the first version of templates for Apache and Nginx that would be officially included in next Zabbix release as soon as they are ready.
Feedback, comments, testing are welcome.
Readme for Apache templates:
https://github.com/v-zhuravlev/zbx_templ... -
мониторинг кодов 200 502 503 nginx
всем привет, кто как мониторит коды ответов в логах nginx?... -
Zabbix 4: Миграция с php54 на php73
Привет. Хочу обновить php на сервере Zabbix.
Какова стандартная процедура миграции?
Какие файлы надо править после установки пакетов 7 версии php?
Каков шанс сломать сам заббикс, изменив версию php?- CentOS Linux release 7.5.1804 (Core)
- Linux localhost.localdomain 4.19.0-1.el7.elrepo.x86_64
- PHP
-
Помогите с тригером по Nginx
Добрый день,
пытаюсь настроить триггер по ошибкам... -
Can't login in web UI running on Nginx+PHP-FPM
Zabbix from Ubuntu 14.04 repositories was used (I tried to test web UI from latest version and it's has same problem). No errors was reported while setup. But I can access web UI only as guest. Error form displayed with options to login and view dashboard as guest. The problem is login option doesn't... -
отслеживание кол-ва обращений к странице
Добрый день!
Имеется сервер nginx+phpfpm+бд.
Необходимо отслеживать количество обращений к конкретной странице на сайте.
Адрес страницы выглядит примерно так:
http://domain.com/somefolder/somescrip.php
Думал сделать...Last edited by vakym; 08-08-2013, 19:51. -
Zabbix frontend behind nginx proxy
This is my first post so forgive me if I did something wrong.
I currently have the following configuration:
A proxy host in DMZ running Nginx.
A server running zabbix frontend and zabbix server.
The nginx is configured as follows:
server {
... -
Running Zabbix Web UI with nginx and php-fpm
Hi everyone,
we are currently running Zabbix Web UI under Apache and would like to switch to nginx and php-fpm.
Does anyone on the forum have a working configuration for this setup that he/she would share with me? I have searched the web for examples, but only found two...