Skip to content

Commit

Permalink
Merge pull request #88 from bebehei/disable-sshcheck
Browse files Browse the repository at this point in the history
disable check of ssh-service on own container
  • Loading branch information
jjethwa authored Mar 21, 2017
2 parents 8cfb373 + da6fa30 commit c7f4304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ RUN mkdir -p /usr/local/share/icingaweb2/modules/ \
&& unzip -d /usr/local/share/icingaweb2/modules/aws/library/vendor/aws aws.zip \
&& rm aws.zip \
# Final fixes
&& sed -i 's/vars\.os.*/vars.os = "Docker"/' /etc/icinga2/conf.d/hosts.conf \
&& mv /etc/icingaweb2/ /etc/icingaweb2.dist \
&& mkdir /etc/icingaweb2 \
&& mv /etc/icinga2/ /etc/icinga2.dist \
Expand Down

0 comments on commit c7f4304

Please sign in to comment.