监控端操作#!/bin/bash#安装zabbix+LNMP#lnmp(){#关闭防火墙&核心安全功能systemctlstopfirewalld.servicesystemctldisablefirewalld.service&>/dev/nullsetenforce0sed-i"7cSELINUX=disabled"/etc/sysconfig/selinux#yum安装
分类:
其他好文 时间:
2020-02-07 15:11:33
阅读次数:
79
监控端操作基于LAMP架构部署Zabbix```bash#!/bin/bash#基于LAMP架构安装Zabbix#lamp(){#关闭防火墙&核心安全功能systemctlstopfirewalld.servicesystemctldisablefirewalld.service&>/dev/nullsetenforce0sed-i"7cSELINUX=disabl
分类:
其他好文 时间:
2020-02-06 18:14:34
阅读次数:
85
一、部署环境 1.1 安装依赖包 1.2 安装mysql 1.3 安装apache2 二、安装zabbix服务 2.1 安装 zabbix-server-mysql 2.2 zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql - ...
分类:
其他好文 时间:
2020-02-05 23:22:17
阅读次数:
460
#!/bin/bash#简易安装zabbix+LNMP#lnmp(){#关闭防火墙&核心安全功能systemctlstopfirewalld.servicesystemctldisablefirewalld.service&>/dev/nullsetenforce0sed-i"7cSELINUX=disabled"/etc/sysconfig/selinux#yum安装ngi
分类:
其他好文 时间:
2020-02-03 11:52:34
阅读次数:
92
Zabbix部署实验环境:CentOS7-2:192.168.18.147(监测端:部署安装zabbix)CentOS7-3:192.168.18.128(被监测端)监测端操作:[root@cacti~]#systemctlstopfirewalld.service#关闭防火墙功能[root@cacti~]#systemctldisablefirewalld.service#开机禁用防火墙功能Re
分类:
其他好文 时间:
2020-02-01 23:36:18
阅读次数:
115
1. 基本说明 操作系统:centOS7 安装版本:zabbix 4.4 官方网站:https://www.zabbix.com/cn/download Mysql版本:5.7 2. 安装Zabbix 2.1. 下载包 其实zabbix的官网已经有安装步骤,只是不很详细,在此补充下。 2.2. 更新 ...
分类:
其他好文 时间:
2020-01-23 16:54:05
阅读次数:
343
1.1. 安装启动 安装前先更新yum源 # yum -y install zabbix-agent # systemctl restart zabbix-agent 1.2. 修改配置 修改配置文件:/etc/zabbix/zabbix_agentd.conf LogFile=/var/log/z ...
分类:
其他好文 时间:
2020-01-23 16:42:53
阅读次数:
77
监控系统在运维自动化里的角色,可以用下面三点来概括: 1、监控数据收集及可视化 2、异常数据报警 3、和其他系统协同工作。 使用zabbix时,一般需要在被监控的服务器上安装Zabbix Agent,Zabbix Server 会和Zabbix Agent进行过通信,获取监控数据,这是Zabbix监 ...
分类:
其他好文 时间:
2020-01-08 19:14:57
阅读次数:
88
https://www.jianshu.com/p/6b8a08d6f941 1、Zabbix介绍 Zabbix功能 Zabbix应用 2、zabbix安装教程 安装包安装Zabbix docker方式安装Zabbix 3、使用教程 添加监控 告警设置 1、Zabbix介绍 Zabbix简介 Zab ...
分类:
其他好文 时间:
2020-01-05 19:02:52
阅读次数:
97
一:安装zabbix服务端 1.部署准备 命令:iptables -F #关闭防火墙命令:systemctl stop firewalld #关闭防火墙 设置解析,自建yum源 命令:cd /etc/yum.repos.d/ 命令:curl -o /etc/yum.repos.d/CentOS-Ba ...
分类:
Web程序 时间:
2020-01-02 17:12:28
阅读次数:
110