发布时间:2013-07-16 11:14:27
首先一点 我们安装的nagios是没有自带内存监控插件 需要自己定义脚本来写内存的监控脚本如下:chechk_mem.sh点击(此处)折叠或打开#script to check real memory usage# L.Gill 02/05/06 - V.1.0# ------------------------------------------.........【阅读全文】
发布时间:2013-07-10 17:51:20
#!/bin/shyum -y install vsftpd* #安装ftp软件yum -y install db4-utils* #认证用户的软件echo "The installation is complete"service vsftpd start #启动服务echo "================================================="service vsftpd stop #停止服务echo "service is ok"chkconfig vsftpd on #服务.........【阅读全文】
发布时间:2013-07-05 10:12:45
首先我们要检查一下系统是否有samba服务# rpm -qa | grep sambasamba-winbind-clients-3.6.9-151.el6.i686samba-common-3.6.9-151.el6.i686samba-winbind-3.6.9-151.el6.i686samba-3.6.9-151.el6.i686以上是安装了 要是没有安装的话 你可以这样来安装 #yum -y install samba smbfs smbclien.........【阅读全文】