After I update to Nagios XI 5.5.1
Code: Select all
Latest Available Version: 5.5.1
Installed Version: 5.5.1
Last Update Check: 07/19/2018 11:24:02I found the issue with the file, the properties removed the (allow executing file as a program) attribute. So I set that back, all was good.....for a little while (hour or two). I'd start getting the error again, and that attribute reset itself. The file in question was located here:
Code: Select all
/usr/local/nagios/etc/check_openmanage/check_openmanageCode: Select all
/usr/local/nagios/libexec/check_openmanageCode: Select all
define command {
command_name check_openmanage
command_line /usr/local/nagios/libexec/check_openmanage -H $HOSTADDRESS$ -C
}
but now, they are all failing again
Code: Select all
(No output on stdout) stderr: execvp(/usr/local/nagios/etc/check_openmanage/check_openmanage, ...) failed. errno is 2: No such file or directory any thoughts as to why a file attribute would get changed for whatever reason?
and/or
any thoughts as to why it doesn't want to run a file at the location i told it to?