File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ COPY package/etc/test_parsers /etc/syslog-ng/test_parsers
73
73
COPY package/etc/local_config /etc/syslog-ng/local_config
74
74
COPY package/etc/local_config /etc/syslog-ng/local_config
75
75
COPY package/sbin/entrypoint.sh /
76
+ COPY package/sbin/healthcheck.sh /
76
77
COPY package/sbin/source_ports_validator.py /
77
78
78
79
ENV SC4S_CONTAINER_OPTS=--no-caps
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ COPY package/lite/etc/config.yaml /etc/syslog-ng/config.yaml
95
95
COPY package/lite/etc/addons /etc/syslog-ng/addons
96
96
97
97
COPY package/sbin/entrypoint.sh /
98
+ COPY package/sbin/healthcheck.sh /
98
99
COPY package/sbin/source_ports_validator.py /
99
100
100
101
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ /usr/sbin/syslog-ng-ctl healthcheck --timeout 5
You can’t perform that action at this time.
0 commit comments