zabbix系列(五) Grafana4.6.3+Zabbix 的安装部署 伟创享 2019-07-31 11:27:18 使用了一段时间Grafana,感觉还挺好用的.部分效果图如下: ​ zabbix的安装步骤请参考以下地址,就不再描述,本章主要记录Grafana的部署 https://blog.csdn.net/wu2700222/article/details/80520085 grafana官网地址:http://docs.grafana.org/installation/rpm/ 从…
一.环境准备 操作系统:CentOS_Server_7.5_x64_1804.iso 部署组件:Zabbix 二.操作步骤: Zabbix_Server安装部署 2.0.安装依赖组件 [root@localhost ~]# yum -y install net-snmp-devel libevent-devel 2.1.创建zabbix用户组和用户 [root@localhost ~]# groupadd zabbix [root@localhost ~]# useradd -r -g zabb…
推荐使用yum来安装 第一步:LAMP平台 zabbix使用php开发的,所以依赖于LAMP或者LNMP平台,由于http+mysql用yum安装及其方便,所以我在这里使用yum安装. yum -y install mysql mysql-server mysql-devel httpd # 安装完成后,修改http配置文件,添加index.php在下面的配置项里面. [root@zabbixminitor mysql]# vim /etc/httpd/conf/httpd.conf Direc…
測试环境 Ubuntu 14.04.1 LTS [服务端安装] 关于安装官方提供了非常具体的安装方法,包含各平台的源代码及包安装.关于其它版本号Linux请參考 https://www.zabbix.com/documentation/2.4/manual/installation/install_from_packages zabbix是C/S架构,所以安装分服务端和client. client仅仅须要安装zabbix-agent.服务端则建议zabbix和agent都安装. 下面为服务端安装…
一.下载zabbix-agent客户端 被监控的主机装在windows server 2012 64位操作系统,被监控端需要安装: http://www.zabbix.com/downloads/3.2.0/zabbix_agents_3.2.0.win.zip 二.配置 下载完zip包,解压后会有两个文件夹bin 和 conf 配置conf文件夹中的zabbix_agentd.win.conf 1.设置Server. ServerActive 和 Hostname Server=172.20.…
1User parameters(用户自定义参数) 1.1配置 描述 详细 备注 简介 1执行zabbix中未预定义的agent check时使用 配置 1)    zabbix agent的配置文件中增加UserParameter参数,并编写接收数据命令行格式如下:UserParameter=<key>,<command> 2)    配置好后重启agent 3)    配置监控项item,item中的key对应UserParameter中的key(用于引用要执行的命令comma…
https://www.zabbix.com/documentation/3.4/manual/config/items/itemtypes/snmp 1Items 1.1creating items index detail note 1 Configuration->hosts 2 Click on Items in the row of the host 3 Click on Create item in the upper right corner of the screen 4 Ent…
https://www.zabbix.com/documentation/3.4/manual/appliance Configuration 1Hosts and host groups Overview: 1Typical Zabbix hosts are the devices you wish to monitor (servers, workstations, switches, etc). 2creating hosts is one of the first monitoring…
1Zabbix_server启动失败 1.1查看日志:vi /var/log/zabbix/zabbix_server.log zabbix_server [23500]: cannot open log: cannot create semaphore set: [28] No space left on device 网上类似: https://www.cnblogs.com/xkus/p/7783630.html 报错原因: kernel.sem参数设置过小, vim /etc/sysct…
1Getting zabbix Four ways of getting: Index Option note 1 Install it from the distribution packages A step-by-step tutorial for installing Zabbix from packages is provided in sub-pages here. Several popular OS distributions have Zabbix packages provi…