🔨 chore: install script
This commit is contained in:
parent
642ab5daae
commit
09c20413c0
@ -1,6 +1,6 @@
|
|||||||
# 哪吒监控
|
# 哪吒监控
|
||||||
|
|
||||||
   
|
   
|
||||||
|
|
||||||
:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP(SSL 证书变更、即将到期、到期)、TCP、Ping 监控报警,命令批量执行和计划任务。
|
:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP(SSL 证书变更、即将到期、到期)、TCP、Ping 监控报警,命令批量执行和计划任务。
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ NZ_BASE_PATH="/opt/nezha"
|
|||||||
NZ_DASHBOARD_PATH="${NZ_BASE_PATH}/dashboard"
|
NZ_DASHBOARD_PATH="${NZ_BASE_PATH}/dashboard"
|
||||||
NZ_AGENT_PATH="${NZ_BASE_PATH}/agent"
|
NZ_AGENT_PATH="${NZ_BASE_PATH}/agent"
|
||||||
NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service"
|
NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service"
|
||||||
NZ_VERSION="v0.4.5"
|
NZ_VERSION="v0.4.6"
|
||||||
|
|
||||||
red='\033[0;31m'
|
red='\033[0;31m'
|
||||||
green='\033[0;32m'
|
green='\033[0;32m'
|
||||||
@ -182,7 +182,7 @@ install_agent() {
|
|||||||
fi
|
fi
|
||||||
tar xf nezha-agent_linux_${os_arch}.tar.gz &&
|
tar xf nezha-agent_linux_${os_arch}.tar.gz &&
|
||||||
mv nezha-agent $NZ_AGENT_PATH &&
|
mv nezha-agent $NZ_AGENT_PATH &&
|
||||||
rm -rf README.md
|
rm -rf nezha-agent_linux_${os_arch}.tar.gz README.md
|
||||||
|
|
||||||
modify_agent_config 0
|
modify_agent_config 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user