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.
schedule problem with service in nagios xi
schedule problem with service in nagios xi
You do not have the required permissions to view the files attached to this post.
Re: schedule problem with service in nagios xi
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
That depends. How big are we talking? I believe there are issues around the 8192-byte mark.
Former Nagios employee
Re: schedule problem with service in nagios xi
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
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
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
Hello,
Yes, it seems this was the problem, I solved it increasing the size of columns output and perfdata
Thanks for your support
Yes, it seems this was the problem, I solved it increasing the size of columns output and perfdata
Thanks for your support