From 8d59602a75174fa4227536387f9a9293b519bf70 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 1 Mar 2019 13:57:21 +0000 Subject: [PATCH] tweaking --- docker/ews/Dockerfile | 2 +- docker/ews/dist/ews.cfg | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docker/ews/Dockerfile b/docker/ews/Dockerfile index 26e3b98d..a21d039e 100644 --- a/docker/ews/Dockerfile +++ b/docker/ews/Dockerfile @@ -20,7 +20,7 @@ RUN apk -U --no-cache add \ py-requests \ py-setuptools && \ pip install --no-cache-dir -U pip && \ - pip install --no-use-pep517 --no-cache-dir pyOpenSSL && \ + pip install --no-cache-dir pyOpenSSL && \ # Setup ewsposter git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \ diff --git a/docker/ews/dist/ews.cfg b/docker/ews/dist/ews.cfg index a9c437c5..0c37928a 100644 --- a/docker/ews/dist/ews.cfg +++ b/docker/ews/dist/ews.cfg @@ -126,3 +126,8 @@ logfile = /data/ciscoasa/log/ciscoasa.log tanner = true nodeid = tanner-community-01 logfile = /data/tanner/log/tanner_report.json + +[GLUTTON] +glutton = true +nodeid = glutton-community-01 +logfile = /data/glutton/log/glutton.log