1.在Windows上创建目录: C:\Windows\zabbix\ 2.下载安装包并解压到新建的目录 3.下载地址:http://www.zabbix.com/downloads/3.0.0/zabbix_agents_3.0.0.win.zip 4.修改配置文件C:\Windows\zabbix\conf\zabbix_agentd.win.conf LogFile=c:\zabbix_agentd.log Server=zabbix server IP Hostname=Windows
参考来源:(官网) https://www.zabbix.com/documentation/3.4/manual/introduction/about 1what’s zabbix? index detail remark 1 An enterprise-class open source distributed monitoring solution 2 Monitor numerous parameters of a network and the health and integrity
zabbix监控搭建 一.搭建LNMP环境(MySQL) 创建数据库以及授权zabbix账户 mysql> create database zabbix character set utf8; mysql> grant all on zabbix.* to zabbix@'%' identified by 'zabbix123'; mysql> grant all on zabbix.* to zabbix@'localhost' identified by 'zabbix123'; m
zabbix获取windows服务器上数据C:\zabbix_agents\conf\zabbix_agentd.win.confUserParameter=conncount,d:\\tools\\online_conncount.bat举例获取 mysql 用户数 @echo off set mysql="D:\tools\mysql.exe" %mysql% --defaults-extra-file=d:\\tools\\my.cnf --default-character-s