发布时间:2013-09-27 23:41:34
nagios需要验证机制,才能让nagios上的应用以及服务让用户看到,还有nagios界面上的一些命令才让用户操作。比如nagios界面上本身带有重新启动nagios、选择被动探测呀。但是每次都登陆很麻烦,可是不用登陆那里的一些好东西不让我们用。目前我应用的是把nagios嵌入到webmin中,因为webmin本身有一个登陆了,作为一个完整.........【阅读全文】
发布时间:2013-09-25 16:31:39
checking size of short... configure: error: cannot compute sizeof (short)去掉参数 –disable-rpath ./configure的时候去掉此参数......【阅读全文】
发布时间:2013-09-25 09:52:20
错误提示 "grep: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such fileor directory".解决方案"ln -v -sf libpcre.so.1.0.0 /lib/libpcre.so.0"还有一种可能就是系统没有安装pcre的rpm包, rpm -q pcre 查看如没有,请安装就可以了 ftp://rpmfind.net/linux/ce.........【阅读全文】