监控软件zabbix之安装

本文涉及的产品
RDS MySQL Serverless 基础系列,0.5-2RCU 50GB
云数据库 RDS MySQL,集群系列 2核4GB
推荐场景:
搭建个人博客
云数据库 RDS PostgreSQL,集群系列 2核4GB
简介:

1.搭建LAMP环境和安装系统依赖包

[root@tong3 ~]# yum install gcc gcc-c++ crul crul-devel mysql mysql-server httpd php-gd php php-xml php-mbstring net-snmp snmp net-snmp-devel php-mysql php-bcmath -y

[root@tong3 ~]# cd /etc/httpd/conf
[root@tong3 conf]# vim httpd.conf

ServerName localhost

DirectoryIndex index.php index.html index.html.var

AddType application/x-httpd-php .php

[root@tong3 conf]# vim /var/www/html/index.php

<?php
phpinfo();
?>

[root@tong3 conf]# vim /etc/php.ini 

date.timezone = "Asia/Shanghai"

[root@tong3 conf]# /etc/init.d/httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd:                                            [  OK  ]
[root@tong3 conf]# /etc/init.d/mysqld restart
Shutting down MySQL... SUCCESS! 
Starting MySQL.. SUCCESS! 
[root@tong3 conf]#

测试:

wKiom1UczTLhXEHsAARvBLzf9YI325.jpg

 

2.下载安装zabbix软件

[root@tong3 ~]# wget http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.4/zabbix-2.4.4.tar.gz

[root@tong3 ~]# tar xvf zabbix-2.4.4.tar.gz

[root@tong3 ~]# mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.6.21-log MySQL Community Server (GPL)

Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> create database zabbix character set utf8;
Query OK, 1 row affected (0.00 sec)

mysql> grant all privileges on zabbix.* to zabbix@'localhost' identified by 'system';
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql>\u zabbix

mysql> source /root/zabbix-2.4.4/database/mysql/schema.sql;

mysql> source /root/zabbix-2.4.4/database/mysql/images.sql;

mysql> source /root/zabbix-2.4.4/database/mysql/data.sql;

mysql> exit
Bye

[root@tong3 ~]# cd zabbix-2.4.4

[root@tong3 zabbix-2.4.4]# ./configure  --prefix=/usr/local/zabbix-2.4.4 --enable-server --enable-agent --with-net-snmp --with-libcurl --enable-proxy --with-mysql=/usr/bin/mysql_config

[root@tong3 zabbix-2.4.4]# make && make install

[root@tong3 zabbix-2.4.4]# vim /etc/services

zabbix-agent    10050/tcp               # client
zabbix-agent    10050/udp               #
zabbix-trapper  10051/tcp               # server
zabbix-trapper  10051/udp               # server

[root@tong3 zabbix-2.4.4]# cd /usr/local/zabbix-2.4.4/sbin/

[root@tong3 sbin]# useradd -r -s /sbin/nologin -u 10050 zabbix

[root@tong3 sbin]# vim ../etc/zabbix_server.conf

DBName=zabbix             --数据库名称

DBUser=zabbix               --数据库用户名

DBPassword=123456      --数据库密码

ListenIP=127.0.0.1          --数据库ip地址

[root@tong3 sbin]# cp -a ~/zabbix-2.4.4/misc/init.d/tru64/zabbix_* /etc/init.d/

[root@tong3 sbin]# chmod +x /etc/init.d/zabbix_agentd 
[root@tong3 sbin]# chmod +x /etc/init.d/zabbix_server

[root@tong3 sbin]# vim /etc/init.d/zabbix_agentd

DAEMON=/usr/local/zabbix-2.4.4/sbin/zabbix_agentd

[root@tong3 sbin]# vim /etc/init.d/zabbix_server

DAEMON=/usr/local/zabbix-2.4.4/sbin/zabbix_server

[root@tong3 sbin]# /etc/init.d/zabbix_agentd start
Zabbix agent started.
[root@tong3 sbin]# /etc/init.d/zabbix_server start
Zabbix server started.

[root@tong3 sbin]# cp -a ~/zabbix-2.4.4/frontends/php /var/www/html/zabbix

[root@tong3 sbin]# cd /var/www/html/

[root@tong3 html]# chown -R apache:apache zabbix/

[root@tong3 html]# vim /etc/php.ini

post_max_size = 16M

max_execution_time = 300

max_input_time = 300

[root@tong3 html]#

图:

wKioL1Uc3OTT8LAEAAOOlunpixo002.jpg

wKiom1Uc26aSIoQaAAS8wfbXJsQ894.jpg

wKioL1Uc3OXQcroMAAO99iKPrnM382.jpg

wKiom1Uc26eCKyO8AAMTxClPLew135.jpg

wKioL1Uc3OaQ52FCAAOYvtQnpMo551.jpg

wKiom1Uc26iBeni1AAL1L5p9euY203.jpg

用户名:admin,密码:zabbix

wKioL1Uc3OeAcEn_AANJ1JAmOe4954.jpg wKioL1Uc4AiTEGmdAAUWPYjEbsY395.jpg










本文转自 z597011036 51CTO博客,原文链接:http://blog.51cto.com/tongcheng/1627641,如需转载请自行联系原作者
相关实践学习
如何在云端创建MySQL数据库
开始实验后,系统会自动创建一台自建MySQL的 源数据库 ECS 实例和一台 目标数据库 RDS。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助 &nbsp; &nbsp; 相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
目录
相关文章
|
20天前
|
监控 安全 Linux
在Linux中,zabbix如何监控脑裂?
在Linux中,zabbix如何监控脑裂?
|
10天前
|
监控 关系型数据库 MySQL
zabbix agent集成percona监控MySQL的插件实战案例
这篇文章是关于如何使用Percona监控插件集成Zabbix agent来监控MySQL的实战案例。
23 2
zabbix agent集成percona监控MySQL的插件实战案例
|
10天前
|
监控 前端开发 数据库连接
Zabbix 5.0 LTS的web界面安装及修改zabbix web管理员的默认密码
这篇文章是关于如何安装Zabbix 5.0 LTS的web界面以及如何修改Zabbix web管理员默认密码的教程。
33 1
|
28天前
|
监控 关系型数据库 MySQL
如何在 Ubuntu 16.04 上安装和配置 Zabbix 以安全监控远程服务器
如何在 Ubuntu 16.04 上安装和配置 Zabbix 以安全监控远程服务器
14 0
|
1月前
|
SQL 监控 分布式数据库
【解锁数据库监控的神秘力量!】OceanBase社区版与Zabbix的完美邂逅 —— 揭秘分布式数据库监控的终极奥秘!
【8月更文挑战第7天】随着OceanBase社区版的普及,企业广泛采用这一高性能、高可用的分布式数据库。为保障系统稳定,使用成熟的Zabbix监控工具对其进行全方位监控至关重要。本文通过实例介绍如何在Zabbix中配置监控OceanBase的方法,包括创建监控模板、添加监控项(如TPS)、设置触发器及图形展示,并提供示例脚本帮助快速上手。通过这些步骤,可以有效监控OceanBase状态,确保业务连续性。
53 0
|
3月前
|
监控 数据库 Docker
Zabbix监控神通数据库教程
**摘要:** 本文介绍了如何使用Docker安装和配置神舟通用数据库,并利用Zabbix进行监控。首先,通过Docker安装数据库镜像,启动容器并映射端口。接着,使用默认凭证连接数据库并验证安装。然后,将数据库的Python模块和库文件复制到主机,并安装Python3.5及相应模块,创建外部检查脚本以实现Zabbix的监控功能。示例展示了查询数据库版本的监控指标配置。最后,提到了监控结果的界面展示,并邀请读者探索更多Zabbix监控技巧。
48 0
Zabbix监控神通数据库教程
|
2月前
|
域名解析 缓存 监控
安装zabbix时报错Could not resolve host: mirrors.huaweicloud.com;Unknown error解决办法
安装zabbix时报错Could not resolve host: mirrors.huaweicloud.com;Unknown error解决办法
|
2月前
|
监控 关系型数据库 应用服务中间件
Linux zabbix监控 软件的安装
Linux zabbix监控 软件的安装
|
4月前
|
存储 SQL 监控
修改Zabbix源码实现监控数据双写,满足业务需求!
虽然对接Elasticsearch后有诸多好处,但是它不往数据库写历史数据了,同时还不再计算趋势数据了。有这么一个场景...
修改Zabbix源码实现监控数据双写,满足业务需求!
|
4月前
|
数据采集 监控 数据库
OceanBase社区版可以通过Zabbix监控
OceanBase社区版可以通过Zabbix监控
218 4

推荐镜像

更多