schedule problem with service in nagios xi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

schedule problem with service in nagios xi

Post 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.
You do not have the required permissions to view the files attached to this post.
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

Re: schedule problem with service in nagios xi

Post by morabanc »

check is monitoring a vmware datastore: check_vmware_api.pl, and the output is pretty big. That could be the problem?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: schedule problem with service in nagios xi

Post by tmcdonald »

That depends. How big are we talking? I believe there are issues around the 8192-byte mark.
Former Nagios employee
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

Re: schedule problem with service in nagios xi

Post 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
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: schedule problem with service in nagios xi

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

Re: schedule problem with service in nagios xi

Post 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
Locked