Criticle:(Service check timed out after 60.01 seconds)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Niru
Posts: 1
Joined: Thu Oct 25, 2018 12:30 pm

Criticle:(Service check timed out after 60.01 seconds)

Post by Niru »

I am facing issue to configure SQL server database in Nagios XI tool. Its getting Error:(Service check timed out after 60.01 seconds) in status information status column.

Scenario: There are named instance in SQL server. SQL Service running on dynamic port(50707). and 1434 port is enabled for SQL browser service.

But after database configuration. It's showing Error:(Service check timed out after 60.01 seconds).

I tried both way:

1st : Server IP + Instance Name
2nd : Server IP + Dynamic port

----------------
Nagios-XI Installed Version:5.5.5

There is no policy to change in SQL service on static port.


Please help me?




Regards,
Niru
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Criticle:(Service check timed out after 60.01 seconds)

Post by lmiltchev »

...and 1434 port is enabled for SQL browser service.
Can you run the following command from the command line and show the output?

Code: Select all

nmap -sU <MSSQL server's IP> -p 1434
Can you show us the actual check that you are running from the command line, along with the output of it? Please, obfuscate sensitive data.

Example:

Code: Select all

/usr/local/nagios/libexec/check_mssql_database.py -H x.x.x.x -U 'username' -P 'password' -T 'master' -I INSTANCE --activetrans --warning 10 --critical 20
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked