From 038d0cea1dfb7ed8721cc83065d555799b7ea661 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Mon, 15 Oct 2018 09:03:23 +0200 Subject: [PATCH] Add zabbix plugin to uwsgi Allow to send metrics to a zabbix server JIRA INFRA-614 #action In Progress --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e1467e..11c5d35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ RUN wget https://projects.unbit.it/downloads/uwsgi-2.0.17.1.tar.gz \ && tar xfz uwsgi-2.0.17.1.tar.gz \ && cd uwsgi-2.0.17.1 \ - && UWSGI_EMBED_PLUGINS=graylog2 python uwsgiconfig.py --build + && UWSGI_EMBED_PLUGINS=graylog2,zabbix python uwsgiconfig.py --build COPY requirements.txt /requirements.txt RUN python -m venv /venv \ -- GitLab