nagios 安装注意备忘

系统环境:CentOS5.4 apache2.2.8 ZendCore2.5.2(LAMP)
1、检查编译环境:gcc glibc glibc-common gd gd-devel(yum �Cy install 安装)
如果要使用check_mysql插件,还需要安装mysql-devel,否则不会生成check_mysql插件
2、编译nagios3.2.0
我的使用的是nagios3.2.0,./configure �\�\with�\command�\group=nagcmd �\�\prefix=/usr/local/nagios --with-gd-lib=/usr/lib --with-gd-inc=/usr/include
编译时注意加粗的两个,否则后面可能map、thead不能用
3、Web接口
htpasswd使用时注意-c选项,如果加上此选项会新建用户会把原来的用户冲掉,不加的话就是新增一个用户。
4、nagios中自己带的配置文件
sery的博客、linuxtone.org上的配置文档都建议自己新建配置文档,便于管理。我使用nagios自己带的配置文件,主要注意/usr/local/nagios/etc/object目录中的 Templates.cfg,他是模板定义文件,注意其他配置文件中" use "这行使用的都是templates.cfg中定义的模板。
5、被监控端(linux系统)
问题:出现提示结果Connection refused by host
解决:查看nrpe.cfg中的”server_address=”(nagios服务器地址)和”allow_host=”(nagios服务器地址与127.0.01)
6、
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
如果出现下面的错误:
./bin/nagios: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
安装 libtool-ltdl 即可
7、监控linux上http状态
11
如果状态不是OK而是 image ,检查一下/var/www/下是不是有index.html,如果有index.html,请检查改文件的权限。

你可能感兴趣的:(职场,备忘,nagios,休闲)