Icinga2 check_file_age始终返回找不到文件

时间:2018-08-28 20:17:09

标签: nagios icinga2

我正在使用check_file_age命令和在icinga2 Director中创建的服务。它总是返回找不到文件。

FILE_AGE CRITICAL: File not found - /root/last-backup

该文件存在于服务器上,如果在终端中运行,则返回OK。

~ '/usr/lib/nagios/plugins/check_file_age' '-c' '95000' '-f' '/root/last-backup' '-w' '90000'
FILE_AGE OK: /root/last-backup is 70052 seconds old and 11 bytes | age=70052s;90000;95000 size=11B;0;0;0

如果我检查debug.log,该命令将返回退出代码2。

1 个答案:

答案 0 :(得分:0)

问题出在权限上,代理无法访问文件。

将文件移动到其他文件夹。像/var/backups/last-backup