Skip to content

Commit

Permalink
enhance obagent (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star authored Nov 5, 2024
1 parent 396af4b commit 194a412
Show file tree
Hide file tree
Showing 3 changed files with 856 additions and 1 deletion.
1 change: 1 addition & 0 deletions obagent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG VERSION
ARG TARGETPLATFORM
WORKDIR /home/admin/obagent
RUN if [[ ${TARGETPLATFORM} == 'linux/amd64' ]] ; then yum install -y http://mirrors.aliyun.com/oceanbase/community/stable/el/8/x86_64/obagent-${VERSION}.el8.x86_64.rpm ; else yum install -y http://mirrors.aliyun.com/oceanbase/community/stable/el/8/aarch64/obagent-${VERSION}.el8.aarch64.rpm ; fi
ADD conf/monitor_ob.yaml /home/admin/obagent/conf/module_config/monitor_ob.yaml
ADD replace_properties.sh /home/admin/obagent
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

Expand Down
Loading

0 comments on commit 194a412

Please sign in to comment.