Page 1 of 1

Criticle:(Service check timed out after 60.01 seconds)

Posted: Thu Oct 25, 2018 2:13 pm
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

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

Posted: Thu Oct 25, 2018 2:40 pm
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