Zabbix部署安装: 系统环境:CentOS 7 Zabbix版本:Zabbix 3.4 systemctl stop firewalld && setenforce 0 rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/3.4/rhel/7/x8 ...
分类:
其他好文 时间:
2018-03-18 21:46:07
阅读次数:
369
一客户端配置1、配置zabbix官方源[root@node11~]#rpm-iUhhttp://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm2、安装agent相关包[root@node11~]#yuminstallzabbix-agentzabbix-sender3、修改配置文件[root@
分类:
其他好文 时间:
2018-03-15 00:29:41
阅读次数:
199
介绍了在CentOS 7上安装配置PostgreSQL及其基本使用
分类:
数据库 时间:
2018-03-14 21:09:17
阅读次数:
365
web服务器1、卸载原来已经存在的httpd2、插入光盘:Benet 5.0所需软件\linux安全及高级应用\rhel-server-6.5-x86_64-dvd.iso3、源码编译安装httpd,下图为: 1)解包 2)配置4、编译和安装下图为安装编译和安装过程中的状态,这里将会等待几分钟,耐心等待...5、确认安装结果,如果出现下图所示,表示安装成功了6、
分类:
Web程序 时间:
2018-03-13 11:03:06
阅读次数:
273
zabbix-server安装的详细步骤可参考:http://blog.51cto.com/13632824/2084412比较详细,适合新手入门。zabbix-agent客户端的安装:这里的客户端依然采用RPM方式安装[root@localhost~]#rpm-ivhhttp://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.
分类:
其他好文 时间:
2018-03-11 11:59:05
阅读次数:
175
“Apache”服务器是针对之前出现的若干个Web服务器程序进行整合,完善后形成的软件,其主要的特点:开放源代码、跨平台应用、支持各种Web编程语音、模块化设计、良好的安全性。安装http服务器1、卸载原来已经存在的httpd2、插入光盘:rhel-server-6.5-x86_64-dvd.iso3、源码编译安装httpd,下图为:1)解包2)配置4、编译和安装下图为安装编译和安装过程中的状态,
分类:
Web程序 时间:
2018-03-08 20:48:59
阅读次数:
172
在Centos系统中,程序包管理器的核心是rpm: 其后端所使用rpm命令行工具; 前段使用yum命令行工具或dnf命令行工具;程序包管理的前段工具: RHEL/Centos系列发行版linux中,yum和dnf;&
分类:
系统相关 时间:
2018-03-07 21:48:13
阅读次数:
202
1、安装yum源 rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-1.el7.noarch.rpm 2、安装Zabbix部署包。以下是使用Mysql数据库安装Zabbix server、WEB前端 ...
分类:
其他好文 时间:
2018-03-07 10:32:22
阅读次数:
244
RHEL 官方扩展源 yum localinstall http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm -y RepoForge源 http://repoforge.org/use/ yum lo ...
分类:
其他好文 时间:
2018-03-06 19:07:22
阅读次数:
176
Python IDLE (Integrated Development and Learning Environment) 是一个官方的轻量级 Python IDE.在不同的 Linux 的发布版本中,其安装命令有所不同,具体如下: 1. CentOS / Fedora / RHEL(Red Hat ...
分类:
编程语言 时间:
2018-03-04 18:07:19
阅读次数:
262