Skip to content
Snippets Groups Projects
Commit 038d0cea authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add zabbix plugin to uwsgi

Allow to send metrics to a zabbix server

JIRA INFRA-614 #action In Progress
parent 3f50008d
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment