
Zabbix
Las_wang
一个菜鸟程序员的成长之路。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Navcat不被允许远程连接解决方案
在linux/mysql/bin目录下执行 mysql -u root -p登录mysql 之后 1.授权mysql>grant all privileges on *.* to 'root'@'%' identified by 'yourpassword' with grant option;mysql>flush privileges``2.修改my.cnf添加bin原创 2018-01-19 22:17:33 · 673 阅读 · 0 评论 -
ZABBIX3.4 怎么部署 linux 客户端
1.切换源 2.yum install zabbix-agent -y 3.之后到/etc/zabbix/.conf配置 serverip activeserver 这两个写zabbix server ip ,hostname写客户端ip 4.在zabbix server 后台添加主机,进行监控...原创 2018-04-11 15:44:05 · 461 阅读 · 0 评论