version: '3' services: zabbix-mysql: image: mysql:5.7 hostname: zabbix-mysql restart: always networks: - zabbix-net ports: - "3306:3306" command: --ch ...
分类:
其他好文 时间:
2021-03-01 13:11:33
阅读次数:
0
ubuntu16.04安装Grafana 1.在Grafana官网查看最新版本。 2.输入以下命令,执行安装。 wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.1.3_amd64.deb sudo ...
分类:
系统相关 时间:
2021-02-23 14:09:53
阅读次数:
0
2021/2/9_第1次修改 ccb_warlock 在很多年前整理过的容器监控方案(https://www.cnblogs.com/straycats/p/9281889.html)中,曾经采用在docker swarm中运行cAdvisor、Prometheus、Grafana来实现对容器与宿主 ...
分类:
Web程序 时间:
2021-02-10 13:23:16
阅读次数:
0
一、查找镜像 1 docker search prometheus 2 docker search node-exporter 二、下载镜像 1 docker pull prom/prometheus 2 docker pull prom/node-exporter 三、验证下载的镜像是否存在 do ...
分类:
其他好文 时间:
2021-02-10 12:50:05
阅读次数:
0
该报警方式提前说明:(1)该方式可以实现zabbix免费电话报警以及微信、短信、邮件报警,但有数量限制。详见如下:如数量不能满足需要以及人员需要,可以考虑购买收费版。(2)毕竟是免费版,电话通知要省着点用,建议电话通知都是非上班时间,加上服务器稳定不出什么问题,免费的50条报警也可以满足需要,如果你 ...
分类:
其他好文 时间:
2021-02-09 11:43:25
阅读次数:
0
[root@Server-qnrsyp system]# wget --no-check-certificate https://dl.grafana.com/oss/release/grafana_7.3.7_amd64.deb --2021-02-02 00:21:25-- https://dl ...
分类:
其他好文 时间:
2021-02-02 11:34:53
阅读次数:
0
1.在被监控主机安装好MySQL 相关步骤省略。 2.创建监控所需要的MySQL账户(MySQL服务器端) 1 2 MariaDB [(none)]>grant usage on *.* to zabbix@192.168.10.100 identified by '123456'; MariaDB ...
分类:
数据库 时间:
2021-01-25 10:58:33
阅读次数:
0
1、配置 /etc/grafana/grafana.ini,配置信息如下: [smtp] enabled = true host = smtp.163.com:25 user = frankpico@163.com # If the password contains # or ; you have ...
分类:
其他好文 时间:
2021-01-18 11:24:48
阅读次数:
0
注:使用kube-prometheus安装非常方便,前面的prometheus+grafana+metrics-server都不用安装,已经集成在里面。 1、clone github地址 git clone https://github.com/coreos/kube-prometheus.git ...
分类:
Web程序 时间:
2021-01-14 11:25:19
阅读次数:
0
在运维过程中经常会统计一些指标以图形化的方式展现,可用的开源软件比较多,本文记录一下grafana和influxdb使用 一、grafana和influxdb安装 grafana和influxdb安装比较简单,直接下载rpm包安装就行 grafana-4.4.3-1.x86_64.rpm influ ...
分类:
数据库 时间:
2021-01-14 11:09:33
阅读次数:
0