Change dockerfile from centos7 to anolis8.8

This commit is contained in:
LINxiansheng
2023-09-10 12:40:35 +00:00
committed by ob-robot
parent 0cedfb8ea9
commit eea808932d
2 changed files with 9 additions and 7 deletions

View File

@ -10,9 +10,9 @@ obagent:
# The working directory for obagent. obagent is started under this directory. This is a required field.
home_path: /root/obagent
# The port that pulls and manages the metrics. The default port number is 8088.
server_port: 8088
monagent_http_port: 8088
# Debug port for pprof. The default port number is 8089.
pprof_port: 8089
mgragent_http_port: 8089
# Log level. The default value is INFO.
log_level: INFO
# Log path. The default value is log/monagent.log.