#下载Mysql5.6https://dev.mysql.com/downloads/file/?id=487423#安装依赖包yuminstall-ygccgcc-c++maketaropensslopenssl-develcmakencuresesncurses-devel#新建mysql用户useradd-s/sbin/nologinmysql#解压并编译tar-zxvfcmake-DCMA
分类:
数据库 时间:
2019-08-10 09:35:31
阅读次数:
105
vimlnmp.php<?php$link=mysqli_connect(‘127.0.0.1‘,‘root‘,‘*****‘);if(!$link){echo‘mysql_connectfall‘;}else{echo‘mysql_connectsuccess‘;}?>
分类:
其他好文 时间:
2019-08-10 09:17:13
阅读次数:
121
#下载nginx1、https://nginx.org/en/download.html?_ga=2.163156028.1417077246.1565310048-1198126668.1565310048#安装依赖库2、yuminstallgccgcc-c++makeautomakeautoconflibtoolpcre*zlibopensslopenssl-devel#编译并安装3、./co
分类:
其他好文 时间:
2019-08-09 15:20:46
阅读次数:
115
chart地址:https://github.com/helm/charts/tree/master/stable/prometheus-redis-exporter 1、下载chart包 2、修改values文件 3、部署 4、grafana https://grafana.com/grafana ...
分类:
其他好文 时间:
2019-08-07 16:13:13
阅读次数:
1338
这篇文章本来是打算使用pmm 进行数据库监控的,但是居然参考官方文档使用docker 运行起来有点问题,所以直接改用 exporter 进行处理,但是比pmm 弱好多 pmm 的参考架构 说明,以上图比较早了, 实际上也可以监控mongodb,同时也是使用exporter处理的,只是pmm 基于gr ...
分类:
数据库 时间:
2019-08-05 20:19:16
阅读次数:
347
Grafana背后的Nginx和Apache Proxy https://ywnz.com/linuxyffq/5590.html 这个网站貌似非常非常好 Grafana背后的Nginx和Apache Proxy 在本文中,我将向你展示如何在Nginx和Apache Web服务器之后部署Grafan ...
分类:
Web程序 时间:
2019-08-04 20:01:39
阅读次数:
218
安装prometheus+grafana监控mysql redis kubernetes等 https://www.cnblogs.com/sfnz/p/6566951.html plug 的模式进行处理. 1.prometheus安装 wget https://github.com/prometh ...
分类:
数据库 时间:
2019-08-03 14:56:24
阅读次数:
89
使用Grafana和Telegraf监视VMware ESXi的方法 使用Grafana和Telegraf监视VMware ESXi的方法 2019-04-03 15:28:30作者:曾秀珠稿源:云网牛站 https://ywnz.com/linuxyffq/4660.html 坐着很牛B 我比较傻 ...
分类:
系统相关 时间:
2019-08-03 11:00:32
阅读次数:
249
一、前言 1、之前的文章中介绍了如何使用smokeping监控全国各省的网络情况: 2、由于之前的文章中给出的IP列表,会出现不可用的情况,本文更新了自动获取IP地址列表的脚本 二、环境准备 | 组件 | 版本 | | | | | OS | Ubuntu 16.04.4 LTS | 三、代码更新日志 ...
分类:
其他好文 时间:
2019-08-02 10:57:03
阅读次数:
371