1

我在 Gentoo 虚拟机上安装了 Nagios-NRPE。

当我尝试使用启动 nrpe 时/etc/init.d/nrpe start,出现以下错误:

ERROR:  nrpe does not have a start function.

但是,在我安装了 Nagios-NRPE 的其他 Gentoo 虚拟机上,我没有收到此错误。

什么可能导致此错误?

4

1 回答 1

1

在我的情况下,安装openrc使用很简单emerge

出现-avq openrc

似乎openrc提供了必要的服务来解释start某些脚本,包括/etc/init.d/nrpe.

于 2012-07-27T12:25:29.093 回答