diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ecfd92d..404df54 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + - + - - + + - + @@ -70,8 +70,8 @@ @@ -351,7 +351,7 @@ - @@ -366,7 +366,7 @@ - + @@ -380,7 +380,7 @@ - + @@ -587,13 +587,6 @@ - - - - - - - @@ -604,5 +597,12 @@ + + + + + + + \ No newline at end of file diff --git a/package/Dockerfile b/package/Dockerfile index 8846836..1cbb58a 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -70,7 +70,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN=true ENV SPLUNK_CONNECT_METHOD=hec RUN source scl_source enable rh-python36 ; curl -fsSL https://goss.rocks/install | sh -COPY goss.yaml /goss/goss.yaml +COPY goss.yaml /etc/goss.yaml COPY --from=0 /opt/syslog-ng /opt/syslog-ng COPY scripts/splunkmetrics.sh /opt/syslog-ng/sbin/splunkmetrics.sh @@ -90,4 +90,4 @@ ENV SPLUNK_CONNECT_METHOD=UF ENTRYPOINT ["/sbin/entrypoint.sh", "--"] -HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yaml validate \ No newline at end of file +HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /etc/goss.yaml validate \ No newline at end of file