注:本文档基于nagios+apache的模式,安装nagios时须预先编译安装apache,在此不进行apache编译安装的赘述。一:配置apache#vi/usr/local/apache/conf/extra/httpd-vhosts.conf
NameVirtualHost*:80
<VirtualHost*:80>
ServerName192.168.189.132
DocumentRoot"/www"
<..
分类:
移动开发 时间:
2016-09-12 22:41:58
阅读次数:
245
Nagios是一款企业级开源免费的监控工具,其关注点在于保证服务的正常运行,并且在服务发生问题时提供报警机制。1.实验环境Nagios服务端:10.20.2.233Nagios监控端:web1(10.20.2.2.235)、web2(10.20.2.236)2.Nagios服务端部署1)安装nagios依赖软件包通过yum方式快速安装Nagios..
分类:
移动开发 时间:
2016-09-10 14:45:40
阅读次数:
240
使用系统ubuntu12.0.45 监控软件,cacti 使用的是源码安装系统自带的版本过低需要添加插件(我不会)so nagios采用的系统自带版本 安装nagios apt-get install nagios3 中间出现的密码最好都填写一致以免出错 apt-get install ndouti ...
分类:
移动开发 时间:
2016-09-06 15:39:40
阅读次数:
176
安装说明:系统:[root@1-138~]#cat/etc/redhat-releaseCentOSrelease6.5(Final)nagios主机安装:nagios-cnnagios-plugins被监控linux主机安装nrpe和nagios-plugins修改nagios监控主机的语言编码为UTF8:vi/etc/sysconfig/i18nLANG="zh_CN.UTF8"nagios监控主机安装操作过程中ssh..
分类:
移动开发 时间:
2016-08-29 21:01:06
阅读次数:
303
nagios监控(1)创建nagios运行的用户和组#groupadd-g1000nagios#useradd-gnagiosnagios(2)安装nagios#./configure--prefix=/usr/local/nagios--enable-event-broker--with-nagios-user=nagios--with-nagios-group=nagios--with-command-user=nagios--with-command-group=nagios-..
分类:
其他好文 时间:
2016-08-17 23:32:48
阅读次数:
233
配置客户端安装epel扩展源[root@localhost~]#yuminstall-yepel-release安装nagios以及nagios-plugins[root@localhost~]#yuminstall-ynagios-pluginsnagios-plugins-allnrpenagios-plugins-nrpe编辑配置文件[root@localhost~]#vim/etc/nagios/nrpe.cfg找到“allowed_hosts=127.0..
分类:
移动开发 时间:
2016-07-05 06:36:20
阅读次数:
312
Nagios官网http://www.nagios.org服务器配置nagios也需要apache+php的环境,CentOS6默认的yum源里没有nagios相关的rpm包,所以要安装一个epel的扩展源。[root@localhost~]#yuminstall-yepel-release安装nagios相关包[root@localhost~]#yuminstall-yhttpdnagiosnagios-pluginsna..
分类:
移动开发 时间:
2016-07-05 06:34:45
阅读次数:
229
一.安装nagios_oracle_health插件项目地址:https://labs.consol.de/nagios/check_mysql_health/1.查看perl包有没有安装。[root@DB02~]#rpm-qa|grepperlperl-Test-Simple-0.92-136.el6.x86_64perl-ExtUtils-MakeMaker-6.55-136.el6.x86_64perl-version-0.77-136.el6.x86_64perl..
分类:
移动开发 时间:
2016-06-23 18:59:32
阅读次数:
721
监控机上安装nagios插件和nrpe(nrpe添加为xinetd服务) 1、添加nagios用户 /usr/sbin/useradd nagios passwd nagios 2、安装nagios插件: cd /usr/local/src tar zxvf nagios-plugins-1.4.1 ...
分类:
其他好文 时间:
2016-06-22 12:24:36
阅读次数:
150
最近弄saltstack弄上瘾了,今天又弄了saltstack源码安装nrpe,安装nrpe之前需要安装nagios-plugins,首先是top.sls文件:[root@cactisalt]#cattop.slsbase:‘*‘:-nagios[root@cactisalt]#treenagios#目录结构nagios├──conf.sls├──files│??├──conf.sh│??├──nagios-..
分类:
其他好文 时间:
2016-06-21 11:03:40
阅读次数:
221