OpenManage Return code 255 out of bounds

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
QS1
Posts: 195
Joined: Tue Sep 21, 2010 3:30 pm

OpenManage Return code 255 out of bounds

Post by QS1 »

Centos 6.6 VM
XI version 2014rv2.3

Since migrating XI from 32 bit to 64 bit all DEll OpenManage service checks are failing (check_dell_openmanage.pl)
(Return code of 255 is out of bounds)

The 32 bit version on Perl is 5.8.8
The 64 bit version of Perl is 5.10.1

When creating a new Dell Openmanage host using the XI Wizard i get the same error.

Another check (check_openamange.pl) also returns the same 255 error

Please advise
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: OpenManage Return code 255 out of bounds

Post by tmcdonald »

Can you run the plugins from the command line as both the root and the nagios user? I want to see their output. After each plugin, please run "echo $?" so we can see the exit code. One of them is probably -1 which would cause issues.
Former Nagios employee
QS1
Posts: 195
Joined: Tue Sep 21, 2010 3:30 pm

Re: OpenManage Return code 255 out of bounds

Post by QS1 »

This ticket can be closed. It was found that several lines had been removed from the Openmanage script checks to cause the errors. Thank you.
Locked