fix: 修改配置文件内 promtail 组件 systemd 启停命令
This commit is contained in:
@@ -3,8 +3,8 @@ confagent:
|
||||
cmdLine: /opt/nezha/promtail/config.conf
|
||||
config: /opt/nezha/promtail/promtail.yaml
|
||||
defaultIP: 127.0.0.1
|
||||
startCmd: systemctl start nz-promtail
|
||||
stopCmd: systemctl stop nz-promtail
|
||||
startCmd: systemctl start promtail
|
||||
stopCmd: systemctl stop promtail
|
||||
|
||||
logging:
|
||||
config: config/logback-spring.xml
|
||||
|
||||
Reference in New Issue
Block a user