上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页
摘要: 启动容器时候加一下 -v /etc/localtime:/etc/localtime,容器里面就会跟host一个时区了 或者 docker-compose.yml添加 volumes: - /etc/localtime:/etc/localtime 阅读全文
posted @ 2020-08-04 15:23 左岸丶 阅读(537) 评论(0) 推荐(0)
摘要: zabbix监控接口状态、执行脚本、发送邮件 一、软件环境安装 server安装 #docker安装 1、创建文件夹 mkdir zabbixcd zabbix 2、创建docker-compose.yml文件 vi docker-compose.yml version: '3'services: 阅读全文
posted @ 2020-08-04 15:20 左岸丶 阅读(2230) 评论(0) 推荐(0)
摘要: 创建目录/data/zabbix 新建docker-compose.yml文件,执行docker-compose up -d 启动后数据库异常的话删掉zabbix库等server重新创建 version: '3'services: zabbix_mysql: container_name: "zab 阅读全文
posted @ 2020-08-04 15:17 左岸丶 阅读(239) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/qianguyihao/p/8485028.html 阅读全文
posted @ 2020-08-02 22:42 左岸丶 阅读(228) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-24 17:46 左岸丶 阅读(2941) 评论(0) 推荐(0)
摘要: 模板地址 https://grafana.com/ 阅读全文
posted @ 2020-07-24 17:43 左岸丶 阅读(1276) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-24 17:17 左岸丶 阅读(710) 评论(0) 推荐(0)
摘要: 1、安装wget http://get.influxdb.org/telegraf/telegraf-0.11.1-1.x86_64.rpmyum localinstall telegraf-0.11.1-1.x86_64.rpm2、启动命令systemctl start telegraf3、配置文 阅读全文
posted @ 2020-07-24 17:09 左岸丶 阅读(284) 评论(0) 推荐(0)
摘要: 老张博客 1、安装 wget https://dl.influxdata.com/influxdb/releases/influxdb-1.0.2.x86_64.rpm yum localinstall influxdb-1.0.2.x86_64.rpm 2、命令 启动命令 systemctl st 阅读全文
posted @ 2020-07-24 16:58 左岸丶 阅读(239) 评论(0) 推荐(0)
摘要: windows监控模板Telegraf & Influx Windows Host Overview1902jmeter模板Apache JMeter Dashboard using Core InfluxdbBackendListenerClient5496linux监控模板Host Dashbo 阅读全文
posted @ 2020-07-24 16:44 左岸丶 阅读(996) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页