Skip to content

Commit

Permalink
Update syslogng to 4.1.1-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 16, 2023
1 parent 1446896 commit 3e68407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ARG LIBRENMS_VERSION="23.5.0"
ARG WEATHERMAP_PLUGIN_COMMIT="0b2ff643b65ee4948e4f74bb5cad5babdaddef27"
ARG ALPINE_VERSION="3.18"
ARG SYSLOGNG_VERSION="4.1.1-r2"

FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3
Expand Down Expand Up @@ -67,7 +68,6 @@ RUN apk --update --no-cache add \
rrdtool \
runit \
shadow \
syslog-ng=3.38.1-r0 \
ttf-dejavu \
tzdata \
util-linux \
Expand Down Expand Up @@ -95,6 +95,9 @@ RUN apk --update --no-cache add \
&& setcap cap_net_raw+ep /usr/lib/monitoring-plugins/check_icmp \
&& setcap cap_net_raw+ep /usr/lib/monitoring-plugins/check_ping

ARG SYSLOGNG_VERSION
RUN apk --update --no-cache add syslog-ng=${SYSLOGNG_VERSION}

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
LIBRENMS_PATH="/opt/librenms" \
LIBRENMS_DOCKER="1" \
Expand Down
2 changes: 1 addition & 1 deletion rootfs/etc/syslog-ng/syslog-ng.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version:3.38
@version:4.1

options {
chain_hostnames(off);
Expand Down

0 comments on commit 3e68407

Please sign in to comment.