欢迎来到天天文库
浏览记录
ID:34724677
大小:104.18 KB
页数:9页
时间:2019-03-10
《nagios基本安装配置文档》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、简单介绍nagiosnagios是一款开源的监控软件,能够对网络内的主机和硬件设备进行状态监控。功能: 1.状态监控 2.预警报告 3.集中,规模化管理 4.web可视化显示方式 5.自定义shell脚本或插件实现更多的功能nagios的实现方式:nagios采用分布-集中的管理模式。在nagios服务器上安装nagios主程序,在被监控主机上安装nagios代理程序。通过nagios主程序和nagios代理程序之间的通讯,监视主机状态。主程序和代理程序之间有两种工作方式,一种是主程序-->Active-->代理程序;另一种是主程序-->passive-
2、->代理程序;顾名思义,是以一方向另一方主动提出通讯需求来划分的。所需软件:系统:RedhatAS4nagios-3.1.0.tar.gzwgethttp://jaist.dl.sourceforge.net/sourceforge/nagios/nagios-3.1.0.tar.gznagios-plugins-1.4.13.tar.gzwgethttp://jaist.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.13.tar.gznrpe-2.12.tar.gz官方下载:wgethttp://osdn.
3、dl.sourceforge.net/sourceforge/nagios/nagios-3.1.0.tar.gzwgethttp://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz实现要求:在一台机器上面监控多台运行主机状态,所以安装步骤为首先安装监控机器,再配置监控机器,最后安装被监控端软件。一.安装监控中心(server端)一.nagios安装[code]tarzxfnagios-3.1.0.tar.gzuseraddnagioscdnagios-3.1.0./configu
4、re--prefix=/usr/local/nagios--with-gd-lib=/usr/local/lib--with-gd-inc=/usr/local/includemakeall&&makeinstallmakeinstall-init&&makeinstall-commandmode&&makeinstall-configchown-Rnagios.nagios/usr/local/nagios2.安装nagios-pluginstarzxfnagios-plugins-1.4.13.tar.gzcdnagios-plugins-1.4.13./configure--p
5、refix=/usr/local/nagios--enable-redhat-pthread-workaroundmakeall&&makeinstall(在redhat系统上面安装可能出现configure时,到这里checkingforredhatspopenproblem...就不动了,所以需要在configure时再加上这个--enable-redhat-pthread-workaround3安装imagepak-base.tar.gzwgethttp://down1.chinaunix.net/distfiles/imagepak-base.tar.gztarzxfimag
6、epak-base.tar.gz解压以后是base目录cp-rbase/usr/local/nagios/share/images/logos/4监控的机器上需要安装nrpewgethttp://ncu.dl.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.12/nrpe-2.12.tar.gztarxzfnrpe-2.12.tar.gzcdnrpe-2.12./configure--enable-ssl --enable-command-argsmakeallmakeinstall-pluginmakeinstall-daemonma
7、keinstall-daemon-config二.配置apache在httpd.conf中追加ScriptAlias/nagios/cgi-bin//usr/local/nagios/sbin/ AllowOverrideAuthConfig OptionsExecCGI Orderallow,deny Allowfromall Ali
此文档下载收益归作者所有