File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 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
7373COPY package/etc/local_config /etc/syslog-ng/local_config
7474COPY package/etc/local_config /etc/syslog-ng/local_config
7575COPY package/sbin/entrypoint.sh /
76+ COPY package/sbin/healthcheck.sh /
7677COPY package/sbin/source_ports_validator.py /
7778
7879ENV 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
9595COPY package/lite/etc/addons /etc/syslog-ng/addons
9696
9797COPY package/sbin/entrypoint.sh /
98+ COPY package/sbin/healthcheck.sh /
9899COPY package/sbin/source_ports_validator.py /
99100
100101
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