Page 1 of 1
schedule problem with service in nagios xi
Posted: Wed Jan 28, 2015 5:44 am
by morabanc
Hello,
We have a problem with a service in nagios xi, it always appears as "service is pending". The others services that belongs to that host are working correctly, and in nagios core is working correctly, so it seems the problem is only when nagios XI shows the result or the status of the check , This only is happening with just a service. I attach a screenshot.
Regards.
Re: schedule problem with service in nagios xi
Posted: Wed Jan 28, 2015 5:55 am
by morabanc
check is monitoring a vmware datastore: check_vmware_api.pl, and the output is pretty big. That could be the problem?
Re: schedule problem with service in nagios xi
Posted: Wed Jan 28, 2015 10:30 am
by tmcdonald
That depends. How big are we talking? I believe there are issues around the 8192-byte mark.
Re: schedule problem with service in nagios xi
Posted: Wed Jan 28, 2015 10:36 am
by morabanc
Well, I thing I saw bigger output at other checks... it was just a theory... I attach a screenshot with the output in nagios core
Re: schedule problem with service in nagios xi
Posted: Wed Jan 28, 2015 11:20 am
by scottwilkerson
If I had to guess, your server has a version of MYSQL with strict mode on
http://serverfault.com/questions/485091 ... e-stuck-on
You could disable that to have the fields truncated, or you can increase the size of the columns in the DB as outlined in this post
http://support.nagios.com/forum/viewtop ... 18#p103608
Re: schedule problem with service in nagios xi
Posted: Thu Jan 29, 2015 5:44 am
by morabanc
Hello,
Yes, it seems this was the problem, I solved it increasing the size of columns output and perfdata
Thanks for your support