Return code of 13 is out of bounds

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
nagmoto
Posts: 195
Joined: Fri Jan 09, 2015 8:05 am

Re: Return code of 13 is out of bounds

Post by nagmoto »

Hi All

I was testing nagios 4.1.1 on centos 6.7 and I ran into same "return code of 13...." message.
Just want to make a note here on how I fix it, for my case.

The issue was /etc/nagios/objcets/*.cfg file were messed up since I copy 3.5.1 objects/*.cfg on top of the ones come with 4.1.1 rpm.
I had add the customized objects/*.cfg file lines into the new objects/*.cfg file.

here is how I create my own rpm.
git clone https://github.com/NagiosEnterprises/nagioscore.gitt
cd nagioscore;./configure;cd contrib;make rpm
remove existing nagios-3.5.1
rpm -ivh nagios-4.1.1-2.el6.x86_64.rpm
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Return code of 13 is out of bounds

Post by rkennedy »

Thanks @nagmoto for adding to this thread. I will now mark this as resolved, and close this thread. Feel free to open a thread if you need any assistance.
Former Nagios Employee
Locked