MySQL 官方参考手册:https://dev.mysql.com/doc/refman/5.7/en/installing.html 1、Windows 上安装 MySQL 步骤一:下载 MySQL Installer(适用于Windows),并让它安装和配置系统上的所有 MySQL 产品。 下 ...
分类:
数据库 时间:
2019-01-05 15:11:16
阅读次数:
294
``` # # Zabbix monitoring system php web frontend # Alias /zabbix /usr/share/zabbix Options FollowSymLinks AllowOverride None Require all granted php_... ...
分类:
Web程序 时间:
2019-01-05 11:14:23
阅读次数:
225
参考链接:https://www.cnblogs.com/hongwest/p/7298257.html 到MongoDB官网下载对应版本的安装包: https://www.mongodb.com/download-center?jmp=nav#community 一路next之后安装完成,重点是接 ...
分类:
数据库 时间:
2019-01-04 17:10:28
阅读次数:
178
echo mntr | nc 127.0.0.1 2181获取mntr的信息 换成conf将获得conf信息,从中找出需要监控项 ...
分类:
其他好文 时间:
2019-01-04 15:33:57
阅读次数:
248
官方文档 https://www.zabbix.com/documentation/3.4/zh/manual/installation/requirements 简介: zabbix([`zæbiks])是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。zabbix能 ...
分类:
其他好文 时间:
2019-01-02 21:12:10
阅读次数:
209
Centos7.5 部署zabbix server 3.4 [root@localhost src]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost src]# pwd /usr/local/ ...
分类:
其他好文 时间:
2019-01-02 15:15:10
阅读次数:
446
zabbix历史数据相关表研究 history和trends相关表 history和trends都是存储历史数据的地方。一般是通过监控项(item)配置里、匹配更新监控项(item)和设置HouseKeeper tasks来设置保留数据的时长。 Housekeeper 会定期删除过期的数据。如果不是 ...
分类:
其他好文 时间:
2019-01-02 12:45:59
阅读次数:
161
Elastic Search 安装和配置 1.下载 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.3.tar.gz 2.解压 tar -vxf elasticsearch-6.5.3.tar.g ...
分类:
其他好文 时间:
2018-12-31 14:40:40
阅读次数:
183
首先介绍一下个人的安装环境是Linux-centos7; 一、安装和配置rabbitmq的准备工作: 下载erlang: wget http://www.rabbitmq.com/releases/erlang/erlang-18.3-1.el7.centos.x86_64.rpm 下载rabbit ...
分类:
其他好文 时间:
2018-12-30 22:23:48
阅读次数:
747
监控系统 zabbix zabbix-server 在搭建zabbix之前,首先我们需要搭建好LAMP环境(当然大神们也可以挑战自我选择用nginx,但是其配置会复杂很多) 1.关闭selinux setenforcce 0 vim /etc/selinux/config 2.安装php(这里选择最 ...
分类:
其他好文 时间:
2018-12-29 15:59:28
阅读次数:
205