Checks if the instance is hidden (not exposed by SQL Browser).
Long description:
Checks if the instance is hidden (not exposed by SQL Browser). If the instance is hidden then connections will need to specify the server and port in order to connect. By default, SQL Server instances are not hidden.
Return status value (ALARM – 2, WARNING – 1, or OK – 0) if the instance is exposed by SQL Browser (for Non-clustered SQL Server instances).
return status if cluster
0
Return status value (ALARM – 2, WARNING – 1, or OK – 0) if the instance is a clustered SQL Server instance (Always On availability groups are enabled).
enable HideInstance
NO
If set to “YES” the alert will enable “HideInstance” by running master.sys.xp_instance_regwrite stored procedure.
history threshold
365
The maximum number of days to keep statistics for in the historic tables.
Post your comment on this topic.