I have configured a few service checks for a Cisco ASA with the check_cisco.pl script.
My problem is that since I have configured it I always see it as 'service check is pending' but it never executes, and if I force to execute it now I receive the following error:
"your request was not processed in a timely manner...."
Code: Select all
CORE CMD: SCHEDULE_FORCED_SVC_CHECK;ASA1;NET : CPU;1480624762
SUBMITTING A NAGIOSCORE COMMAND...
................[root@MGMON101 var]# tail cmdsubsys.log
Array
(
[host_name] => ASA1
[service_name] => NET : CPU
[cmd] => 54
[start_time] => 1480624762
)
CORE CMD: SCHEDULE_FORCED_SVC_CHECK;ASA1;NET : CPU;1480624762
SUBMITTING A NAGIOSCORE COMMAND...
.................However, if I go CCM -> Services -> ASA1 -> Test Check Command - The check executes it ok and the result is ok too.
So I am not pretty sure what is going on here. I also have the same issue with some checks that works in some servers but not for others and the steps to reproduce them are the same.
I attach some screenshots of it.
Regards,