[root@bzrWeb1 etc]# service nagios start
Starting nagios:This account is currently not available.
done.
修改/etc/passwd
将/sbin/nologin改成/bin/bash
注意:include和exclude使用的目录,均为path定义的相对路径
环境:两台虚拟机128和130,在128上配置RsyncServer;130上做同步测试
rsync服务配置文件
vim /etc/rsyncd.conf
uid = nobody
gid = nobod..
cp -r /usr/local/rrdtool/lib/perl/5.8.8/i386-linux-thread-multi/* /usr/lib/perl5/5.8.8/i386-linux-thread-multi/
cacti用户认证问题,解决办法
mysql
use cacti
update settings set value=1 where name='auth_method';
问题分析:
update settings set value=1 where name='auth_method';
的值,其效果就是将改成..