Skip to content

Commit

Permalink
Update to check_mk_agent version 2.1.0p10
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2022
1 parent 95634ee commit 2d0d1eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.8.2003
FROM centos:7.9.2009

LABEL name="check_mk_agent" \
maintainer="EEA DIS1 http://www.eea.europa.eu" \
Expand All @@ -9,11 +9,11 @@ COPY files /files
RUN set -e \
&& /usr/bin/yum -y install epel-release \
&& /usr/bin/yum -y install xinetd \
&& chmod 740 /files/check-mk-agent-1.6.0p12-1.noarch.rpm \
&& yum localinstall -y /files/check-mk-agent-1.6.0p12-1.noarch.rpm \
&& chmod 740 /files/check-mk-agent-2.1.0p10-1.noarch.rpm \
&& yum localinstall -y /files/check-mk-agent-2.1.0p10-1.noarch.rpm \
&& yum clean all \
&& cp /files/mk_logwatch /usr/lib/check_mk_agent/plugins/ \
&& cp /files/check_mk /etc/xinetd.d/ \
&& cp /files/check-mk-agent /etc/xinetd.d/ \
&& cp /files/logwatch.cfg /etc/check_mk/ \
&& cp /files/mk_logins /usr/lib/check_mk_agent/plugins/ \
&& chmod 744 -R /usr/lib/check_mk_agent/plugins/ \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eea.docker.check-mk-agent
Docker image is based on the community edition - Check_MK Raw Edition
Docker container running check_mk_agent-1.60p12 and xinetd.
Docker container running check_mk_agent-2.10p10 and xinetd.
Easily install check-mk-agent on docker hosts.
Base image - centos version 7.8.2003 and still using xinetd.
Configuration for logwatch plugin added.
Expand Down
Binary file removed files/check-mk-agent-1.6.0p12-1.noarch.rpm
Binary file not shown.
Binary file added files/check-mk-agent-2.1.0p10-1.noarch.rpm
Binary file not shown.

0 comments on commit 2d0d1eb

Please sign in to comment.