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
Criticle:(Service check timed out after 60.01 seconds)
Criticle:(Service check timed out after 60.01 seconds)
You do not have the required permissions to view the files attached to this post.
Re: Criticle:(Service check timed out after 60.01 seconds)
Can you run the following command from the command line and show the output?...and 1434 port is enabled for SQL browser service.
Code: Select all
nmap -sU <MSSQL server's IP> -p 1434Example:
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 20Be sure to check out our Knowledgebase for helpful articles and solutions!