我正在尝试使用 pnp4nagios 安装 icinga2 和 icingaweb。按照 icinga2 中的指示文档我在 npcd.conf 上添加了以下参数:
perfdata_spool_dir = /var/spool/icinga2/perfdata
访问时出现以下错误localhost/pnp4nagios
:
Please check the documentation for information about the following error.
perfdata directory "/var/lib/pnp4nagios/" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/3">Read FAQ online</a>
file [line]:
application/models/data.php [109]:
back
我已经启用性能插件 perfdata。
答案1
我想到的是:
- npcd 没有正确运行
- npcd 和 icinga2 在不同的用户下运行?因此 npcd 无法读取/删除假脱机文件
- /var/spool/icinga2/perfdata 中有任何文件吗?(Icinga 功能已启用?)
如需更多帮助,日志可能会有所帮助。