码迷,mamicode.com
首页 >  
搜索关键字:centos7 nagios cacti    ( 16603个结果
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
building hadoop2.4.1 on centos7[在centos7上面构建hadoop2.4.1]
本文介绍在centos7上面通过hadoop2.4.1源码构建hadoop distribution 版本,即hadoop的运行版本。 为何要自己building,而不用Apache的distribution 【bin】版本,因为hadoop涉及到Linux系统的底层实现,如: hado...
分类:其他好文   时间:2014-07-30 23:41:25    阅读次数:284
Linux、windows系统监控平台Nagios的安装与部分错误整理
Linux、windows系统监控平台Nagios的安装与部分错误整理
分类:移动开发   时间:2014-07-30 12:08:43    阅读次数:177
centso7 install Mariadb
安装和配置Mariadb看来以后不得不使用Mariadb数据库了,尽早的熟悉;[1]InstallMariadbforepelyum-yinstallmariadb-serverInstalled:mariadb-server.x86_641:5.5.37-1.el7_0[2]StartMariadb&开机启动[root@mariadb~]#systemctlstartmariadb [root@mariadb~]#systemctlenabl..
分类:数据库   时间:2014-07-29 16:05:39    阅读次数:358
centos7 本地yum源
使用光盘镜像作为软件yum源:[1]上传centos7光盘镜像到/usr/local/src目录下;(工具Xftp)[2]挂载系统文件mkdir/media/cdrom#习惯用这个目录名称了; cd/usr/local/src ls CentOS-7.0-1406-x86_64-DVD.iso #mount-tiso9660-oloop/usr/local/src/CentOS-7.0-1406-x86_64-DVD.i..
分类:其他好文   时间:2014-07-29 16:03:09    阅读次数:446
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
centos7 install httpd
[1]InstallHttpdforCentos7-media#yum--enablerepo=centos7-media-yinstallhttpd Installed: httpd.x86_640:2.4.6-18.el7.centos[2]starthttpd,开机启动#systemctlstarthttpd.service #systemctlenablehttpd.service ln-s‘/usr/lib/systemd/system/httpd.service‘‘/etc/systemd..
分类:其他好文   时间:2014-07-29 15:58:49    阅读次数:367
centos7 httpd&php
安装httpd:http://kernal.blog.51cto.com/8136890/1531545httpd支持php安装配置:[1]Installphp#yum-yinstallphpphp-mbstringphp-pear#vi/etc/php.ini878date.timezone="Asia/Shanghai"#设置时区[2]CreateTestPage#vi/var/www/html/index.php <html> <body> <d..
分类:Web程序   时间:2014-07-29 15:55:49    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!