1.docker启动pushgateway
docker run -itd --name PushGateway -p 9091:9091 prom/pushgateway
2.服务器内编写脚本监控网络并将格式转化为prometheus支持的
```yaml
#!/bin/bash
#
#####################################
#@brief 功能:监控网路丢包率和延迟 -s 是一个ping包的大小 -W 是延迟timeout -c 是发生多少数据包
#@author xiajing
#@version 1.0
#@date 2021/01/13
#@log no
#####################################
#shell Env
#ping发包数
c_times=200
#IP列表数组
ip_arr=( 118.193.x.x)
for (( i = 0; i < $