##常用的运维功能shell脚本
auto.sh
#启动jar包脚本,jar包需要放置在 /data/service 目录,需要在Jvm_port中配置相关信息。
Jvm_port.txt
#auto.sh配置脚本
boot-deploy.sht
#发布脚本
check_log.sh
#日志监控脚本,会将日志通过告警机器人接口上传数据
check_log.txt
#日志监控脚本的配置文件
init.sh
#系统初始化脚本
install.sh
#系统初始化安装脚本
prometheus_push.sh
#将从prometheus_list.txt配置文件中逐条取数据并上传到pushgateway上。
prometheus_push.txt
#prometheus_push配置文件
prometheus_scan.sh
#将扫描本机的所有prometheus接口,符合规范将写入prometheus_list.txt配置文件
remove.sh
#linux 回收站
update.sh
#自动更新脚本将自动比对线上和线下的脚本md5,不一致将从线上更新脚本。
update_shell.txt
#update.sh配置文件
ssh_link.sh
#用于建立ssh隧道的脚本,实践发现service监听方式有时候莫名其妙断了不能重连,所以用脚本死循环连接。