首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >NRPE未能在SUSE Linux12.0/12.1客户端上作为服务启动

NRPE未能在SUSE Linux12.0/12.1客户端上作为服务启动
EN

Stack Overflow用户
提问于 2016-10-28 15:48:28
回答 1查看 793关注 0票数 0

在检查客户端上的NRPE服务状态时,将给出以下输出。

代码语言:javascript
复制
nrpe.service - Daemon to remotely execute Nagios plugins
   Loaded: loaded (/<filepath>/nrpe.service; enabled)
   Active: failed (Result: exit-code) since Fri 2016-10-28 09:09:15 MDT; 43s ago
 Main PID: 3750 (code=exited, status=2)

Oct 28 09:09:15 <server-name> nrpe[3750]: Starting up daemon
Oct 28 09:09:15 <server-name> nrpe[3750]: Cannot write to pidfile '/<filepath>/nrpe.pid' - check your privileges.

这是启动NRPE客户端时的syslog输出:

代码语言:javascript
复制
2016-10-28T09:43:33.246746-06:00 <server-name> nrpe[4643]: Added command[check_users]=/<filepath>/nagios/plugins/check_users -w 5 -c 10
2016-10-28T09:43:33.247269-06:00 <server-name> nrpe[4643]: Added command[check_load]=/<filepath>/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
2016-10-28T09:43:33.247607-06:00 <server-name> nrpe[4643]: Added command[check_disk]=/<filepath>/nagios/plugins/check_disk -w 20% -c 10% -p /
2016-10-28T09:43:33.247860-06:00 <server-name> nrpe[4643]: Added command[check_zombie_procs]=/<filepath>/nagios/plugins/check_procs -w 5 -c 10 -s Z
2016-10-28T09:43:33.248108-06:00 <server-name> nrpe[4643]: Added command[check_total_procs]=/<filepath>/nagios/plugins/check_procs -w 250 -c 300
2016-10-28T09:43:33.249014-06:00 <server-name> nrpe[4643]: INFO: SSL/TLS initialized. All network traffic will be encrypted.
2016-10-28T09:43:33.249627-06:00 <server-name> nrpe[4644]: Starting up daemon
2016-10-28T09:43:33.250140-06:00 <server-name> nrpe[4644]: Cannot write to pidfile '/<filepath>/nrpe.pid' - check your privileges.
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-10-31 13:28:35

您可以使用chmod nagios:nagios /var/run/nrpe/nrpe.pid,如果.pid文件存在于location.or中,请使用grep查找位置和应用chmod。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40308723

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档