{"id":30570632,"url":"https://github.com/scalesql/isitsql","last_synced_at":"2026-05-16T08:07:32.582Z","repository":{"id":311202604,"uuid":"1013886568","full_name":"scalesql/isitsql","owner":"scalesql","description":"A simple in-memory SQL Server Monitoring Tool","archived":false,"fork":false,"pushed_at":"2025-07-13T19:46:35.000Z","size":947,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-22T20:17:27.624Z","etag":null,"topics":["monitoring","mssql","sqlserver"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scalesql.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-04T16:23:47.000Z","updated_at":"2025-07-13T19:50:57.000Z","dependencies_parsed_at":"2025-08-22T20:27:37.827Z","dependency_job_id":null,"html_url":"https://github.com/scalesql/isitsql","commit_stats":null,"previous_names":["scalesql/isitsql"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/scalesql/isitsql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalesql%2Fisitsql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalesql%2Fisitsql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalesql%2Fisitsql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalesql%2Fisitsql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scalesql","download_url":"https://codeload.github.com/scalesql/isitsql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalesql%2Fisitsql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272550392,"owners_count":24953719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["monitoring","mssql","sqlserver"],"created_at":"2025-08-28T20:38:46.408Z","updated_at":"2026-05-16T08:07:32.576Z","avatar_url":"https://github.com/scalesql.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is It SQL\nA simple SQL Server monitoring tool to determine if SQL Server is causing the current problem.\n\nThis is designed to allow a moderately technical person to determine if SQL Server is likely the cause of any current issue.  A screenshot can be sent to a Database Administrator to decide if further follow up is needed.  It runs entirely in memory and doesn't require SQL Server itself to run.  It only has a one-hour history.\n\n\n![IsItSQL screenshot](assets/img/screenshot-20250713.png \"Is It SQL screenshot\")\n\n## Features\n* Show running sessions and any blocking\n* Highlight  unreachable machines or unhealthy Availability Groups on every page\n* Show CPU usage for SQL Server and other services\n* Show batches per second, disk IO, and current Waits\n* List databases, their size, and status\n* List databases with missing backups.  This is also available as a JSON file.\n* List Availability Groups and their state\n* Show SQL Server Agent jobs and their status\n* List recent SQL Server errors when the Extended Event session is created\n* Show basic server information such as version, edition, and IP addresses\n* Show database snapshots\n* Show Database Mirroring status\n* Download all SQL Servers to CSV showing version, edition, etc.\n\nPlease see the [Documentation](static/docs/README.md) for more details.\n\n## What's New\n\n### 2.6 (January 2026)\n* Rename the Server Information Page as the Server About page and move the tab to the end\n* Improve MarkDown formatting in the Server About page ([@Kai78](https://github.com/scalesql/isitsql/pull/6))\n* Ignore XE_LIVE_TARGET_TVF wait type\n* Lots of HTML and forms cleanup\n* Add SQL Server 2025 support\n* Add tags for the operating system (`os-windows`, `os-linux`) and container (`container-none`, `container-linux`, etc.).  SQL Server 2016 and earlier will show `os-windows` since they could only run on Windows.\n* On the server connection page (`/server/server_key/conn`), only display the time zone if we have it and rename the fields to match the column names\n* For Availability Groups, if an AG returns NULL for the primary replica, continue to poll the AG from all nodes\n* Add support for SQL Server in Containers that occasionally encrypt the login process using a certificate with a negative serial number.  [Default TLS cert uses negative serial number](https://github.com/microsoft/mssql-docker/issues/895)\n\n### 2.5 (August 2025) \n* Option to store key server metrics in a SQL Server Database\n* Support protocols for connections such as \"tcp:fqdn.com\".  It supports \"tcp\", \"np\" (named pipes), and \"lpc\" (shared memory).  The default is \"tcp\".  The Server Information page has a link to the Server Connection page that will show the connection details.\n* Upgraded jQuery and Bootstrap.  This no longer supports Internet Explorer.\n* Ignore distributed Availability Groups for now\n* Added an Outbound Connections page at `/connections` that shows the FQDN, @@SERVERNAME, protocol, and authorization scheme for all the SQL Server connections.\n* Improved Javascript error handling\n* Cleaned up nesting in the HTML templates\n\n### 2.3 (January 2025)\n* Added SQL Server Agent jobs.  The IsItSQL service account needs `db_datareader` and `SQLAgentReaderRole` in `msdb`.\n* Added Prometheus metrics.  See the About page for the link.\n* Reduced locking\n* Fixed issue with charts always in UTC\n* Updated GO version and all dependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalesql%2Fisitsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalesql%2Fisitsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalesql%2Fisitsql/lists"}