mmm_agent_navy2.conf is world readable! at /usr/share/perl5/MMM/Common/Config.pm line 132

前端之家收集整理的这篇文章主要介绍了mmm_agent_navy2.conf is world readable! at /usr/share/perl5/MMM/Common/Config.pm line 132前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

这几天在研究MysqL-mmm架构,我们公司的数据库都是一台服务器部署多个实例,所以也想把mmm弄成多实例的,配置文件、启动脚本文件撰写好,启动报错:

[root@db2 MysqL-mmm]# /etc/init.d/MysqL-mmm-agent-navy2 start
Starting MMM Agent Daemon: Configuration file /etc/MysqL-mmm/mmm_agent_navy2.conf is world readable! at /usr/share/perl5/MMM/Common/Config.pm line 132
[Failed]

百度之,解决方法

chmod 640 /etc/MysqL-mmm/*

结果,好使了:

[root@db2 MysqL-mmm]# /etc/init.d/MysqL-mmm-agent-navy2 start
Starting MMM Agent Daemon: [  OK  ]

猜你在找的Perl相关文章