欢迎来到天天文库
浏览记录
ID:1955127
大小:672.50 KB
页数:33页
时间:2017-11-13
《nagios全攻略-chinaunix(不含pnp图形界面监控配置)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、nagios全攻略二.基本安装和配置本部分主要参考官方文档和田逸的文章>来修改完成.最后达到如下的功能监控机自身的信息,包括主机信息以及对外提供的服务被监控机对外提供的服务如下所有的操作都在监控机192.168.18.89上进行1.安装nagios主程序解压缩tar-zxvfnagios-2.9.tar.gzcdnagios-2.9编译,指定安装目录为/usr/local/nagios./configure--prefix=/usr/local/nagios输出如下信息***Configuration
2、summaryfornagios2.904-10-2007***:GeneralOptions:-------------------------Nagiosexecutable:nagiosNagiosuser/group:nagios,nagiosCommanduser/group:nagios,nagiosEmbeddedPerl:noEventBroker:yesInstall${prefix}:/usr/local/nagiosLockfile:${prefix}/var/nagios.lo
3、ckInitdirectory:/etc/rc.d/init.dHostOS:linux-gnuWebInterfaceOptions:------------------------HTMLURL:http://localhost/nagios/CGIURL:http://localhost/nagios/cgi-bin/Traceroute(usedbyWAP):/usr/sbin/tracerouteReviewtheoptionsaboveforaccuracy.Iftheylookokay,
4、type'makeall'tocompilethemainprogramandCGIs.makeall输出如下信息***Compilefinished***IfthemainprogramandCGIscompiledwithoutanyerrors,youcancontinuewithinstallingNagiosasfollows(type'make'withoutanyargumentsforalistofallpossibleoptions):makeinstall-Thisinstalls
5、themainprogram,CGIs,andHTMLfiles使用makeinstall来安装主程序,CGI和HTML文件makeinstall-init-Thisinstallstheinitscriptin/etc/rc.d/init.d使用makeinstall-init在/etc/rc.d/init.d安装启动脚本makeinstall-commandmode-Thisinstallsandconfigurespermissionsonthedirectoryforholdingtheext
6、ernalcommandfile使用makeinstall-commandmode来配置目录权限makeinstall-config-Thisinstalls*SAMPLE*configfilesin/usr/local/nagios/etcYou'llhavetomodifythesesamplefilesbeforeyoucanuseNagios.ReadtheHTMLdocumentationformoreinfoondoingthis.Payparticularattentiontothedo
7、csonobjectconfigurationfiles,astheydeterminewhat/howthingsgetmonitored!使用makeinstall-commandmode来安装示例配置文件,安装的路径是/usr/local/nagios/etc.***SupportNotes*******************************************IfyouhavequestionsaboutconfiguringorrunningNagios,pleasemakes
8、urethatyou:-Lookatthesampleconfigfiles-ReadtheHTMLdocumentation-ReadtheFAQsonlineathttp://www.nagios.org/faqsbeforeyoupostaquestiontooneofthemailinglists.Alsomakesuretoincludepertinentinformationthatcouldhelpothershelpyou.Thismig
此文档下载收益归作者所有