mongodb实时监控 mongostat insert query update delete getmore command dirty used flushes vsize res qrw arw net_in net_out conn time *0 *0 *0 *0 0 1|0 0.0% ...
分类:
数据库 时间:
2019-02-17 11:03:37
阅读次数:
241
问题1:Zabbix poller processes more than 75% busy 解决: 1、修改配置文件: # vim /etc/zabbix/zabbix_server.conf StartPollers=15 (默认值为5,修改此行值为 5<n<1000 的值,具体数值根据业务需求 ...
分类:
其他好文 时间:
2019-02-15 19:48:10
阅读次数:
318
安装数据库yuminstall-ymariadb-servermysql中创建连接用户mysqlcreatedatabasezabbixcharactersetutf8;grantallonzabbix.to‘zbxuser‘@‘172.16.%.%‘identifiedby‘zbxpass‘;grantallonzabbix.to‘zbxu
分类:
其他好文 时间:
2019-02-15 19:43:21
阅读次数:
182
CentOS6.8搭建zabbix平台:安装httpd:yuminstallhttpd安装mysql:yuminstallmysql-serverservicemysqldstartmysql-urootupdateusersetpassword=password(‘xxxxx‘)whereuser=‘root‘;flushprivileges;exitmysql-
分类:
其他好文 时间:
2019-02-15 19:34:59
阅读次数:
234
centos 7 中安装 mysql 5.7 环境说明: 查看centos的版本:cat /etc/redhat-release 安装和配置步骤: 下载 mysql 源安装包: sudo curl -LO http://dev.mysql.com/get/mysql57-community-rele ...
分类:
数据库 时间:
2019-02-15 18:08:12
阅读次数:
195
zabbix自定义web检测 本博客使用zabbix 版本 4.0.3 Web监控的原理 Web监控即对HTTP服务的监控,模拟用户去访问网站,对特定的结果进行比较,如状态码、返回字符串等特定的数据进行比较和监控,从而判断网站Web服务的可用性 大体步骤包括首页->登录->检测登录->退出->检测退 ...
分类:
Web程序 时间:
2019-02-15 14:01:35
阅读次数:
397
#!/usr/bin/python#coding:utf-8importurllib2importjsonimportargparseimportxlrddefauthenticate(url,username,password):values={‘jsonrpc‘:‘2.0‘,‘method‘:‘user.login‘,‘params‘:{‘user‘:username,‘password‘:p
分类:
其他好文 时间:
2019-02-15 13:12:07
阅读次数:
341
zabbix通过excel批量添加主机本次批量添加针对监控**网络设备**,监控介质通过snmp方式。不需要再一次一次添加每个网络设备。只需要编写excel表格,即可一键添加监控。安装excelpython模块xlrdyum-yinstallepel-releaseyum-yinstallpython-pippipinstall--upgradepippipinstallxlrd准备excel表格
分类:
其他好文 时间:
2019-02-15 09:14:25
阅读次数:
174
zabbix 4 官方:https://www.zabbix.com/ 一 简介 Monitor anythingSolutions for any kind of IT infrastructure, services, applications, resources 监控一切 Enterpris ...
分类:
其他好文 时间:
2019-02-15 01:30:21
阅读次数:
218
centos6.8下redis的安装和配置 下载、安装 在redis官网可以获取到最新版本的redis 进入/usr/local/目录,执行如下命令 执行make构建redis时报如下错误,这是因为没有安装gcc,执行如下命令即可解决 错误: make[3]: gcc:命令未找到解决: yum in ...
分类:
其他好文 时间:
2019-02-14 20:27:31
阅读次数:
307