码迷,mamicode.com
首页 >  
搜索关键字:nagios xen memery    ( 2059个结果
XEN的clone和copy那点事
一、XEN API?VDI clone (session session_id, VDI vdi, Map[string,string] driver_params) Take an exact copy of the VDI and return a reference to the new di...
分类:其他好文   时间:2014-07-31 13:02:06    阅读次数:248
Nagios简介与安装(1)
搭建Nagios实在是一个繁杂的过程,首先需要读者有Linux基础,最为重要的是要花费大量的精力和时间,还有就是耐心和细心。我主要是参考网上这篇文章,觉得写的非常好。原文:http://www.cnblogs.com/mchina/archive/2013/02/20/2883404.htmlhttp://www.ibm.com/developerworks/c..
分类:移动开发   时间:2014-07-31 03:16:36    阅读次数:495
Installation instructions of Nagios on CentOS 6.4 64bit
#InstallationinstructionsofNagiosonCentOS6.464bitAuthor:LarryZhaoQQ:920057952BLOG:larryzhao.blog.51cto.comE-mail:zhaolong0508@126.com#NTPServiceyuminstallntpservicentpdstartchkconfigntpdoncrontab-e*****/usr/sbin/ntpdatecn.pool.ntp.org#PacketsPreparenagios-3..
分类:移动开发   时间:2014-07-31 03:11:56    阅读次数:398
xen创建pvm和hvm的过程
these are the basic steps of installing domU with xen-tools in ubuntu13.04 64bit in xen4.3you can also use virt-manager which has an UI, but there may...
分类:其他好文   时间:2014-07-30 20:05:14    阅读次数:588
Linux、windows系统监控平台Nagios的安装与部分错误整理
Linux、windows系统监控平台Nagios的安装与部分错误整理
分类:移动开发   时间:2014-07-30 12:08:43    阅读次数:177
Cacti+Nagios监控系统(一):准备工作
一、系统环境1、设置yum源(1)使用本地源挂载光驱ISO文件确认路径/media/CentOS_6.5_Final/cd/etc/yum.repos.dmvCentOS-Base.repoCentOS-Base.repo.bakviCentOS-Base.repo[base]name=Basebaseurl=file:///media/CentOS_6.5_Final/gpgcheck=0#(1检测0不检测)enabled=1#(1启动0..
分类:移动开发   时间:2014-07-29 16:02:19    阅读次数:342
快速安装ngios
如果用源码包安装nagios比较麻烦,所以找了一个比较好办法来安装nagios,环境是CentOS6.4版本的,64位:首先,是安装网络yum源,在这里就不多说了();其次,从网络上下载epel源;安装nagioswgethttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.r..
分类:移动开发   时间:2014-07-29 16:02:09    阅读次数:292
Cacti+Nagios监控系统(二):安装Cacti
一、设置mysql,创建Cacti数据库和账号mysql-uroot-pmysql>createdatabasecactidb;mysql>GRANTALLONcactidb.*TOcactier@localhostIDENTIFIEDBY‘123456‘;mysql>flushprivileges;mysql>quit二、安装rrdtoolyum-yinstallrrdtoolrrdtool-develrrdtool-php三、安装配置s..
分类:移动开发   时间:2014-07-29 15:35:39    阅读次数:354
Cacti+Nagios监控系统(三):安装Nagios
一、添加用户groupaddnagcmduseradd-Gnagcmdnagiospasswdnagios123456usermod-a-Gnagcmdapache二、安装nagioscd/root/downloadwgethttp://jaist.dl.sourceforge.net/project/nagios/nagios-4.x/nagios-4.0.7/nagios-4.0.7.tar.gz也可以从这里下载:http://www.nagios.org/downl..
分类:移动开发   时间:2014-07-29 15:34:49    阅读次数:255
Cacti+Nagios监控系统(四):Cacti整合Nagios
一、原理整合cacti和nagios是利用了cacti的一个插件nagiosforcacti,它的原理是将nagios的数据通过ndo2db导入到mysql数据库(cacti的库中),然后cacti读取数据库信息将nagios的结果展示出来。二、cacti扩展模块cacti扩展模块需要下载安装cacti-plugin,cacti-0.8.8a及以后版本..
分类:移动开发   时间:2014-07-29 15:30:09    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!