摘要:
在官网下载源码包,公司使用的是4.0版本。将下载好的包放在指定位置,位置可选,我放在/usr/local/src/下面。然后解压~ tar zxf zabbix-4.0.8.tar.gz解压之后,进入文件夹 cd zabbix-4.0.8进入之后,就可以进行编译安装的三大步了。我在安装的时候,缺少g 阅读全文
摘要:
脚本如下: #!/bin/sh #################################################### used to Restart the zabbix_agentd service# script by shell# writed by Deliver# hu 阅读全文
摘要:
脚本如下: #!/bin/sh #################################################### used to Collection CPU Top10 Informatiom# script by shell# writed by Deliver# huc 阅读全文
摘要:
脚本如下: #!/bin/sh #################################################### used to Collection MEMORY Top10 Informatiom# script by shell# writed by Deliver# 阅读全文
摘要:
zabbix3.0 server已自带MySQL的模板了,只需配置好agent客户端,然后在web端主机增加模板就行了。 同时部署: zabbix_agent安装 zabbix_agent客户端操作: 1.数据库用户授权登录mysql mysql> grant all on *.* to zabbi 阅读全文
摘要:
active check configuration update from [192.168.0.43:10051] started to fail (ZBX_TCP_READ() timed out)问题: zabbix-agent上报出错 解决方法: vim /etc/zabbix/zabbi 阅读全文
摘要:
在web端安装zabbix时报错:Cannot connect to the database.Error connecting to database: Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql 阅读全文
摘要:
一.修改数据/应用用户密码1.修改数据库zabbix用户密码: set password for zabbix@localhost = password('88888888')grant all on zabbix.* to zabbix@localhost identified by '88888 阅读全文
摘要:
上周内容回顾 软件开发目录规范 1.面条版代码2.函数版代码3.模块版代码 软件开发目录规范 面向对象版代码 socket模块 能够让代码程序之间实现网络通信(OSI七层、TCP与UDP) 前端三剑客之HTML 超文本标记语言 是构建网页的骨架html head body h p div span 阅读全文