3.2. 启动 Nagios 远程插件执行器服务
启动 Nagios Remote Plug-in Executor 服务,收集数据并将其报告回 Nagios 核心服务器。
先决条件
- 用户对 Ceph 监控节点的访问
流程
启用、重启和重新载入
xinetd:systemctl enable xinetd systemctl restart xinetd systemctl reload xinetd
[user@mon]# systemctl enable xinetd [user@mon]# systemctl restart xinetd [user@mon]# systemctl reload xinetdCopy to Clipboard Copied! Toggle word wrap Toggle overflow 启用并启动 NRPE:
systemctl enable nrpe systemctl start nrpe
[user@mon]# systemctl enable nrpe [user@mon]# systemctl start nrpeCopy to Clipboard Copied! Toggle word wrap Toggle overflow