{"id":17710527,"url":"https://github.com/tragiccode/nservicebus.customchecks.sqlserver","last_synced_at":"2026-01-31T21:07:45.711Z","repository":{"id":42534091,"uuid":"382511686","full_name":"TraGicCode/NServiceBus.CustomChecks.SqlServer","owner":"TraGicCode","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-14T04:09:38.000Z","size":68,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T22:29:00.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TraGicCode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-03T03:00:30.000Z","updated_at":"2021-12-28T14:50:41.000Z","dependencies_parsed_at":"2023-01-28T16:46:05.594Z","dependency_job_id":null,"html_url":"https://github.com/TraGicCode/NServiceBus.CustomChecks.SqlServer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/TraGicCode/NServiceBus.CustomChecks.SqlServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.SqlServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.SqlServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.SqlServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.SqlServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TraGicCode","download_url":"https://codeload.github.com/TraGicCode/NServiceBus.CustomChecks.SqlServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.SqlServer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260901133,"owners_count":23079712,"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","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":[],"created_at":"2024-10-25T07:06:28.997Z","updated_at":"2026-01-31T21:07:45.679Z","avatar_url":"https://github.com/TraGicCode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NServiceBus.CustomChecks.SqlServer\n\n[![Build status](https://img.shields.io/appveyor/build/TraGicCode/NServiceBus-CustomChecks-SqlServer/master)](https://ci.appveyor.com/project/TraGicCode/NServiceBus-CustomChecks-SqlServer)\n[![Nuget](https://img.shields.io/nuget/v/NServiceBus.CustomChecks.SqlServer)](https://www.nuget.org/packages/NServiceBus.CustomChecks.SqlServer)\n[![Nuget downloads](https://img.shields.io/nuget/dt/NServiceBus.CustomChecks.SqlServer)](https://www.nuget.org/packages/NServiceBus.CustomChecks.SqlServer)\n[![License](https://img.shields.io/github/license/TraGicCode/NServiceBus.CustomChecks.SqlServer.svg)](https://github.com/TraGicCode/NServiceBus.CustomChecks.SqlServer/blob/master/LICENSE)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [How to use it](#how-to-use-it)\n1. [How it works](#how-it-works)\n1. [Development - Guide for contributing](#contributing)\n\n## Description\n\nA Reusable NServiceBus CustomCheck to check the availability and connectivity of Sql Server.\n\n## How to use it\n\nIn order to begin using this custom check simply create a child class for each instance you would like to perform a healthcheck on.\n\n```c#\nnamespace Ordering.Endpoint.CustomChecks\n{\n    public class OrderingSqlServerCustomCheck : SqlServerCustomCheck\n    {\n        private const string ConnectionString =\n            \"Data Source=(local);Initial Catalog=Ordering;Integrated Security=True\";\n\n        public OrderingSqlServerCustomCheck() : base(ConnectionString, TimeSpan.FromSeconds(10))\n        {\n        }\n    }\n}\n```\n\n## Contributing\n\n1. Fork it ( \u003chttps://github.com/tragiccode/NServiceBus.CustomChecks.SqlServer/fork\u003e )\n1. Create your feature branch (`git checkout -b my-new-feature`)\n1. Commit your changes (`git commit -am 'Add some feature'`)\n1. Push to the branch (`git push origin my-new-feature`)\n1. Create a new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fnservicebus.customchecks.sqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftragiccode%2Fnservicebus.customchecks.sqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fnservicebus.customchecks.sqlserver/lists"}