Nagios支持短信,邮件通知Nagios官网http://www.nagios.org1.Nagios安装-服务端(192.168.0.11)Centos6默认的yum源里没有nagios相关的rpm包,但是我们可以安装一个epel的扩展源:yuminstall-yepel-release然后安装nagios相关的包yuminstall-yhttpdnagiosnagios-pluginsnagios-..
分类:
移动开发 时间:
2016-02-11 06:45:12
阅读次数:
307
安装环境:Centos6.5安装包:samba4.3.4依赖包:gnutls-devel,python,python-devel,python-lib*,libacl-devel,openldap-devel安装三步曲:./configure、make、makeinstall一、编译安装从官网samba.org下载源码包samba-4.3.4.tar.gz1、安装依赖包:yuminstall-ygnutls-develpyt..
分类:
其他好文 时间:
2016-01-31 21:54:05
阅读次数:
620
#!/bin/bash
#User:bobo365
#Date:20160127
USER=`whoami`
if["$USER"!=‘root‘];then
echo"Pleaseuserootuser,Thanks"
exit
fi
MYSQL_USER=`egrep-imysql/etc/passwd`
if[-z"$MYSQL_USER"];then
useradd-r-s/sbin/nologinmysql
else
echo"usermysqlwasadded"
fi
yuminstall-..
分类:
数据库 时间:
2016-01-27 13:10:53
阅读次数:
224
nagios安装配置参考:http://www.apelearn.com/bbs/thread-8087-1-1.htmlNagios官网http://www.nagios.org1.Nagios安装-服务端(192.168.101.235)Centos6默认的yum源里没有nagios相关的rpm包,但是我们可以安装一个epel的扩展源:[root@server~]#yuminstall-yepel-release然后..
分类:
移动开发 时间:
2016-01-24 13:03:10
阅读次数:
277
cacti监控安装一、服务器端安装1、首先安装epel扩展源,epel即ExtraPackagesforEnterpriseLinux,也就是为企业级Linux提供的扩展软件源,适用于RHEL,CentOS,ScientificLinux系统[root@rs1~]#yuminstall-yepel-release2、、安装lamp[root@rs1~]#yuminstall-yhttpdphpphp-mysql..
分类:
其他好文 时间:
2016-01-23 21:44:03
阅读次数:
356
使用Xinetd端口代理Gmail的SMTP:此法针对客户端,Web端请自己想办法yuminstall-yxinetdcat/etc/xinetd.d/qqmailservicesmtp-465
{
type=UNLISTED
port=465
bind=0.0.0.0
socket_type=stream
wait=no
user=nobody
redirect=smtp.exmail.qq.com465
per_source=UNLIMITED
cps=100..
分类:
Web程序 时间:
2016-01-23 08:03:46
阅读次数:
246
服务端安装zabbixyuminstall-yepel-release安装rpm包的lamp环境yuminstall-yhttpdmysqlmysql-libsphpphp-mysqlmysql-serverphp-bcmathphp-gdphp-mbstring安装zabbix服务端:yuminstallzabbix20zabbix20-agentzabbix20-serverzabbix20-server-mysqlzabbix20-webzabbix20-web-mys..
分类:
其他好文 时间:
2016-01-21 15:55:53
阅读次数:
186
1、安装:squidrpm包[root@localhost~]#yuminstall-ysquid2、安装完后,可以查看squid版本:[root@localhost~]#squid-v3、编辑squid.conf配置文件vim/etc/squid/squid.conf主要的参数如下:http_port3128aclmanagerprotocache_objectacllocalhostsrc127.0.0.1/32::1aclto_localho..
分类:
其他好文 时间:
2016-01-20 22:55:31
阅读次数:
181
1安装zabbixyuminstall-yepel-release安装rpm包的lamp环境yuminstall-yhttpdmysqlmysql-libsphpphp-mysqlmysql-serverphp-bcmathphp-gdphp-mbstring安装zabbix服务端:yuminstallzabbix20zabbix20-agentzabbix20-serverzabbix20-server-mysqlzabbix20-webzabbix20-web-mysqlnet..
分类:
其他好文 时间:
2016-01-16 07:39:39
阅读次数:
202
在实际应用中,大多数公司一般都会采用编译安装mysql下载地址:http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.22.tar.gz/系统环境:CentOS6.7finall1,安装所需要的依赖包yuminstall-yncurses-devel.x86_64yuminstall-ycmake.x86_64yuminstall-ylibaio.x86_64yumins..
分类:
数据库 时间:
2016-01-15 20:34:27
阅读次数:
287