Skip to content
Snippets Groups Projects
Commit 28f4db5c authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

exclude lists from check

parent 5618189b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,13 @@ RUN cd /opt/ \
RUN cd /opt/ \
&& git clone https://github.com/matteocorti/check_rbl.git \
&& cd /opt/check_rbl/ \
&& git checkout v1.6.3
&& git checkout v1.7.6 \
&& sed -i '/server=cbl.abuseat.org/d' /opt/check_rbl/check_rbl.ini \
&& sed -i '/server=pbl.spamhaus.org/d' /opt/check_rbl/check_rbl.ini \
&& sed -i '/server=xbl.spamhaus.org/d' /opt/check_rbl/check_rbl.ini \
&& sed -i '/server=sbl.spamhaus.org/d' /opt/check_rbl/check_rbl.ini \
&& sed -i '/server=sbl-xbl.spamhaus.org/d' /opt/check_rbl/check_rbl.ini \
&& sed -i '/server=zen.spamhaus.org/d' /opt/check_rbl/check_rbl.ini
# prom2json -- needed for check_metric_value
RUN cd /opt/ \
......
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