Strange issue after upgrade to 5.5.1
Posted: Thu Jul 19, 2018 4:34 pm
Ok, I can't figure this one out, maybe you can see the issue.
After I update to Nagios XI 5.5.1
my checks for the Dell Openmange stopped working and was giving a 'permission denied' error
I 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:
So I relocated it to here:
and I changed the command to reflect the change
After that, I go to either Nagios Core, or XI and manually tell it to check now. It works, and life is good.
but now, they are all failing again
That is where the file USE to be, but as you can see above, the command should not be looking there anymore.
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?
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?