├── .config └── dotnet-tools.json ├── .dockerignore ├── .editorconfig ├── .env ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── enhancement.md ├── codecov.yml ├── dependabot.yml ├── labeler.yml ├── pull_request_template.md └── workflows │ ├── healthchecks_applicationstatus_cd.yml │ ├── healthchecks_applicationstatus_cd_preview.yml │ ├── healthchecks_applicationstatus_ci.yml │ ├── healthchecks_arangodb_cd.yml │ ├── healthchecks_arangodb_cd_preview.yml │ ├── healthchecks_arangodb_ci.yml │ ├── healthchecks_aws_s3_cd.yml │ ├── healthchecks_aws_s3_cd_preview.yml │ ├── healthchecks_aws_s3_ci.yml │ ├── healthchecks_aws_secretsmanager_cd.yml │ ├── healthchecks_aws_secretsmanager_cd_preview.yml │ ├── healthchecks_aws_secretsmanager_ci.yml │ ├── healthchecks_aws_sns_cd.yml │ ├── healthchecks_aws_sns_cd_preview.yml │ ├── healthchecks_aws_sns_ci.yml │ ├── healthchecks_aws_sqs_cd.yml │ ├── healthchecks_aws_sqs_cd_preview.yml │ ├── healthchecks_aws_sqs_ci.yml │ ├── healthchecks_aws_systemsmanager_cd.yml │ ├── healthchecks_aws_systemsmanager_cd_preview.yml │ ├── healthchecks_aws_systemsmanager_ci.yml │ ├── healthchecks_azure_blobstorage_cd.yml │ ├── healthchecks_azure_blobstorage_cd_preview.yml │ ├── healthchecks_azure_blobstorage_ci.yml │ ├── healthchecks_azure_digitaltwin_cd.yml │ ├── healthchecks_azure_digitaltwin_cd_preview.yml │ ├── healthchecks_azure_digitaltwin_ci.yml │ ├── healthchecks_azure_filestorage_cd.yml │ ├── healthchecks_azure_filestorage_cd_preview.yml │ ├── healthchecks_azure_filestorage_ci.yml │ ├── healthchecks_azure_iothub_cd.yml │ ├── healthchecks_azure_iothub_cd_preview.yml │ ├── healthchecks_azure_iothub_ci.yml │ ├── healthchecks_azure_queuestorage_cd.yml │ ├── healthchecks_azure_queuestorage_cd_preview.yml │ ├── healthchecks_azure_queuestorage_ci.yml │ ├── healthchecks_azure_tables_cd.yml │ ├── healthchecks_azure_tables_cd_preview.yml │ ├── healthchecks_azure_tables_ci.yml │ ├── healthchecks_azureapplicationinsights_cd.yml │ ├── healthchecks_azureapplicationinsights_cd_preview.yml │ ├── healthchecks_azureapplicationinsights_ci.yml │ ├── healthchecks_azureeventhubs_cd.yml │ ├── healthchecks_azureeventhubs_cd_preview.yml │ ├── healthchecks_azureeventhubs_ci.yml │ ├── healthchecks_azurekeyvault_cd.yml │ ├── healthchecks_azurekeyvault_cd_preview.yml │ ├── healthchecks_azurekeyvault_ci.yml │ ├── healthchecks_azurekeyvault_secrets_cd.yml │ ├── healthchecks_azurekeyvault_secrets_cd_preview.yml │ ├── healthchecks_azurekeyvault_secrets_ci.yml │ ├── healthchecks_azuresearch_cd.yml │ ├── healthchecks_azuresearch_cd_preview.yml │ ├── healthchecks_azuresearch_ci.yml │ ├── healthchecks_azureservicebus_cd.yml │ ├── healthchecks_azureservicebus_cd_preview.yml │ ├── healthchecks_azureservicebus_ci.yml │ ├── healthchecks_clickhouse_cd.yml │ ├── healthchecks_clickhouse_cd_preview.yml │ ├── healthchecks_clickhouse_ci.yml │ ├── healthchecks_consul_cd.yml │ ├── healthchecks_consul_cd_preview.yml │ ├── healthchecks_consul_ci.yml │ ├── healthchecks_cosmosdb_cd.yml │ ├── healthchecks_cosmosdb_cd_preview.yml │ ├── healthchecks_cosmosdb_ci.yml │ ├── healthchecks_dapr_cd.yml │ ├── healthchecks_dapr_cd_preview.yml │ ├── healthchecks_dapr_ci.yml │ ├── healthchecks_dynamodb_cd.yml │ ├── healthchecks_dynamodb_cd_preview.yml │ ├── healthchecks_dynamodb_ci.yml │ ├── healthchecks_elasticsearch_cd.yml │ ├── healthchecks_elasticsearch_cd_preview.yml │ ├── healthchecks_elasticsearch_ci.yml │ ├── healthchecks_eventstore_cd.yml │ ├── healthchecks_eventstore_cd_preview.yml │ ├── healthchecks_eventstore_ci.yml │ ├── healthchecks_eventstore_grpc_cd.yml │ ├── healthchecks_eventstore_grpc_cd_preview.yml │ ├── healthchecks_eventstore_grpc_ci.yml │ ├── healthchecks_gcp_cloudfirestore_cd.yml │ ├── healthchecks_gcp_cloudfirestore_cd_preview.yml │ ├── healthchecks_gcp_cloudfirestore_ci.yml │ ├── healthchecks_gremlin_cd.yml │ ├── healthchecks_gremlin_cd_preview.yml │ ├── healthchecks_gremlin_ci.yml │ ├── healthchecks_hangfire_cd.yml │ ├── healthchecks_hangfire_cd_preview.yml │ ├── healthchecks_hangfire_ci.yml │ ├── healthchecks_ibmmq_cd.yml │ ├── healthchecks_ibmmq_cd_preview.yml │ ├── healthchecks_ibmmq_ci.yml │ ├── healthchecks_influxdb_cd.yml │ ├── healthchecks_influxdb_cd_preview.yml │ ├── healthchecks_influxdb_ci.yml │ ├── healthchecks_kafka_cd.yml │ ├── healthchecks_kafka_cd_preview.yml │ ├── healthchecks_kafka_ci.yml │ ├── healthchecks_kubernetes_cd.yml │ ├── healthchecks_kubernetes_cd_preview.yml │ ├── healthchecks_kubernetes_ci.yml │ ├── healthchecks_milvus_cd.yml │ ├── healthchecks_milvus_cd_preview.yml │ ├── healthchecks_milvus_ci.yml │ ├── healthchecks_mongodb_cd.yml │ ├── healthchecks_mongodb_cd_preview.yml │ ├── healthchecks_mongodb_ci.yml │ ├── healthchecks_mysql_cd.yml │ ├── healthchecks_mysql_cd_preview.yml │ ├── healthchecks_mysql_ci.yml │ ├── healthchecks_nats_cd.yml │ ├── healthchecks_nats_cd_preview.yml │ ├── healthchecks_nats_ci.yml │ ├── healthchecks_network_cd.yml │ ├── healthchecks_network_cd_preview.yml │ ├── healthchecks_network_ci.yml │ ├── healthchecks_npgsql_cd.yml │ ├── healthchecks_npgsql_cd_preview.yml │ ├── healthchecks_npgsql_ci.yml │ ├── healthchecks_openidconnectserver_cd.yml │ ├── healthchecks_openidconnectserver_cd_preview.yml │ ├── healthchecks_openidconnectserver_ci.yml │ ├── healthchecks_oracle_cd.yml │ ├── healthchecks_oracle_cd_preview.yml │ ├── healthchecks_oracle_ci.yml │ ├── healthchecks_prometheus_metrics_cd.yml │ ├── healthchecks_prometheus_metrics_cd_preview.yml │ ├── healthchecks_prometheus_metrics_ci.yml │ ├── healthchecks_publisher_applicationinsights_cd.yml │ ├── healthchecks_publisher_applicationinsights_cd_preview.yml │ ├── healthchecks_publisher_applicationinsights_ci.yml │ ├── healthchecks_publisher_cloudwatch_cd.yml │ ├── healthchecks_publisher_cloudwatch_cd_preview.yml │ ├── healthchecks_publisher_cloudwatch_ci.yml │ ├── healthchecks_publisher_datadog_cd.yml │ ├── healthchecks_publisher_datadog_cd_preview.yml │ ├── healthchecks_publisher_datadog_ci.yml │ ├── healthchecks_publisher_prometheus_cd.yml │ ├── healthchecks_publisher_prometheus_cd_preview.yml │ ├── healthchecks_publisher_prometheus_ci.yml │ ├── healthchecks_publisher_seq_cd.yml │ ├── healthchecks_publisher_seq_cd_preview.yml │ ├── healthchecks_publisher_seq_ci.yml │ ├── healthchecks_qdrant_cd.yml │ ├── healthchecks_qdrant_cd_preview.yml │ ├── healthchecks_qdrant_ci.yml │ ├── healthchecks_rabbitmq_cd.yml │ ├── healthchecks_rabbitmq_cd_preview.yml │ ├── healthchecks_rabbitmq_ci.yml │ ├── healthchecks_rabbitmq_v6_cd.yml │ ├── healthchecks_rabbitmq_v6_cd_preview.yml │ ├── healthchecks_ravendb_cd.yml │ ├── healthchecks_ravendb_cd_preview.yml │ ├── healthchecks_ravendb_ci.yml │ ├── healthchecks_redis_cd.yml │ ├── healthchecks_redis_cd_preview.yml │ ├── healthchecks_redis_ci.yml │ ├── healthchecks_sendgrid_cd.yml │ ├── healthchecks_sendgrid_cd_preview.yml │ ├── healthchecks_sendgrid_ci.yml │ ├── healthchecks_signalr_cd.yml │ ├── healthchecks_signalr_cd_preview.yml │ ├── healthchecks_signalr_ci.yml │ ├── healthchecks_solr_cd.yml │ ├── healthchecks_solr_cd_preview.yml │ ├── healthchecks_solr_ci.yml │ ├── healthchecks_sqlite_cd.yml │ ├── healthchecks_sqlite_cd_preview.yml │ ├── healthchecks_sqlite_ci.yml │ ├── healthchecks_sqlserver_cd.yml │ ├── healthchecks_sqlserver_cd_preview.yml │ ├── healthchecks_sqlserver_ci.yml │ ├── healthchecks_surrealdb_cd.yml │ ├── healthchecks_surrealdb_cd_preview.yml │ ├── healthchecks_surrealdb_ci.yml │ ├── healthchecks_system_cd.yml │ ├── healthchecks_system_cd_preview.yml │ ├── healthchecks_system_ci.yml │ ├── healthchecks_ui_cd.yml │ ├── healthchecks_ui_cd_preview.yml │ ├── healthchecks_ui_ci.yml │ ├── healthchecks_uris_cd.yml │ ├── healthchecks_uris_cd_preview.yml │ ├── healthchecks_uris_ci.yml │ ├── label.yml │ ├── reusable_cd_preview_workflow.yml │ ├── reusable_cd_workflow.yml │ └── reusable_ci_workflow.yml ├── .gitignore ├── AspNetCore.Diagnostics.HealthChecks.sln ├── Directory.Build.props ├── Directory.Build.targets ├── Directory.Packages.props ├── LICENSE ├── Nuget.config ├── README.md ├── assets └── icon.png ├── deploy └── operator │ ├── 00-namespace.yaml │ ├── 01-serviceaccount.yaml │ ├── 10-cluster_role.yaml │ ├── 11-cluster_role_binding.yaml │ ├── 12-operator.yaml │ ├── crd │ ├── healthcheck-crd-pre-v1.22.yaml │ └── healthcheck-crd.yaml │ └── installer │ ├── .gitignore │ ├── Cargo.lock │ ├── Cargo.toml │ ├── releases │ ├── operator-installer-linux │ └── operator-installer-win.exe │ └── src │ ├── main.rs │ └── tree.rs ├── doc ├── images │ ├── k8s-discovery-service.png │ ├── timeline.png │ ├── ui-branding-2.jpg │ ├── ui-branding.png │ ├── ui-home.png │ ├── ui-webhooks.png │ └── ui-webhooks2.png ├── k8s-operator.md ├── k8s-ui-discovery.md ├── kubernetes-liveness.md ├── styles-branding.md ├── ui-changelog.md ├── ui-docker.md └── webhooks.md ├── docker-compose.yml ├── extensions ├── AspNetCoreHealthCheckReleaseGate │ ├── icon.png │ └── task.json ├── README.md ├── images │ ├── AspNetCoreHealthCheckBasic.png │ ├── AspNetCoreHealthCheckParticularCheck.png │ └── aspnethealth-task.png ├── luisfraile.vss-services-aspnetcorehealthcheck-gate-0.0.1.vsix ├── overview.md └── vss-extension.json ├── samples ├── HealthChecks.Sample │ ├── Controllers │ │ └── ValuesController.cs │ ├── HealthChecks.Sample.csproj │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ └── appsettings.json ├── HealthChecks.UI.Branding │ ├── HealthChecks.UI.Branding.csproj │ ├── IServiceCollectionExtensions.cs │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ ├── appsettings.json │ └── dotnet.css ├── HealthChecks.UI.Oidc │ ├── HealthChecks.UI.Oidc.csproj │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ ├── appsettings.Development.json │ └── appsettings.json ├── HealthChecks.UI.Sample │ ├── HealthChecks.UI.Sample.csproj │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ └── appsettings.json ├── HealthChecks.UI.StorageProviders │ ├── HealthChecks.UI.StorageProviders.csproj │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ ├── appsettings.Development.json │ └── appsettings.json ├── HealthChecks.UIAndApi │ ├── Controllers │ │ └── ValuesController.cs │ ├── HealthChecks.UIAndApi.csproj │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ └── appsettings.json ├── HealthChecks.UIAndApiCustomization │ ├── Controllers │ │ └── ValuesController.cs │ ├── HealthChecks.UIAndApiCustomization.csproj │ ├── Options │ │ └── RemoteOptions.cs │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Startup.cs │ └── appsettings.json ├── docker │ └── compose │ │ └── docker-compose.yml └── k8s-operator │ ├── install-operator.ps1 │ ├── install-operator.sh │ ├── monitored-application.yaml │ └── operator-deployment.yaml ├── src ├── ApiMarker.cs ├── CallerArgumentExpressionAttribute.cs ├── Directory.Build.props ├── DisposalHostedService.cs ├── HealthCheckResultTask.cs ├── HealthChecks.ApplicationStatus │ ├── ApplicationStatusHealthCheck.cs │ ├── DependencyInjection │ │ └── ApplicationStatusHealthCheckBuilderExtensions.cs │ ├── HealthChecks.ApplicationStatus.csproj │ └── README.md ├── HealthChecks.ArangoDb │ ├── ArangoDbHealthCheck.cs │ ├── ArangoDbOptions.cs │ ├── DependencyInjection │ │ └── ArangoDbHealthCheckBuilderExtensions.cs │ ├── HealthChecks.ArangoDb.csproj │ └── README.md ├── HealthChecks.Aws.S3 │ ├── DependencyInjection │ │ └── S3HealthCheckBuilderExtensions.cs │ ├── HealthChecks.Aws.S3.csproj │ ├── README.md │ ├── S3BucketOptions.cs │ └── S3HealthCheck.cs ├── HealthChecks.Aws.SecretsManager │ ├── DependencyInjection │ │ └── SecretsManagerHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Aws.SecretsManager.csproj │ ├── README.md │ ├── SecretsManagerHealthCheck.cs │ └── SecretsManagerOptions.cs ├── HealthChecks.Aws.Sns │ ├── DependencyInjection │ │ └── SnsHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Aws.Sns.csproj │ ├── README.md │ ├── SnsOptions.cs │ └── SnsTopicAndSubscriptionHealthCheck.cs ├── HealthChecks.Aws.Sqs │ ├── DependencyInjection │ │ └── SqsHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Aws.Sqs.csproj │ ├── README.md │ ├── SqsHealthCheck.cs │ └── SqsOptions.cs ├── HealthChecks.Aws.SystemsManager │ ├── DependencyInjection │ │ └── SystemsHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Aws.SystemsManager.csproj │ ├── README.md │ ├── SystemsManagerHealthCheck.cs │ └── SystemsManagerOptions.cs ├── HealthChecks.Azure.Data.Tables │ ├── AzureTableServiceHealthCheck.cs │ ├── AzureTableServiceHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── AzureTablesServiceHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.Data.Tables.csproj │ └── README.md ├── HealthChecks.Azure.IoTHub │ ├── DependencyInjection │ │ └── IoTHubHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.IoTHub.csproj │ ├── IoTHubRegistryManagerHealthCheck.cs │ ├── IoTHubServiceClientHealthCheck.cs │ └── README.md ├── HealthChecks.Azure.KeyVault.Secrets │ ├── AzureKeyVaultSecretsHealthCheck.cs │ ├── AzureKeyVaultSecretsHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── AzureKeyVaultHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.KeyVault.Secrets.csproj │ └── README.md ├── HealthChecks.Azure.Messaging.EventHubs │ ├── AzureEventHubHealthCheck.cs │ ├── DependencyInjection │ │ └── AzureEventHubHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.Messaging.EventHubs.csproj │ └── README.md ├── HealthChecks.Azure.Storage.Blobs │ ├── AzureBlobStorageHealthCheck.cs │ ├── AzureBlobStorageHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── AzureBlobStorageHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.Storage.Blobs.csproj │ └── README.md ├── HealthChecks.Azure.Storage.Files.Shares │ ├── AzureFileShareHealthCheck.cs │ ├── AzureFileShareHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── AzureQueueStorageHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.Storage.Files.Shares.csproj │ └── README.md ├── HealthChecks.Azure.Storage.Queues │ ├── AzureQueueStorageHealthCheck.cs │ ├── AzureQueueStorageHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── AzureQueueStorageHealthChecksBuilderExtensions.cs │ ├── HealthChecks.Azure.Storage.Queues.csproj │ └── README.md ├── HealthChecks.AzureApplicationInsights │ ├── AzureApplicationInsightsHealthCheck.cs │ ├── DependencyInjection │ │ └── AzureApplicationInsightsHealthCheckBuilderExtensions.cs │ ├── HealthChecks.AzureApplicationInsights.csproj │ └── README.md ├── HealthChecks.AzureDigitalTwin │ ├── AzureDigitalTwinHealthCheck.cs │ ├── AzureDigitalTwinInstanceHealthCheck.cs │ ├── AzureDigitalTwinModelsHealthCheck.cs │ ├── AzureDigitalTwinSubscriptionHealthCheck.cs │ ├── DependencyInjection │ │ └── AzureDigitalTwinHealthCheckBuilderExtensions.cs │ ├── HealthChecks.AzureDigitalTwin.csproj │ └── README.md ├── HealthChecks.AzureKeyVault │ ├── AzureKeyVaultHealthCheck.cs │ ├── AzureKeyVaultOptions.cs │ ├── DependencyInjection │ │ └── AzureKeyVaultHealthChecksBuilderExtensions.cs │ ├── HealthChecks.AzureKeyVault.csproj │ └── README.md ├── HealthChecks.AzureSearch │ ├── AzureSearchHealthCheck.cs │ ├── AzureSearchOptions.cs │ ├── DependencyInjection │ │ └── AzureSearchHealthCheckBuilderExtensions.cs │ └── HealthChecks.AzureSearch.csproj ├── HealthChecks.AzureServiceBus │ ├── AzureServiceBusHealthCheck.cs │ ├── AzureServiceBusQueueHealthCheck.cs │ ├── AzureServiceBusQueueMessageCountThresholdHealthCheck.cs │ ├── AzureServiceBusSubscriptionHealthCheck.cs │ ├── AzureServiceBusTopicHealthCheck.cs │ ├── ClientCache.cs │ ├── Configuration │ │ ├── AzureServiceBusHealthCheckOptions.cs │ │ ├── AzureServiceBusQueueHealthCheckOptions.cs │ │ ├── AzureServiceBusQueueMessagesCountThreshold.cs │ │ ├── AzureServiceBusQueueMessagesCountThresholdHealthCheckOptions.cs │ │ ├── AzureServiceBusSubscriptionHealthCheckHealthCheckOptions.cs │ │ └── AzureServiceBusTopicHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── AzureServiceBusHealthCheckBuilderExtensions.cs │ ├── HealthChecks.AzureServiceBus.csproj │ ├── README.md │ └── ServiceBusClientProvider.cs ├── HealthChecks.ClickHouse │ ├── ClickHouseHealthCheck.cs │ ├── DependencyInjection │ │ └── ClickHouseHealthCheckBuilderExtensions.cs │ ├── HealthChecks.ClickHouse.csproj │ └── README.md ├── HealthChecks.Consul │ ├── ConsulHealthCheck.cs │ ├── ConsulOptions.cs │ ├── DependencyInjection │ │ └── ConsulHealthCheckBuilderExtensions.cs │ └── HealthChecks.Consul.csproj ├── HealthChecks.CosmosDb │ ├── AzureCosmosDbHealthCheck.cs │ ├── AzureCosmosDbHealthCheckOptions.cs │ ├── DependencyInjection │ │ └── CosmosDbHealthCheckBuilderExtensions.cs │ ├── HealthChecks.CosmosDb.csproj │ └── README.md ├── HealthChecks.Dapr │ ├── DaprHealthCheck.cs │ ├── DependencyInjection │ │ └── DaprHealthCheckBuilderExtensions.cs │ └── HealthChecks.Dapr.csproj ├── HealthChecks.DynamoDb │ ├── DependencyInjection │ │ └── DynamoDbHealthCheckBuilderExtensions.cs │ ├── DynamoDbHealthCheck.cs │ ├── DynamoDbOptions.cs │ ├── HealthChecks.DynamoDb.csproj │ └── README.md ├── HealthChecks.Elasticsearch │ ├── DependencyInjection │ │ └── ElasticsearchHealthCheckBuilderExtensions.cs │ ├── ElasticsearchHealthCheck.cs │ ├── ElasticsearchOptions.cs │ └── HealthChecks.Elasticsearch.csproj ├── HealthChecks.EventStore.gRPC │ ├── DependencyInjection │ │ └── EventStoreHealthCheckBuilderExtensions.cs │ ├── EventStoreHealthCheck.cs │ └── HealthChecks.EventStore.gRPC.csproj ├── HealthChecks.EventStore │ ├── DependencyInjection │ │ └── EventStoreHealthCheckBuilderExtensions.cs │ ├── EventStoreHealthCheck.cs │ └── HealthChecks.EventStore.csproj ├── HealthChecks.Gcp.CloudFirestore │ ├── CloudFirestoreHealthCheck.cs │ ├── CloudFirestoreOptions.cs │ ├── DependencyInjection │ │ └── CloudFirestoreHealthCheckBuilderExtensions.cs │ └── HealthChecks.Gcp.CloudFirestore.csproj ├── HealthChecks.Gremlin │ ├── DependencyInjection │ │ └── GremlinHealthCheckBuilderExtensions.cs │ ├── GremlinHealthCheck.cs │ ├── GremlinOptions.cs │ └── HealthChecks.Gremlin.csproj ├── HealthChecks.Hangfire │ ├── DependencyInjection │ │ └── HangfireHealthCheckBuilderExtensions.cs │ ├── HangfireHealthCheck.cs │ ├── HangfireOptions.cs │ └── HealthChecks.Hangfire.csproj ├── HealthChecks.IbmMQ │ ├── DependencyInjection │ │ └── IbmMQHealthCheckBuilderExtensions.cs │ ├── HealthChecks.IbmMQ.csproj │ ├── IbmMQHealthCheck.cs │ └── README.md ├── HealthChecks.InfluxDB │ ├── DependencyInjection │ │ └── InfluxDBHealthCheckBuilderExtensions.cs │ ├── HealthChecks.InfluxDB.csproj │ ├── InfluxDBHealthCheck.cs │ └── README.md ├── HealthChecks.Kafka │ ├── DependencyInjection │ │ └── KafkaHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Kafka.csproj │ ├── KafkaHealthCheck.cs │ └── KafkaHealthCheckOptions.cs ├── HealthChecks.Kubernetes │ ├── DependencyInjection │ │ └── KubernetesHealthCheckBuilderExtensions.cs │ ├── Extensions │ │ └── KubernetesChecksTaskExtensions.cs │ ├── HealthChecks.Kubernetes.csproj │ ├── KubernetesChecksExecutor.cs │ ├── KubernetesHealthCheck.cs │ ├── KubernetesHealthCheckBuilder.cs │ ├── KubernetesHealthCheckOptions.cs │ └── KubernetesResourceCheck.cs ├── HealthChecks.Milvus │ ├── DependencyInjection │ │ └── MilvusHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Milvus.csproj │ └── MilvusHealthCheck.cs ├── HealthChecks.MongoDb │ ├── DependencyInjection │ │ └── MongoDbHealthCheckBuilderExtensions.cs │ ├── HealthChecks.MongoDb.csproj │ ├── MongoDbHealthCheck.cs │ └── README.md ├── HealthChecks.MySql │ ├── DependencyInjection │ │ └── MySqlHealthCheckBuilderExtensions.cs │ ├── HealthChecks.MySql.csproj │ ├── MySqlHealthCheck.cs │ ├── MySqlHealthCheckOptions.cs │ └── README.md ├── HealthChecks.Nats │ ├── DependencyInjection │ │ └── NatsHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Nats.csproj │ ├── NatsHealthCheck.cs │ └── README.md ├── HealthChecks.Network │ ├── Core │ │ ├── ImapCommands.cs │ │ ├── ImapConnection.cs │ │ ├── ImapConnectionOptions.cs │ │ ├── ImapConnectionType.cs │ │ ├── MailConnection.cs │ │ ├── SmtpCommands.cs │ │ ├── SmtpConnection.cs │ │ ├── SmtpConnectionOptions.cs │ │ └── SmtpConnectionType.cs │ ├── DependencyInjection │ │ └── NetworkHealthCheckBuilderExtensions.cs │ ├── DnsRegistration.cs │ ├── DnsResolveCountOptions.cs │ ├── DnsResolveHealthCheck.cs │ ├── DnsResolveHostCountHealthCheck.cs │ ├── DnsResolveOptions.cs │ ├── DnsResolveOptionsExtensions.cs │ ├── Extensions │ │ └── TaskExtensions.cs │ ├── FtpHealthCheck.cs │ ├── FtpHealthCheckOptions.cs │ ├── HealthChecks.Network.csproj │ ├── ImapHealthCheck.cs │ ├── ImapHealthCheckOptions.cs │ ├── PingHealthCheck.cs │ ├── PingHealthCheckOptions.cs │ ├── SftpConfiguration.cs │ ├── SftpHealthCheck.cs │ ├── SftpHealthCheckOptions.cs │ ├── SmtpHealthCheck.cs │ ├── SmtpHealthCheckOptions.cs │ ├── SslHealthCheck.cs │ ├── SslHealthCheckOptions.cs │ ├── TcpHealthCheck.cs │ └── TcpHealthCheckOptions.cs ├── HealthChecks.NpgSql │ ├── DependencyInjection │ │ └── NpgSqlHealthCheckBuilderExtensions.cs │ ├── HealthChecks.NpgSql.csproj │ ├── NpgSqlHealthCheck.cs │ ├── NpgSqlHealthCheckOptions.cs │ └── README.md ├── HealthChecks.OpenIdConnectServer │ ├── DependencyInjection │ │ └── OpenIdConnectServerHealthCheckBuilderExtensions.cs │ ├── DiscoveryEndpointResponse.cs │ ├── HealthChecks.OpenIdConnectServer.csproj │ ├── OidcConstants.cs │ ├── OpenIdConnectServerHealthCheck.cs │ └── README.md ├── HealthChecks.Oracle │ ├── DependencyInjection │ │ └── OracleHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Oracle.csproj │ ├── OracleHealthCheck.cs │ └── OracleHealthCheckOptions.cs ├── HealthChecks.Prometheus.Metrics │ ├── Extensions │ │ └── ApplicationBuilderExtensions.cs │ ├── HealthChecks.Prometheus.Metrics.csproj │ ├── LivenessPrometheusMetrics.cs │ └── PrometheusResponseWriter.cs ├── HealthChecks.Publisher.ApplicationInsights │ ├── ApplicationInsightsPublisher.cs │ ├── DependencyInjection │ │ └── ApplicationInsightsHealthCheckBuilderExtensions.cs │ └── HealthChecks.Publisher.ApplicationInsights.csproj ├── HealthChecks.Publisher.CloudWatch │ ├── CloudWatchOptions.cs │ ├── CloudWatchPublisher.cs │ ├── DependencyInjection │ │ └── CloudWatchHealthCheckBuilderExtensions.cs │ └── HealthChecks.Publisher.CloudWatch.csproj ├── HealthChecks.Publisher.Datadog │ ├── DatadogPublisher.cs │ ├── DependencyInjection │ │ └── DatadogHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Publisher.Datadog.csproj │ └── README.md ├── HealthChecks.Publisher.Prometheus │ ├── DependencyInjection │ │ └── PrometheusGatewayHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Publisher.Prometheus.csproj │ ├── LivenessPrometheusMetrics.cs │ ├── PrometheusGatewayPublisher.cs │ └── PrometheusResponseWriter.cs ├── HealthChecks.Publisher.Seq │ ├── DependencyInjection │ │ └── SeqHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Publisher.Seq.csproj │ ├── RawEvent.cs │ ├── RawEvents.cs │ ├── SeqInputLevel.cs │ ├── SeqOptions.cs │ └── SeqPublisher.cs ├── HealthChecks.Qdrant │ ├── DependencyInjection │ │ └── QdrantHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Qdrant.csproj │ └── QdrantHealthCheck.cs ├── HealthChecks.Rabbitmq.v6 │ ├── DependencyInjection │ │ └── RabbitMQHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Rabbitmq.v6.csproj │ ├── README.md │ ├── RabbitMQHealthCheck.cs │ └── RabbitMQHealthCheckOptions.cs ├── HealthChecks.Rabbitmq │ ├── DependencyInjection │ │ └── RabbitMQHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Rabbitmq.csproj │ ├── README.md │ └── RabbitMQHealthCheck.cs ├── HealthChecks.RavenDB │ ├── DependencyInjection │ │ └── RavenDBHealthCheckBuilderExtensions.cs │ ├── HealthChecks.RavenDB.csproj │ ├── RavenDBHealthCheck.cs │ └── RavenDBOptions.cs ├── HealthChecks.Redis │ ├── DependencyInjection │ │ └── RedisHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Redis.csproj │ └── RedisHealthCheck.cs ├── HealthChecks.SendGrid │ ├── DependencyInjection │ │ └── SendGridHealthCheckExtensions.cs │ ├── HealthChecks.SendGrid.csproj │ └── SendGridHealthCheck.cs ├── HealthChecks.SignalR │ ├── DependencyInjection │ │ └── SignalRHealthCheckBuilderExtensions.cs │ ├── HealthChecks.SignalR.csproj │ └── SignalRHealthCheck.cs ├── HealthChecks.Solr │ ├── DependencyInjection │ │ └── SolrHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Solr.csproj │ ├── SolrHealthCheck.cs │ └── SolrOptions.cs ├── HealthChecks.SqlServer │ ├── DependencyInjection │ │ └── SqlServerHealthCheckBuilderExtensions.cs │ ├── HealthChecks.SqlServer.csproj │ ├── SqlServerHealthCheck.cs │ └── SqlServerHealthCheckOptions.cs ├── HealthChecks.Sqlite │ ├── DependencyInjection │ │ └── SqliteHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Sqlite.csproj │ ├── SqliteHealthCheck.cs │ └── SqliteHealthCheckOptions.cs ├── HealthChecks.SurrealDb │ ├── DependencyInjection │ │ └── SurrealDbHealthCheckBuilderExtensions.cs │ ├── HealthChecks.SurrealDb.csproj │ ├── README.md │ └── SurrealDbHealthCheck.cs ├── HealthChecks.System │ ├── DependencyInjection │ │ └── SystemHealthCheckBuilderExtensions.cs │ ├── DiskStorageHealthCheck.cs │ ├── DiskStorageOptions.cs │ ├── FileHealthCheck.cs │ ├── FileHealthCheckOptions.cs │ ├── FolderHealthCheck.cs │ ├── FolderHealthCheckOptions.cs │ ├── HealthChecks.System.csproj │ ├── MaximumValueHealthCheck.cs │ ├── ProcessAllocatedMemoryHealthCheck.cs │ ├── ProcessHealthCheck.cs │ └── WindowsServiceHealthCheck.cs ├── HealthChecks.UI.Client │ ├── HealthChecks.UI.Client.csproj │ └── UIResponseWriter.cs ├── HealthChecks.UI.Core │ ├── HealthChecks.UI.Core.csproj │ ├── HealthChecksUIBuilder.cs │ └── UIHealthReport.cs ├── HealthChecks.UI.Data │ ├── Configuration │ │ ├── HealthCheckConfigurationMap.cs │ │ ├── HealthCheckExecutionEntryMap.cs │ │ ├── HealthCheckExecutionHistoryMap.cs │ │ ├── HealthCheckExecutionMap.cs │ │ └── HealthCheckFailureNotificationsMap.cs │ ├── HealthCheckConfiguration.cs │ ├── HealthCheckExecution.cs │ ├── HealthCheckExecutionEntry.cs │ ├── HealthCheckFailureNotifications.cs │ ├── HealthCheckStatusHistory.cs │ ├── HealthChecks.UI.Data.csproj │ └── HealthChecksDb.cs ├── HealthChecks.UI.InMemory.Storage │ ├── HealthChecks.UI.InMemory.Storage.csproj │ └── HealthChecksUIBuilderExtensions.cs ├── HealthChecks.UI.K8s.Operator │ ├── Constants.cs │ ├── Controller │ │ ├── DeploymentResult.cs │ │ ├── HealthChecksController.cs │ │ └── IHealthChecksController.cs │ ├── Crd │ │ ├── CustomResource.cs │ │ ├── CustomResourceList.cs │ │ ├── HealthCheckResource.cs │ │ ├── HealthCheckResourceList.cs │ │ ├── HealthCheckResourceSpec.cs │ │ └── ResourceDefinitionObjects.cs │ ├── Diagnostics │ │ └── OperatorDiagnostics.cs │ ├── Dockerfile │ ├── Extensions │ │ ├── AsyncExtensions.cs │ │ ├── ContainerExtensions.cs │ │ ├── HealthCheckResourceExtensions.cs │ │ ├── IKubernetesExtensions.cs │ │ └── StringExtensions.cs │ ├── Handlers │ │ ├── ConfigMapHandler.cs │ │ ├── DeploymentHandler.cs │ │ ├── NotificationHandler.cs │ │ ├── SecretHandler.cs │ │ └── ServiceHandler.cs │ ├── HealthChecks.UI.K8s.Operator.csproj │ ├── Operator │ │ ├── ClusterServiceWatcher.cs │ │ ├── HealthChecksOperator.cs │ │ ├── HealthChecksPushService.cs │ │ ├── KubernetesAddressFactory.cs │ │ ├── NamespacedServiceWatcher.cs │ │ └── ServiceType.cs │ └── Program.cs ├── HealthChecks.UI.MySql.Storage │ ├── .config │ │ └── dotnet-tools.json │ ├── HealthChecks.UI.MySql.Storage.csproj │ ├── HealthChecksUIBuilderExtensions.cs │ └── Migrations │ │ ├── 20200415105900_initial.Designer.cs │ │ ├── 20200415105900_initial.cs │ │ ├── 20200915214722_3.1.2-changes.Designer.cs │ │ ├── 20200915214722_3.1.2-changes.cs │ │ └── HealthChecksDbModelSnapshot.cs ├── HealthChecks.UI.PostgreSQL.Storage │ ├── .config │ │ └── dotnet-tools.json │ ├── HealthChecks.UI.PostgreSQL.Storage.csproj │ ├── HealthChecksUIBuilderExtensions.cs │ └── Migrations │ │ ├── 20200410133103_initial.Designer.cs │ │ ├── 20200410133103_initial.cs │ │ ├── 20200915213546_3.1.2-changes.Designer.cs │ │ ├── 20200915213546_3.1.2-changes.cs │ │ └── HealthChecksDbModelSnapshot.cs ├── HealthChecks.UI.SQLite.Storage │ ├── .config │ │ └── dotnet-tools.json │ ├── HealthChecks.UI.SQLite.Storage.csproj │ ├── HealthChecksUIBuilderExtensions.cs │ └── Migrations │ │ ├── 20200410123101_initial.Designer.cs │ │ ├── 20200410123101_initial.cs │ │ ├── 20200915212630_3.1.2-changes.Designer.cs │ │ ├── 20200915212630_3.1.2-changes.cs │ │ └── HealthChecksDbModelSnapshot.cs ├── HealthChecks.UI.SqlServer.Storage │ ├── .config │ │ └── dotnet-tools.json │ ├── HealthChecks.UI.SqlServer.Storage.csproj │ ├── HealthChecksUIBuilderExtensions.cs │ └── Migrations │ │ ├── 20200410110604_initial.Designer.cs │ │ ├── 20200410110604_initial.cs │ │ ├── 20200915210355_3.1.2-changes.Designer.cs │ │ ├── 20200915210355_3.1.2-changes.cs │ │ └── HealthChecksDbModelSnapshot.cs ├── HealthChecks.UI │ ├── .gitignore │ ├── Configuration │ │ ├── Options.cs │ │ └── Settings.cs │ ├── Core │ │ ├── ContentType.cs │ │ ├── Discovery │ │ │ └── K8S │ │ │ │ ├── Extensions │ │ │ │ └── IKubernetesExtensions.cs │ │ │ │ ├── KubernetesAddressFactory.cs │ │ │ │ ├── KubernetesDiscoveryHostedService.cs │ │ │ │ ├── KubernetesDiscoveryOptions.cs │ │ │ │ └── ServiceType.cs │ │ ├── Extensions │ │ │ ├── HealthReportExtensions.cs │ │ │ ├── StringExtensions.cs │ │ │ ├── UIResourceExtensions.cs │ │ │ └── UriExtensions.cs │ │ ├── HostedService │ │ │ ├── HealthCheckReportCollector.cs │ │ │ ├── HealthCheckReportCollectorHostedService.cs │ │ │ ├── IHealthCheckReportCollector.cs │ │ │ └── UIInitializationHostedService.cs │ │ ├── IHealthCheckCollectorInterceptor.cs │ │ ├── IUIResourcesReader.cs │ │ ├── Notifications │ │ │ ├── IHealthCheckFailureNotifier.cs │ │ │ └── WebHookFailureNotifier.cs │ │ ├── ServerAddressesService.cs │ │ ├── UIEmbeddedResourcesReader.cs │ │ ├── UIEndpointsResourceMapper.cs │ │ ├── UIResource.cs │ │ ├── UIResourceMapper.cs │ │ └── UIStylesheet.cs │ ├── Endpoints │ │ └── HealthChecksUIConventionBuilder.cs │ ├── Extensions │ │ ├── ApplicationBuilderExtensions.cs │ │ ├── ConfigurationExtensions.cs │ │ ├── DatabaseFacadeExtensions.cs │ │ ├── EndpointRouteBuilderExtensions.cs │ │ └── ServiceCollectionExtensions.cs │ ├── HealthChecks.UI.csproj │ ├── Keys.cs │ ├── Middleware │ │ ├── UIApiEndpointMiddleware.cs │ │ ├── UIApiRequestLimitingMiddleware.cs │ │ ├── UISettingsMiddleware.cs │ │ └── UIWebHooksApiMiddleware.cs │ ├── assets │ │ ├── fonts │ │ │ ├── heart-check.svg │ │ │ ├── material.woff2 │ │ │ └── white-gear.svg │ │ ├── healthchecksui.css │ │ ├── images │ │ │ ├── degraded.png │ │ │ ├── down.png │ │ │ ├── kubernetes-icon.png │ │ │ └── ok.png │ │ ├── index.html │ │ ├── material.css │ │ ├── svg │ │ │ ├── collapse.svg │ │ │ ├── dark-heart.svg │ │ │ ├── expand.svg │ │ │ ├── gear.svg │ │ │ ├── heart-check.svg │ │ │ ├── heart-o.svg │ │ │ ├── menu.svg │ │ │ ├── minus.svg │ │ │ ├── plus.svg │ │ │ ├── white-gear.svg │ │ │ └── white-heart.svg │ │ └── vendors-dll.js.map │ ├── build │ │ ├── vendors.js │ │ ├── webpack.config.js │ │ └── webpack.dll.js │ ├── client │ │ ├── App.tsx │ │ ├── api │ │ │ └── fetchers.ts │ │ ├── components │ │ │ ├── AlertPanel.tsx │ │ │ ├── AsideMenu.tsx │ │ │ ├── CheckTable.tsx │ │ │ ├── Footer.tsx │ │ │ ├── LivenessDetail.tsx │ │ │ ├── LivenessMenu.tsx │ │ │ ├── LivenessPanel.tsx │ │ │ ├── LivenessTable.tsx │ │ │ └── Status.tsx │ │ ├── config │ │ │ └── UISettings.ts │ │ ├── custom.d.ts │ │ ├── healthChecksResources.ts │ │ ├── index.tsx │ │ ├── pages │ │ │ ├── LivenessPage.tsx │ │ │ └── WebhooksPage.tsx │ │ ├── routes │ │ │ └── Routes.tsx │ │ ├── typings │ │ │ ├── global.d.ts │ │ │ └── models.d.ts │ │ └── utils │ │ │ └── array.ts │ ├── package-lock.json │ ├── package.json │ └── tsconfig.json └── HealthChecks.Uris │ ├── DependencyInjection │ └── UrisHealthCheckBuilderExtensions.cs │ ├── HealthChecks.Uris.csproj │ ├── UriHealthCheck.cs │ └── UriHealthCheckOptions.cs └── test ├── Directory.Build.props ├── FunctionalTests ├── Base │ ├── CollectionExecutionFixture.cs │ ├── ExecutionFixture.cs │ ├── HttpClientExtensions.cs │ ├── SkipOnAppVeyor.cs │ ├── SkipOnPlatform.cs │ └── TestCollectorInterceptor.cs ├── FunctionalTests.csproj ├── HealthChecks.UI │ ├── Configuration │ │ ├── UIConfigurationTests.cs │ │ ├── UIHttpMessageHandlerTests.cs │ │ └── appsettings.json │ ├── DatabaseProviders │ │ ├── HostBuilderHelper.cs │ │ ├── InMemoryStorageProviderTests.cs │ │ ├── MySqlStorageProviderTests.cs │ │ ├── PostgreSqlStorageProviderTests.cs │ │ ├── ProviderTestHelper.cs │ │ ├── SqlServerStorageProviderTests.cs │ │ ├── SqliteStorageProviderTests.cs │ │ └── UpdateConfigurationTests.cs │ ├── ServerAddressesServiceTests.cs │ └── UIApiRequestLimitingTests.cs └── id_rsa ├── HealthChecks.ApplicationStatus.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── ApplicationStatusHealthCheckTests.cs ├── HealthChecks.ApplicationStatus.Tests.csproj ├── HealthChecks.ApplicationStatus.approved.txt └── TestHostApplicationLifeTime.cs ├── HealthChecks.ArangoDb.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── ArangoDbHealthCheckTests.cs ├── HealthChecks.ArangoDb.Tests.csproj └── HealthChecks.ArangoDb.approved.txt ├── HealthChecks.Aws.S3.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Aws.S3.Tests.csproj └── HealthChecks.Aws.S3.approved.txt ├── HealthChecks.Aws.SecretsManager.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Aws.SecretsManager.Tests.csproj └── HealthChecks.Aws.SecretsManager.approved.txt ├── HealthChecks.Aws.Sns.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Aws.Sns.Tests.csproj └── HealthChecks.Aws.Sns.approved.txt ├── HealthChecks.Aws.Sqs.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Aws.Sqs.Tests.csproj └── HealthChecks.Aws.Sqs.approved.txt ├── HealthChecks.Aws.SystemsManager.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Aws.SystemsManager.Tests.csproj └── HealthChecks.Aws.SystemsManager.approved.txt ├── HealthChecks.Azure.Data.Tables.Tests ├── AzureTableStorageHealthCheckTests.cs ├── HealthChecks.Azure.Data.Tables.Tests.csproj ├── HealthChecks.Azure.Data.Tables.approved.txt └── TableStorageConformanceTests.cs ├── HealthChecks.Azure.IoTHub.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Azure.IoTHub.Tests.csproj ├── HealthChecks.Azure.IoTHub.approved.txt ├── IoTHubRegistryManagerConformanceTests.cs └── IoTHubServiceClientConformanceTests.cs ├── HealthChecks.Azure.KeyVault.Secrets.Tests ├── Functional │ └── AzureKeyVaultSecretOptionsTests.cs ├── HealthChecks.Azure.KeyVault.Secrets.Tests.csproj ├── HealthChecks.Azure.KeyVault.Secrets.approved.txt └── SecretsConformanceTests.cs ├── HealthChecks.Azure.Messaging.EventHubs.Tests ├── EventHubsConformanceTests.cs ├── HealthChecks.Azure.Messaging.EventHubs.Tests.csproj └── HealthChecks.Azure.Messaging.EventHubs.approved.txt ├── HealthChecks.Azure.Storage.Blobs.Tests ├── AzureBlobStorageHealthCheckTests.cs ├── BlobStorageConformanceTests.cs ├── HealthChecks.Azure.Storage.Blobs.Tests.csproj └── HealthChecks.Azure.Storage.Blobs.approved.txt ├── HealthChecks.Azure.Storage.Files.Shares.Tests ├── AzureFileShareHealthCheckTests.cs ├── FileConformanceTests.cs ├── HealthChecks.Azure.Storage.Files.Shares.Tests.csproj └── HealthChecks.Azure.Storage.Files.Shares.approved.txt ├── HealthChecks.Azure.Storage.Queues.Tests ├── AzureQueueStorageHealthCheckTests.cs ├── HealthChecks.Azure.Storage.Queues.Tests.csproj ├── HealthChecks.Azure.Storage.Queues.approved.txt └── QueueStorageConformanceTests.cs ├── HealthChecks.AzureApplicationInsights.Tests ├── DependencyInjection │ └── AzureApplicationInsightsUnitTests.cs ├── HealthChecks.AzureApplicationInsights.Tests.csproj └── HealthChecks.AzureApplicationInsights.approved.txt ├── HealthChecks.AzureDigitalTwin.Tests ├── DependencyInjection │ ├── AzureDigitalTwinInstanceUnitTests.cs │ ├── AzureDigitalTwinModelUnitTests.cs │ ├── AzureDigitalTwinUnitTests.cs │ └── Mocks │ │ └── MockCredentials.cs ├── HealthChecks.AzureDigitalTwin.Tests.csproj └── HealthChecks.AzureDigitalTwin.approved.txt ├── HealthChecks.AzureKeyVault.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── AzureKeyVaultHealthCheckTests.cs ├── HealthChecks.AzureKeyVault.Tests.csproj └── HealthChecks.AzureKeyVault.approved.txt ├── HealthChecks.AzureSearch.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.AzureSearch.Tests.csproj └── HealthChecks.AzureSearch.approved.txt ├── HealthChecks.AzureServiceBus.Tests ├── AzureServiceBusQueueHealthCheckTests.cs ├── AzureServiceBusQueueMessageCountThresholdHealthCheckTests.cs ├── AzureServiceBusSubscriptionHealthCheckTests.cs ├── AzureServiceBusTopicHealthCheckTests.cs ├── DependencyInjection │ ├── AzureServiceBusQueueMessageThresholdCountUnitTests.cs │ ├── AzureServiceBusQueueMessageThresholdCountUnitWithTokenUnitTests.cs │ ├── AzureServiceBusQueueRegistrationTests.cs │ ├── AzureServiceBusQueueUnitWithTokenRegistrationTests.cs │ ├── AzureServiceBusSubscriptionRegistrationTests.cs │ ├── AzureServiceBusSubscriptionWithTokenRegistrationTests.cs │ ├── AzureServiceBusTopicRegistrationTests.cs │ └── AzureServiceBusTopicWithTokenRegistrationTests.cs ├── HealthChecks.AzureServiceBus.Tests.csproj └── HealthChecks.AzureServiceBus.approved.txt ├── HealthChecks.ClickHouse.Tests ├── ClickHouseContainerFixture.cs ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── ClickHouseHealthCheckTests.cs ├── HealthChecks.ClickHouse.Tests.csproj └── HealthChecks.ClickHouse.approved.txt ├── HealthChecks.Consul.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── ConsulHealthCheckTests.cs ├── HealthChecks.Consul.Tests.csproj └── HealthChecks.Consul.approved.txt ├── HealthChecks.CosmosDb.Tests ├── CosmosDbConformanceTests.cs ├── CosmosDbHealthCheckTests.cs ├── HealthChecks.CosmosDb.Tests.csproj └── HealthChecks.CosmosDb.approved.txt ├── HealthChecks.Dapr.Tests ├── DependencyInjection │ └── DaprRegistrationTests.cs ├── HealthChecks.Dapr.Tests.csproj └── HealthChecks.Dapr.approved.txt ├── HealthChecks.DynamoDb.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.DynamoDb.Tests.csproj └── HealthChecks.DynamoDb.approved.txt ├── HealthChecks.Elasticsearch.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Fixtures │ └── ElasticContainerFixture.cs ├── Functional │ ├── ElasticsearchAuthenticationTests.cs │ └── ElasticsearchHealthCheckTests.cs ├── HealthChecks.Elasticsearch.Tests.csproj ├── HealthChecks.Elasticsearch.approved.txt └── Resources │ └── docker-compose.yml ├── HealthChecks.EventStore.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── EventStoreHealthCheckTests.cs ├── HealthChecks.EventStore.Tests.csproj └── HealthChecks.EventStore.approved.txt ├── HealthChecks.EventStore.gRPC.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── EventStoreHealthCheckTests.cs ├── HealthChecks.EventStore.gRPC.Tests.csproj └── HealthChecks.EventStore.gRPC.approved.txt ├── HealthChecks.Gcp.CloudFirestore.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Gcp.CloudFirestore.Tests.csproj └── HealthChecks.Gcp.CloudFirestore.approved.txt ├── HealthChecks.Gremlin.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── GremlinHealthCheckTests.cs ├── HealthChecks.Gremlin.Tests.csproj └── HealthChecks.Gremlin.approved.txt ├── HealthChecks.Hangfire.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Hangfire.Tests.csproj └── HealthChecks.Hangfire.approved.txt ├── HealthChecks.IbmMQ.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── IbmMQHealthCheckTests.cs ├── HealthChecks.IbmMQ.Tests.csproj └── HealthChecks.IbmMQ.approved.txt ├── HealthChecks.InfluxDB.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── InfluxDBHealthCheckTests.cs ├── HealthChecks.InfluxDB.Tests.csproj └── HealthChecks.InfluxDB.approved.txt ├── HealthChecks.Kafka.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── KafkaHealthCheckTests.cs ├── HealthChecks.Kafka.Tests.csproj ├── HealthChecks.Kafka.approved.txt └── KafkaContainerFixture.cs ├── HealthChecks.Kubernetes.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── KubernetesHealthCheckTests.cs ├── HealthChecks.Kubernetes.Tests.csproj └── HealthChecks.Kubernetes.approved.txt ├── HealthChecks.Milvus.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── MilvusHealthCheckTests.cs ├── HealthChecks.Milvus.Tests.csproj ├── HealthChecks.Milvus.approved.txt └── MilvusContainerFixture.cs ├── HealthChecks.MongoDb.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── MongoDbHealthCheckTests.cs ├── HealthChecks.MongoDb.Tests.csproj ├── HealthChecks.MongoDb.approved.txt └── MongoDbContainerFixture.cs ├── HealthChecks.MySql.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── MySqlHealthCheckTests.cs ├── HealthChecks.MySql.Tests.csproj ├── HealthChecks.MySql.approved.txt └── MySqlContainerFixture.cs ├── HealthChecks.Nats.Tests ├── Defines.cs ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── NatsHealthCheckTests.cs ├── HealthChecks.Nats.Tests.csproj └── HealthChecks.Nats.approved.txt ├── HealthChecks.Network.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── ExtensionsTests.cs ├── Functional │ ├── DnsHealthCheckTests.cs │ ├── DnsResolveCountHealthCheckTests.cs │ ├── FtpHealthCheckTests.cs │ ├── HttpClientExtensions.cs │ ├── ImapHealthCheckTests.cs │ ├── PingHealthCheckTests.cs │ ├── SftpHealthCheckTests.cs │ ├── SmtpHealthCheckTests.cs │ ├── SslHealthCheckTests.cs │ └── TcpHealthCheckTests.cs ├── HealthChecks.Network.Tests.csproj ├── HealthChecks.Network.approved.txt └── id_rsa ├── HealthChecks.Npgsql.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── NpgsqlHealthCheckTests.cs ├── HealthChecks.NpgSql.approved.txt ├── HealthChecks.Npgsql.Tests.csproj └── PostgreSQLContainerFixture.cs ├── HealthChecks.OpenIdConnectServer.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ ├── DiscoveryEndpointResponseTests.cs │ └── OpenIdConnectServerHealthCheckTests.cs ├── HealthChecks.OpenIdConnectServer.Tests.csproj └── HealthChecks.OpenIdConnectServer.approved.txt ├── HealthChecks.Oracle.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── OracleHealthCheckTests.cs ├── HealthChecks.Oracle.Tests.csproj └── HealthChecks.Oracle.approved.txt ├── HealthChecks.Prometheus.Metrics.Tests ├── Functional │ ├── PrometheusResponseWriterTests.cs │ └── StringAssertionExtensions.cs ├── HealthChecks.Prometheus.Metrics.Tests.csproj └── HealthChecks.Prometheus.Metrics.approved.txt ├── HealthChecks.Publisher.ApplicationInsights.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── ApplicationInsightsPublisherTests.cs ├── HealthChecks.Publisher.ApplicationInsights.Tests.csproj └── HealthChecks.Publisher.ApplicationInsights.approved.txt ├── HealthChecks.Publisher.CloudWatch.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Publisher.CloudWatch.Tests.csproj └── HealthChecks.Publisher.CloudWatch.approved.txt ├── HealthChecks.Publisher.Datadog.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Publisher.Datadog.Tests.csproj └── HealthChecks.Publisher.Datadog.approved.txt ├── HealthChecks.Publisher.Prometheus.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.Publisher.Prometheus.Tests.csproj └── HealthChecks.Publisher.Prometheus.approved.txt ├── HealthChecks.Publisher.Seq.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── SeqPublisherTests.cs ├── HealthChecks.Publisher.Seq.Tests.csproj └── HealthChecks.Publisher.Seq.approved.txt ├── HealthChecks.Qdrant.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── QdrantHealthCheckTests.cs ├── HealthChecks.Qdrant.Tests.csproj ├── HealthChecks.Qdrant.approved.txt └── QdrantContainerFixture.cs ├── HealthChecks.RabbitMQ.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── RabbitHealthCheckTests.cs ├── HealthChecks.RabbitMQ.Tests.csproj ├── HealthChecks.Rabbitmq.approved.txt └── RabbitMQContainerFixture.cs ├── HealthChecks.RabbitMQ.v6.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── RabbitHealthCheckTests.cs ├── HealthChecks.RabbitMQ.v6.Tests.csproj └── HealthChecks.Rabbitmq.approved.txt ├── HealthChecks.RavenDb.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ ├── RavenDbHealthCheckTests.cs │ └── RavenDbHealthCheckTestsSingleConnectionString.cs ├── HealthChecks.RavenDB.approved.txt ├── HealthChecks.RavenDb.Tests.csproj └── RavenDbContainerFixture.cs ├── HealthChecks.Redis.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── RedisHealthCheckTests.cs ├── HealthChecks.Redis.Tests.csproj ├── HealthChecks.Redis.approved.txt └── RedisContainerFixture.cs ├── HealthChecks.SendGrid.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── HealthChecks.SendGrid.Tests.csproj └── HealthChecks.SendGrid.approved.txt ├── HealthChecks.SignalR.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── SignalRHealthCheckTests.cs ├── HealthChecks.SignalR.Tests.csproj └── HealthChecks.SignalR.approved.txt ├── HealthChecks.Solr.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── SolrHealthCheckTests.cs ├── HealthChecks.Solr.Tests.csproj └── HealthChecks.Solr.approved.txt ├── HealthChecks.SqlServer.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── SqlServerHealthCheckTests.cs ├── HealthChecks.SqlServer.Tests.csproj ├── HealthChecks.SqlServer.approved.txt └── SqlServerContainerFixture.cs ├── HealthChecks.Sqlite.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── SqliteHealthCheckTests.cs ├── HealthChecks.Sqlite.Tests.csproj └── HealthChecks.Sqlite.approved.txt ├── HealthChecks.SurrealDb.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ └── SurrealDbHealthCheckTests.cs ├── HealthChecks.SurrealDb.Tests.csproj ├── HealthChecks.SurrealDb.approved.txt └── SurrealDbContainerFixture.cs ├── HealthChecks.System.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ ├── DiskStorageHealthCheckTests.cs │ ├── FileHealthCheckTests.cs │ ├── FolderHealthCheckTests.cs │ ├── MemoryHealthCheckTests.cs │ ├── ProcessHealthChecksTests.cs │ └── WindowsServiceHealthcheckTests.cs ├── HealthChecks.System.Tests.csproj ├── HealthChecks.System.approved.txt └── Seedwork │ └── SkipOnPlattform.cs ├── HealthChecks.UI.Client.Tests ├── HealthChecks.UI.Client.Tests.csproj ├── HealthChecks.UI.Client.approved.txt └── UIResponseWriterTests.cs ├── HealthChecks.UI.Core.Tests ├── HealthChecks.UI.Core.Tests.csproj ├── HealthChecks.UI.Core.approved.txt └── UIHealthReportTests.cs ├── HealthChecks.UI.Data.Tests ├── HealthChecks.UI.Data.Tests.csproj ├── HealthChecks.UI.Data.approved.txt └── HealthChecksDbTests.cs ├── HealthChecks.UI.Tests ├── Functional │ ├── Configuration │ │ ├── UIConfigurationTests.cs │ │ ├── UIHttpMessageHandlerTests.cs │ │ └── appsettings.json │ ├── DatabaseProviders │ │ ├── DockerImageStorageProviderTests.cs │ │ ├── HostBuilderHelper.cs │ │ ├── InMemoryStorageProviderTests.cs │ │ ├── MySqlStorageProviderTests.cs │ │ ├── PostgreSqlStorageProviderTests.cs │ │ ├── SqlServerStorageProviderTests.cs │ │ ├── SqliteStorageProviderTests.cs │ │ └── UpdateConfigurationTests.cs │ ├── DefaultStartup.cs │ ├── ServerAddressesServiceTests.cs │ └── UIApiRequestLimitingTests.cs ├── HealthChecks.UI.Tests.csproj ├── HealthChecks.UI.approved.txt ├── KubernetesAddressFactoryTests.cs ├── SampleData │ ├── local-cluster-discovery-sample.json │ └── remote-cluster-discovery-sample.json ├── Seedwork │ ├── HttpClientExtensions.cs │ ├── ProviderTestHelper.cs │ ├── StringAssertionExtensions.cs │ └── TestCollectorInterceptor.cs └── xunit.runner.json ├── HealthChecks.Uris.Tests ├── DependencyInjection │ └── RegistrationTests.cs ├── Functional │ ├── UrisHealthCheckTests.cs │ └── UrisHealthcheckTests2.cs ├── HealthChecks.Uris.Tests.csproj └── HealthChecks.Uris.approved.txt └── _SHARED ├── ApiApprovalTests.cs ├── ConformanceTests.cs ├── TestLogger.cs └── TestLoggerProvider.cs /.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.config/dotnet-tools.json -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.editorconfig -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.env -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/enhancement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/ISSUE_TEMPLATE/enhancement.md -------------------------------------------------------------------------------- /.github/codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/codecov.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/healthchecks_applicationstatus_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_applicationstatus_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_applicationstatus_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_applicationstatus_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_applicationstatus_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_applicationstatus_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_arangodb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_arangodb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_arangodb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_arangodb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_arangodb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_arangodb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_s3_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_s3_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_s3_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_s3_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_s3_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_s3_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_secretsmanager_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_secretsmanager_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_secretsmanager_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_secretsmanager_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_secretsmanager_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_secretsmanager_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_sns_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_sns_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_sns_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_sns_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_sns_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_sns_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_sqs_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_sqs_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_sqs_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_sqs_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_sqs_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_sqs_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_systemsmanager_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_systemsmanager_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_systemsmanager_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_systemsmanager_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_aws_systemsmanager_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_aws_systemsmanager_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_blobstorage_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_blobstorage_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_blobstorage_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_blobstorage_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_blobstorage_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_blobstorage_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_digitaltwin_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_digitaltwin_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_digitaltwin_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_digitaltwin_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_digitaltwin_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_digitaltwin_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_filestorage_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_filestorage_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_filestorage_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_filestorage_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_filestorage_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_filestorage_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_iothub_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_iothub_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_iothub_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_iothub_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_iothub_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_iothub_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_queuestorage_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_queuestorage_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_queuestorage_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_queuestorage_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_queuestorage_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_queuestorage_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_tables_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_tables_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_tables_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_tables_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azure_tables_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azure_tables_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureapplicationinsights_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureapplicationinsights_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureapplicationinsights_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureapplicationinsights_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureeventhubs_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureeventhubs_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureeventhubs_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureeventhubs_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureeventhubs_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureeventhubs_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azurekeyvault_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azurekeyvault_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azurekeyvault_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azurekeyvault_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azurekeyvault_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azurekeyvault_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azurekeyvault_secrets_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azurekeyvault_secrets_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azurekeyvault_secrets_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azurekeyvault_secrets_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azurekeyvault_secrets_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azurekeyvault_secrets_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azuresearch_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azuresearch_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azuresearch_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azuresearch_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azuresearch_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azuresearch_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureservicebus_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureservicebus_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureservicebus_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureservicebus_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_azureservicebus_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_azureservicebus_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_clickhouse_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_clickhouse_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_clickhouse_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_clickhouse_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_clickhouse_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_clickhouse_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_consul_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_consul_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_consul_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_consul_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_consul_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_consul_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_cosmosdb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_cosmosdb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_cosmosdb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_cosmosdb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_cosmosdb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_cosmosdb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_dapr_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_dapr_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_dapr_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_dapr_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_dapr_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_dapr_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_dynamodb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_dynamodb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_dynamodb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_dynamodb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_dynamodb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_dynamodb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_elasticsearch_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_elasticsearch_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_elasticsearch_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_elasticsearch_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_elasticsearch_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_elasticsearch_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_eventstore_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_eventstore_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_eventstore_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_eventstore_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_eventstore_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_eventstore_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_eventstore_grpc_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_eventstore_grpc_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_eventstore_grpc_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_eventstore_grpc_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_eventstore_grpc_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_eventstore_grpc_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_gcp_cloudfirestore_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_gcp_cloudfirestore_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_gcp_cloudfirestore_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_gcp_cloudfirestore_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_gcp_cloudfirestore_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_gcp_cloudfirestore_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_gremlin_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_gremlin_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_gremlin_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_gremlin_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_gremlin_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_gremlin_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_hangfire_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_hangfire_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_hangfire_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_hangfire_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_hangfire_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_hangfire_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ibmmq_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ibmmq_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ibmmq_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ibmmq_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ibmmq_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ibmmq_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_influxdb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_influxdb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_influxdb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_influxdb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_influxdb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_influxdb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_kafka_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_kafka_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_kafka_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_kafka_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_kafka_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_kafka_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_kubernetes_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_kubernetes_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_kubernetes_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_kubernetes_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_kubernetes_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_kubernetes_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_milvus_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_milvus_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_milvus_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_milvus_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_milvus_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_milvus_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_mongodb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_mongodb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_mongodb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_mongodb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_mongodb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_mongodb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_mysql_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_mysql_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_mysql_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_mysql_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_mysql_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_mysql_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_nats_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_nats_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_nats_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_nats_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_nats_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_nats_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_network_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_network_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_network_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_network_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_network_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_network_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_npgsql_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_npgsql_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_npgsql_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_npgsql_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_npgsql_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_npgsql_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_openidconnectserver_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_openidconnectserver_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_openidconnectserver_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_openidconnectserver_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_openidconnectserver_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_openidconnectserver_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_oracle_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_oracle_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_oracle_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_oracle_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_oracle_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_oracle_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_prometheus_metrics_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_prometheus_metrics_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_prometheus_metrics_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_prometheus_metrics_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_prometheus_metrics_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_prometheus_metrics_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_applicationinsights_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_applicationinsights_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_applicationinsights_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_applicationinsights_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_cloudwatch_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_cloudwatch_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_cloudwatch_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_cloudwatch_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_cloudwatch_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_datadog_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_datadog_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_datadog_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_datadog_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_datadog_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_datadog_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_prometheus_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_prometheus_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_prometheus_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_prometheus_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_prometheus_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_prometheus_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_seq_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_seq_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_seq_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_seq_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_publisher_seq_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_publisher_seq_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_qdrant_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_qdrant_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_qdrant_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_qdrant_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_qdrant_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_qdrant_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_rabbitmq_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_rabbitmq_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_rabbitmq_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_rabbitmq_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_rabbitmq_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_rabbitmq_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_rabbitmq_v6_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_rabbitmq_v6_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_rabbitmq_v6_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_rabbitmq_v6_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ravendb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ravendb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ravendb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ravendb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ravendb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ravendb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_redis_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_redis_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_redis_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_redis_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_redis_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_redis_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sendgrid_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sendgrid_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sendgrid_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sendgrid_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sendgrid_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sendgrid_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_signalr_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_signalr_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_signalr_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_signalr_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_signalr_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_signalr_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_solr_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_solr_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_solr_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_solr_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_solr_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_solr_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sqlite_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sqlite_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sqlite_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sqlite_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sqlite_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sqlite_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sqlserver_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sqlserver_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sqlserver_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sqlserver_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_sqlserver_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_sqlserver_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_surrealdb_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_surrealdb_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_surrealdb_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_surrealdb_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_surrealdb_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_surrealdb_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_system_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_system_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_system_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_system_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_system_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_system_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ui_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ui_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ui_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ui_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_ui_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_ui_ci.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_uris_cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_uris_cd.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_uris_cd_preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_uris_cd_preview.yml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_uris_ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/healthchecks_uris_ci.yml -------------------------------------------------------------------------------- /.github/workflows/label.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/label.yml -------------------------------------------------------------------------------- /.github/workflows/reusable_cd_preview_workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/reusable_cd_preview_workflow.yml -------------------------------------------------------------------------------- /.github/workflows/reusable_cd_workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/reusable_cd_workflow.yml -------------------------------------------------------------------------------- /.github/workflows/reusable_ci_workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.github/workflows/reusable_ci_workflow.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/.gitignore -------------------------------------------------------------------------------- /AspNetCore.Diagnostics.HealthChecks.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/AspNetCore.Diagnostics.HealthChecks.sln -------------------------------------------------------------------------------- /Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/Directory.Build.props -------------------------------------------------------------------------------- /Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/Directory.Build.targets -------------------------------------------------------------------------------- /Directory.Packages.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/Directory.Packages.props -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/LICENSE -------------------------------------------------------------------------------- /Nuget.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/Nuget.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/README.md -------------------------------------------------------------------------------- /assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/assets/icon.png -------------------------------------------------------------------------------- /deploy/operator/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/operator/01-serviceaccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/01-serviceaccount.yaml -------------------------------------------------------------------------------- /deploy/operator/10-cluster_role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/10-cluster_role.yaml -------------------------------------------------------------------------------- /deploy/operator/11-cluster_role_binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/11-cluster_role_binding.yaml -------------------------------------------------------------------------------- /deploy/operator/12-operator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/12-operator.yaml -------------------------------------------------------------------------------- /deploy/operator/crd/healthcheck-crd-pre-v1.22.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/crd/healthcheck-crd-pre-v1.22.yaml -------------------------------------------------------------------------------- /deploy/operator/crd/healthcheck-crd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/crd/healthcheck-crd.yaml -------------------------------------------------------------------------------- /deploy/operator/installer/.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | .vscode/ 3 | ![Rr]eleases/ -------------------------------------------------------------------------------- /deploy/operator/installer/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/installer/Cargo.lock -------------------------------------------------------------------------------- /deploy/operator/installer/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/installer/Cargo.toml -------------------------------------------------------------------------------- /deploy/operator/installer/releases/operator-installer-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/installer/releases/operator-installer-linux -------------------------------------------------------------------------------- /deploy/operator/installer/releases/operator-installer-win.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/installer/releases/operator-installer-win.exe -------------------------------------------------------------------------------- /deploy/operator/installer/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/installer/src/main.rs -------------------------------------------------------------------------------- /deploy/operator/installer/src/tree.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/deploy/operator/installer/src/tree.rs -------------------------------------------------------------------------------- /doc/images/k8s-discovery-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/k8s-discovery-service.png -------------------------------------------------------------------------------- /doc/images/timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/timeline.png -------------------------------------------------------------------------------- /doc/images/ui-branding-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/ui-branding-2.jpg -------------------------------------------------------------------------------- /doc/images/ui-branding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/ui-branding.png -------------------------------------------------------------------------------- /doc/images/ui-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/ui-home.png -------------------------------------------------------------------------------- /doc/images/ui-webhooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/ui-webhooks.png -------------------------------------------------------------------------------- /doc/images/ui-webhooks2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/images/ui-webhooks2.png -------------------------------------------------------------------------------- /doc/k8s-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/k8s-operator.md -------------------------------------------------------------------------------- /doc/k8s-ui-discovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/k8s-ui-discovery.md -------------------------------------------------------------------------------- /doc/kubernetes-liveness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/kubernetes-liveness.md -------------------------------------------------------------------------------- /doc/styles-branding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/styles-branding.md -------------------------------------------------------------------------------- /doc/ui-changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/ui-changelog.md -------------------------------------------------------------------------------- /doc/ui-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/ui-docker.md -------------------------------------------------------------------------------- /doc/webhooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/doc/webhooks.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /extensions/AspNetCoreHealthCheckReleaseGate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/AspNetCoreHealthCheckReleaseGate/icon.png -------------------------------------------------------------------------------- /extensions/AspNetCoreHealthCheckReleaseGate/task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/AspNetCoreHealthCheckReleaseGate/task.json -------------------------------------------------------------------------------- /extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/README.md -------------------------------------------------------------------------------- /extensions/images/AspNetCoreHealthCheckBasic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/images/AspNetCoreHealthCheckBasic.png -------------------------------------------------------------------------------- /extensions/images/AspNetCoreHealthCheckParticularCheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/images/AspNetCoreHealthCheckParticularCheck.png -------------------------------------------------------------------------------- /extensions/images/aspnethealth-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/images/aspnethealth-task.png -------------------------------------------------------------------------------- /extensions/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/overview.md -------------------------------------------------------------------------------- /extensions/vss-extension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/extensions/vss-extension.json -------------------------------------------------------------------------------- /samples/HealthChecks.Sample/Controllers/ValuesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.Sample/Controllers/ValuesController.cs -------------------------------------------------------------------------------- /samples/HealthChecks.Sample/HealthChecks.Sample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.Sample/HealthChecks.Sample.csproj -------------------------------------------------------------------------------- /samples/HealthChecks.Sample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.Sample/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.Sample/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.Sample/Properties/launchSettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.Sample/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.Sample/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.Sample/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.Sample/appsettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/IServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/IServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/Properties/launchSettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/appsettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Branding/dotnet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Branding/dotnet.css -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Oidc/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Oidc/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Oidc/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Oidc/Properties/launchSettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Oidc/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Oidc/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Oidc/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Oidc/appsettings.Development.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Oidc/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Oidc/appsettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Sample/HealthChecks.UI.Sample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Sample/HealthChecks.UI.Sample.csproj -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Sample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Sample/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Sample/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Sample/Properties/launchSettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Sample/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Sample/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.Sample/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.Sample/appsettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UI.StorageProviders/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.StorageProviders/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.StorageProviders/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.StorageProviders/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UI.StorageProviders/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UI.StorageProviders/appsettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApi/Controllers/ValuesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApi/Controllers/ValuesController.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApi/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApi/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApi/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApi/Properties/launchSettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApi/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApi/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApi/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApi/appsettings.json -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApiCustomization/Options/RemoteOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApiCustomization/Options/RemoteOptions.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApiCustomization/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApiCustomization/Program.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApiCustomization/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApiCustomization/Startup.cs -------------------------------------------------------------------------------- /samples/HealthChecks.UIAndApiCustomization/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/HealthChecks.UIAndApiCustomization/appsettings.json -------------------------------------------------------------------------------- /samples/docker/compose/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/docker/compose/docker-compose.yml -------------------------------------------------------------------------------- /samples/k8s-operator/install-operator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/k8s-operator/install-operator.ps1 -------------------------------------------------------------------------------- /samples/k8s-operator/install-operator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/k8s-operator/install-operator.sh -------------------------------------------------------------------------------- /samples/k8s-operator/monitored-application.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/k8s-operator/monitored-application.yaml -------------------------------------------------------------------------------- /samples/k8s-operator/operator-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/samples/k8s-operator/operator-deployment.yaml -------------------------------------------------------------------------------- /src/ApiMarker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/ApiMarker.cs -------------------------------------------------------------------------------- /src/CallerArgumentExpressionAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/CallerArgumentExpressionAttribute.cs -------------------------------------------------------------------------------- /src/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/Directory.Build.props -------------------------------------------------------------------------------- /src/DisposalHostedService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/DisposalHostedService.cs -------------------------------------------------------------------------------- /src/HealthCheckResultTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthCheckResultTask.cs -------------------------------------------------------------------------------- /src/HealthChecks.ApplicationStatus/ApplicationStatusHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ApplicationStatus/ApplicationStatusHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.ApplicationStatus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ApplicationStatus/README.md -------------------------------------------------------------------------------- /src/HealthChecks.ArangoDb/ArangoDbHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ArangoDb/ArangoDbHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.ArangoDb/ArangoDbOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ArangoDb/ArangoDbOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj -------------------------------------------------------------------------------- /src/HealthChecks.ArangoDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ArangoDb/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Aws.S3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.S3/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Aws.S3/S3BucketOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.S3/S3BucketOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.S3/S3HealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.S3/S3HealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.SecretsManager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.SecretsManager/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Aws.SecretsManager/SecretsManagerHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.SecretsManager/SecretsManagerHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.SecretsManager/SecretsManagerOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.SecretsManager/SecretsManagerOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sns/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sns/SnsOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sns/SnsOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sns/SnsTopicAndSubscriptionHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sns/SnsTopicAndSubscriptionHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sqs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sqs/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sqs/SqsHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sqs/SqsHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.Sqs/SqsOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.Sqs/SqsOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.SystemsManager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.SystemsManager/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Aws.SystemsManager/SystemsManagerHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.SystemsManager/SystemsManagerHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Aws.SystemsManager/SystemsManagerOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Aws.SystemsManager/SystemsManagerOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Data.Tables/AzureTableServiceHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Data.Tables/AzureTableServiceHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Data.Tables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Data.Tables/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Azure.IoTHub/HealthChecks.Azure.IoTHub.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.IoTHub/HealthChecks.Azure.IoTHub.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Azure.IoTHub/IoTHubRegistryManagerHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.IoTHub/IoTHubRegistryManagerHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Azure.IoTHub/IoTHubServiceClientHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.IoTHub/IoTHubServiceClientHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Azure.IoTHub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.IoTHub/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Azure.KeyVault.Secrets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.KeyVault.Secrets/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Messaging.EventHubs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Messaging.EventHubs/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Storage.Blobs/AzureBlobStorageHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Storage.Blobs/AzureBlobStorageHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Storage.Blobs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Storage.Blobs/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Storage.Files.Shares/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Storage.Files.Shares/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Azure.Storage.Queues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Azure.Storage.Queues/README.md -------------------------------------------------------------------------------- /src/HealthChecks.AzureApplicationInsights/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureApplicationInsights/README.md -------------------------------------------------------------------------------- /src/HealthChecks.AzureDigitalTwin/AzureDigitalTwinHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureDigitalTwin/AzureDigitalTwinHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureDigitalTwin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureDigitalTwin/README.md -------------------------------------------------------------------------------- /src/HealthChecks.AzureKeyVault/AzureKeyVaultHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureKeyVault/AzureKeyVaultHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureKeyVault/AzureKeyVaultOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureKeyVault/AzureKeyVaultOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj -------------------------------------------------------------------------------- /src/HealthChecks.AzureKeyVault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureKeyVault/README.md -------------------------------------------------------------------------------- /src/HealthChecks.AzureSearch/AzureSearchHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureSearch/AzureSearchHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureSearch/AzureSearchOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureSearch/AzureSearchOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj -------------------------------------------------------------------------------- /src/HealthChecks.AzureServiceBus/AzureServiceBusHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureServiceBus/AzureServiceBusHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureServiceBus/AzureServiceBusQueueHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureServiceBus/AzureServiceBusQueueHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureServiceBus/AzureServiceBusTopicHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureServiceBus/AzureServiceBusTopicHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureServiceBus/ClientCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureServiceBus/ClientCache.cs -------------------------------------------------------------------------------- /src/HealthChecks.AzureServiceBus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureServiceBus/README.md -------------------------------------------------------------------------------- /src/HealthChecks.AzureServiceBus/ServiceBusClientProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.AzureServiceBus/ServiceBusClientProvider.cs -------------------------------------------------------------------------------- /src/HealthChecks.ClickHouse/ClickHouseHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ClickHouse/ClickHouseHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.ClickHouse/HealthChecks.ClickHouse.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ClickHouse/HealthChecks.ClickHouse.csproj -------------------------------------------------------------------------------- /src/HealthChecks.ClickHouse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.ClickHouse/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Consul/ConsulHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Consul/ConsulHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Consul/ConsulOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Consul/ConsulOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Consul/HealthChecks.Consul.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Consul/HealthChecks.Consul.csproj -------------------------------------------------------------------------------- /src/HealthChecks.CosmosDb/AzureCosmosDbHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.CosmosDb/AzureCosmosDbHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.CosmosDb/AzureCosmosDbHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.CosmosDb/AzureCosmosDbHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj -------------------------------------------------------------------------------- /src/HealthChecks.CosmosDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.CosmosDb/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Dapr/DaprHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Dapr/DaprHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Dapr/HealthChecks.Dapr.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Dapr/HealthChecks.Dapr.csproj -------------------------------------------------------------------------------- /src/HealthChecks.DynamoDb/DynamoDbHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.DynamoDb/DynamoDbHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.DynamoDb/DynamoDbOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.DynamoDb/DynamoDbOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj -------------------------------------------------------------------------------- /src/HealthChecks.DynamoDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.DynamoDb/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Elasticsearch/ElasticsearchHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Elasticsearch/ElasticsearchHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Elasticsearch/ElasticsearchOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Elasticsearch/ElasticsearchOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj -------------------------------------------------------------------------------- /src/HealthChecks.EventStore.gRPC/EventStoreHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.EventStore.gRPC/EventStoreHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.EventStore/EventStoreHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.EventStore/EventStoreHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.EventStore/HealthChecks.EventStore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.EventStore/HealthChecks.EventStore.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Gcp.CloudFirestore/CloudFirestoreHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Gcp.CloudFirestore/CloudFirestoreHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Gcp.CloudFirestore/CloudFirestoreOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Gcp.CloudFirestore/CloudFirestoreOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Gremlin/GremlinHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Gremlin/GremlinHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Gremlin/GremlinOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Gremlin/GremlinOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Hangfire/HangfireHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Hangfire/HangfireHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Hangfire/HangfireOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Hangfire/HangfireOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj -------------------------------------------------------------------------------- /src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj -------------------------------------------------------------------------------- /src/HealthChecks.IbmMQ/IbmMQHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.IbmMQ/IbmMQHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.IbmMQ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.IbmMQ/README.md -------------------------------------------------------------------------------- /src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj -------------------------------------------------------------------------------- /src/HealthChecks.InfluxDB/InfluxDBHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.InfluxDB/InfluxDBHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.InfluxDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.InfluxDB/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Kafka/HealthChecks.Kafka.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kafka/HealthChecks.Kafka.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Kafka/KafkaHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kafka/KafkaHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Kafka/KafkaHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kafka/KafkaHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Kubernetes/KubernetesChecksExecutor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kubernetes/KubernetesChecksExecutor.cs -------------------------------------------------------------------------------- /src/HealthChecks.Kubernetes/KubernetesHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kubernetes/KubernetesHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Kubernetes/KubernetesHealthCheckBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kubernetes/KubernetesHealthCheckBuilder.cs -------------------------------------------------------------------------------- /src/HealthChecks.Kubernetes/KubernetesHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kubernetes/KubernetesHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Kubernetes/KubernetesResourceCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Kubernetes/KubernetesResourceCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Milvus/HealthChecks.Milvus.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Milvus/HealthChecks.Milvus.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Milvus/MilvusHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Milvus/MilvusHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj -------------------------------------------------------------------------------- /src/HealthChecks.MongoDb/MongoDbHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MongoDb/MongoDbHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.MongoDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MongoDb/README.md -------------------------------------------------------------------------------- /src/HealthChecks.MySql/HealthChecks.MySql.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MySql/HealthChecks.MySql.csproj -------------------------------------------------------------------------------- /src/HealthChecks.MySql/MySqlHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MySql/MySqlHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.MySql/MySqlHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MySql/MySqlHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.MySql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.MySql/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Nats/HealthChecks.Nats.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Nats/HealthChecks.Nats.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Nats/NatsHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Nats/NatsHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Nats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Nats/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/ImapCommands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/ImapCommands.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/ImapConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/ImapConnection.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/ImapConnectionOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/ImapConnectionOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/ImapConnectionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/ImapConnectionType.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/MailConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/MailConnection.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/SmtpCommands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/SmtpCommands.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/SmtpConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/SmtpConnection.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/SmtpConnectionOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/SmtpConnectionOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Core/SmtpConnectionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Core/SmtpConnectionType.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/DnsRegistration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/DnsRegistration.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/DnsResolveCountOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/DnsResolveCountOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/DnsResolveHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/DnsResolveHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/DnsResolveHostCountHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/DnsResolveHostCountHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/DnsResolveOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/DnsResolveOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/DnsResolveOptionsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/DnsResolveOptionsExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/Extensions/TaskExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/Extensions/TaskExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/FtpHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/FtpHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/FtpHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/FtpHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/HealthChecks.Network.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/HealthChecks.Network.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Network/ImapHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/ImapHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/ImapHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/ImapHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/PingHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/PingHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/PingHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/PingHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SftpConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SftpConfiguration.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SftpHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SftpHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SftpHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SftpHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SmtpHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SmtpHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SmtpHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SmtpHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SslHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SslHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/SslHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/SslHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/TcpHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/TcpHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Network/TcpHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Network/TcpHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj -------------------------------------------------------------------------------- /src/HealthChecks.NpgSql/NpgSqlHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.NpgSql/NpgSqlHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.NpgSql/NpgSqlHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.NpgSql/NpgSqlHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.NpgSql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.NpgSql/README.md -------------------------------------------------------------------------------- /src/HealthChecks.OpenIdConnectServer/DiscoveryEndpointResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.OpenIdConnectServer/DiscoveryEndpointResponse.cs -------------------------------------------------------------------------------- /src/HealthChecks.OpenIdConnectServer/OidcConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.OpenIdConnectServer/OidcConstants.cs -------------------------------------------------------------------------------- /src/HealthChecks.OpenIdConnectServer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.OpenIdConnectServer/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Oracle/HealthChecks.Oracle.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Oracle/HealthChecks.Oracle.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Oracle/OracleHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Oracle/OracleHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Oracle/OracleHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Oracle/OracleHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Prometheus.Metrics/LivenessPrometheusMetrics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Prometheus.Metrics/LivenessPrometheusMetrics.cs -------------------------------------------------------------------------------- /src/HealthChecks.Prometheus.Metrics/PrometheusResponseWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Prometheus.Metrics/PrometheusResponseWriter.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.CloudWatch/CloudWatchOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.CloudWatch/CloudWatchOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.CloudWatch/CloudWatchPublisher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.CloudWatch/CloudWatchPublisher.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Datadog/DatadogPublisher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Datadog/DatadogPublisher.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Datadog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Datadog/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Prometheus/LivenessPrometheusMetrics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Prometheus/LivenessPrometheusMetrics.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Prometheus/PrometheusGatewayPublisher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Prometheus/PrometheusGatewayPublisher.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Prometheus/PrometheusResponseWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Prometheus/PrometheusResponseWriter.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Seq/HealthChecks.Publisher.Seq.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Seq/HealthChecks.Publisher.Seq.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Seq/RawEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Seq/RawEvent.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Seq/RawEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Seq/RawEvents.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Seq/SeqInputLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Seq/SeqInputLevel.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Seq/SeqOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Seq/SeqOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Publisher.Seq/SeqPublisher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Publisher.Seq/SeqPublisher.cs -------------------------------------------------------------------------------- /src/HealthChecks.Qdrant/HealthChecks.Qdrant.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Qdrant/HealthChecks.Qdrant.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Qdrant/QdrantHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Qdrant/QdrantHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq.v6/HealthChecks.Rabbitmq.v6.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq.v6/HealthChecks.Rabbitmq.v6.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq.v6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq.v6/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq.v6/RabbitMQHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq.v6/RabbitMQHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq.v6/RabbitMQHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq.v6/RabbitMQHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq/README.md -------------------------------------------------------------------------------- /src/HealthChecks.Rabbitmq/RabbitMQHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Rabbitmq/RabbitMQHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj -------------------------------------------------------------------------------- /src/HealthChecks.RavenDB/RavenDBHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.RavenDB/RavenDBHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.RavenDB/RavenDBOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.RavenDB/RavenDBOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Redis/HealthChecks.Redis.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Redis/HealthChecks.Redis.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Redis/RedisHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Redis/RedisHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.SendGrid/HealthChecks.SendGrid.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SendGrid/HealthChecks.SendGrid.csproj -------------------------------------------------------------------------------- /src/HealthChecks.SendGrid/SendGridHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SendGrid/SendGridHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.SignalR/HealthChecks.SignalR.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SignalR/HealthChecks.SignalR.csproj -------------------------------------------------------------------------------- /src/HealthChecks.SignalR/SignalRHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SignalR/SignalRHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Solr/HealthChecks.Solr.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Solr/HealthChecks.Solr.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Solr/SolrHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Solr/SolrHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Solr/SolrOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Solr/SolrOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj -------------------------------------------------------------------------------- /src/HealthChecks.SqlServer/SqlServerHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SqlServer/SqlServerHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.SqlServer/SqlServerHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SqlServer/SqlServerHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.Sqlite/HealthChecks.Sqlite.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Sqlite/HealthChecks.Sqlite.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Sqlite/SqliteHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Sqlite/SqliteHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Sqlite/SqliteHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Sqlite/SqliteHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.SurrealDb/HealthChecks.SurrealDb.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SurrealDb/HealthChecks.SurrealDb.csproj -------------------------------------------------------------------------------- /src/HealthChecks.SurrealDb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SurrealDb/README.md -------------------------------------------------------------------------------- /src/HealthChecks.SurrealDb/SurrealDbHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.SurrealDb/SurrealDbHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/DiskStorageHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/DiskStorageHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/DiskStorageOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/DiskStorageOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/FileHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/FileHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/FileHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/FileHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/FolderHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/FolderHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/FolderHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/FolderHealthCheckOptions.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/HealthChecks.System.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/HealthChecks.System.csproj -------------------------------------------------------------------------------- /src/HealthChecks.System/MaximumValueHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/MaximumValueHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/ProcessAllocatedMemoryHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/ProcessAllocatedMemoryHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/ProcessHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/ProcessHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.System/WindowsServiceHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.System/WindowsServiceHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Client/HealthChecks.UI.Client.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Client/HealthChecks.UI.Client.csproj -------------------------------------------------------------------------------- /src/HealthChecks.UI.Client/UIResponseWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Client/UIResponseWriter.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Core/HealthChecks.UI.Core.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Core/HealthChecks.UI.Core.csproj -------------------------------------------------------------------------------- /src/HealthChecks.UI.Core/HealthChecksUIBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Core/HealthChecksUIBuilder.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Core/UIHealthReport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Core/UIHealthReport.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/Configuration/HealthCheckExecutionMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/Configuration/HealthCheckExecutionMap.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthCheckConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthCheckConfiguration.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthCheckExecution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthCheckExecution.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthCheckExecutionEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthCheckExecutionEntry.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthCheckFailureNotifications.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthCheckFailureNotifications.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthCheckStatusHistory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthCheckStatusHistory.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj -------------------------------------------------------------------------------- /src/HealthChecks.UI.Data/HealthChecksDb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.Data/HealthChecksDb.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Constants.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Controller/DeploymentResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Controller/DeploymentResult.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Crd/CustomResource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Crd/CustomResource.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Crd/CustomResourceList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Crd/CustomResourceList.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Crd/HealthCheckResource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Crd/HealthCheckResource.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Crd/HealthCheckResourceList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Crd/HealthCheckResourceList.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Crd/HealthCheckResourceSpec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Crd/HealthCheckResourceSpec.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Crd/ResourceDefinitionObjects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Crd/ResourceDefinitionObjects.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Diagnostics/OperatorDiagnostics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Diagnostics/OperatorDiagnostics.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Dockerfile -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Extensions/AsyncExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Extensions/AsyncExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Extensions/ContainerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Extensions/ContainerExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Extensions/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Extensions/StringExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Handlers/ConfigMapHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Handlers/ConfigMapHandler.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Handlers/DeploymentHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Handlers/DeploymentHandler.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Handlers/NotificationHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Handlers/NotificationHandler.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Handlers/SecretHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Handlers/SecretHandler.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Handlers/ServiceHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Handlers/ServiceHandler.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Operator/ClusterServiceWatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Operator/ClusterServiceWatcher.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Operator/HealthChecksOperator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Operator/HealthChecksOperator.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Operator/ServiceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Operator/ServiceType.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.K8s.Operator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.K8s.Operator/Program.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI.MySql.Storage/.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.MySql.Storage/.config/dotnet-tools.json -------------------------------------------------------------------------------- /src/HealthChecks.UI.PostgreSQL.Storage/.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.PostgreSQL.Storage/.config/dotnet-tools.json -------------------------------------------------------------------------------- /src/HealthChecks.UI.SQLite.Storage/.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.SQLite.Storage/.config/dotnet-tools.json -------------------------------------------------------------------------------- /src/HealthChecks.UI.SqlServer.Storage/.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI.SqlServer.Storage/.config/dotnet-tools.json -------------------------------------------------------------------------------- /src/HealthChecks.UI/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/.gitignore -------------------------------------------------------------------------------- /src/HealthChecks.UI/Configuration/Options.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Configuration/Options.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Configuration/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Configuration/Settings.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/ContentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/ContentType.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Discovery/K8S/KubernetesAddressFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Discovery/K8S/KubernetesAddressFactory.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Discovery/K8S/ServiceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Discovery/K8S/ServiceType.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Extensions/HealthReportExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Extensions/HealthReportExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Extensions/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Extensions/StringExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Extensions/UIResourceExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Extensions/UIResourceExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Extensions/UriExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Extensions/UriExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/IHealthCheckCollectorInterceptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/IHealthCheckCollectorInterceptor.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/IUIResourcesReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/IUIResourcesReader.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/Notifications/WebHookFailureNotifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/Notifications/WebHookFailureNotifier.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/ServerAddressesService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/ServerAddressesService.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/UIEmbeddedResourcesReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/UIEmbeddedResourcesReader.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/UIEndpointsResourceMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/UIEndpointsResourceMapper.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/UIResource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/UIResource.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/UIResourceMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/UIResourceMapper.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Core/UIStylesheet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Core/UIStylesheet.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Endpoints/HealthChecksUIConventionBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Endpoints/HealthChecksUIConventionBuilder.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Extensions/ApplicationBuilderExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Extensions/ApplicationBuilderExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Extensions/ConfigurationExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Extensions/ConfigurationExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Extensions/DatabaseFacadeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Extensions/DatabaseFacadeExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Extensions/EndpointRouteBuilderExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Extensions/EndpointRouteBuilderExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Extensions/ServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Extensions/ServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/HealthChecks.UI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/HealthChecks.UI.csproj -------------------------------------------------------------------------------- /src/HealthChecks.UI/Keys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Keys.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Middleware/UIApiEndpointMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Middleware/UIApiEndpointMiddleware.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Middleware/UIApiRequestLimitingMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Middleware/UIApiRequestLimitingMiddleware.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Middleware/UISettingsMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Middleware/UISettingsMiddleware.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/Middleware/UIWebHooksApiMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/Middleware/UIWebHooksApiMiddleware.cs -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/fonts/heart-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/fonts/heart-check.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/fonts/material.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/fonts/material.woff2 -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/fonts/white-gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/fonts/white-gear.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/healthchecksui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/healthchecksui.css -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/images/degraded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/images/degraded.png -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/images/down.png -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/images/kubernetes-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/images/kubernetes-icon.png -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/images/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/images/ok.png -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/index.html -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/material.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/material.css -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/collapse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/collapse.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/dark-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/dark-heart.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/expand.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/gear.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/heart-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/heart-check.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/heart-o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/heart-o.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/menu.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/minus.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/plus.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/white-gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/white-gear.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/svg/white-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/svg/white-heart.svg -------------------------------------------------------------------------------- /src/HealthChecks.UI/assets/vendors-dll.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/assets/vendors-dll.js.map -------------------------------------------------------------------------------- /src/HealthChecks.UI/build/vendors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/build/vendors.js -------------------------------------------------------------------------------- /src/HealthChecks.UI/build/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/build/webpack.config.js -------------------------------------------------------------------------------- /src/HealthChecks.UI/build/webpack.dll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/build/webpack.dll.js -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/App.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/api/fetchers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/api/fetchers.ts -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/AlertPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/AlertPanel.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/AsideMenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/AsideMenu.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/CheckTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/CheckTable.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/Footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/Footer.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/LivenessDetail.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/LivenessDetail.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/LivenessMenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/LivenessMenu.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/LivenessPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/LivenessPanel.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/LivenessTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/LivenessTable.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/components/Status.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/components/Status.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/config/UISettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/config/UISettings.ts -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/custom.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/custom.d.ts -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/healthChecksResources.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/healthChecksResources.ts -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/index.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/pages/LivenessPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/pages/LivenessPage.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/pages/WebhooksPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/pages/WebhooksPage.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/routes/Routes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/routes/Routes.tsx -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/typings/global.d.ts: -------------------------------------------------------------------------------- 1 | type Nullable = T | null; -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/typings/models.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/typings/models.d.ts -------------------------------------------------------------------------------- /src/HealthChecks.UI/client/utils/array.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/client/utils/array.ts -------------------------------------------------------------------------------- /src/HealthChecks.UI/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/package-lock.json -------------------------------------------------------------------------------- /src/HealthChecks.UI/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/package.json -------------------------------------------------------------------------------- /src/HealthChecks.UI/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.UI/tsconfig.json -------------------------------------------------------------------------------- /src/HealthChecks.Uris/HealthChecks.Uris.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Uris/HealthChecks.Uris.csproj -------------------------------------------------------------------------------- /src/HealthChecks.Uris/UriHealthCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Uris/UriHealthCheck.cs -------------------------------------------------------------------------------- /src/HealthChecks.Uris/UriHealthCheckOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/src/HealthChecks.Uris/UriHealthCheckOptions.cs -------------------------------------------------------------------------------- /test/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/Directory.Build.props -------------------------------------------------------------------------------- /test/FunctionalTests/Base/CollectionExecutionFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/Base/CollectionExecutionFixture.cs -------------------------------------------------------------------------------- /test/FunctionalTests/Base/ExecutionFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/Base/ExecutionFixture.cs -------------------------------------------------------------------------------- /test/FunctionalTests/Base/HttpClientExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/Base/HttpClientExtensions.cs -------------------------------------------------------------------------------- /test/FunctionalTests/Base/SkipOnAppVeyor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/Base/SkipOnAppVeyor.cs -------------------------------------------------------------------------------- /test/FunctionalTests/Base/SkipOnPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/Base/SkipOnPlatform.cs -------------------------------------------------------------------------------- /test/FunctionalTests/Base/TestCollectorInterceptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/Base/TestCollectorInterceptor.cs -------------------------------------------------------------------------------- /test/FunctionalTests/FunctionalTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/FunctionalTests.csproj -------------------------------------------------------------------------------- /test/FunctionalTests/HealthChecks.UI/Configuration/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/HealthChecks.UI/Configuration/appsettings.json -------------------------------------------------------------------------------- /test/FunctionalTests/HealthChecks.UI/ServerAddressesServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/HealthChecks.UI/ServerAddressesServiceTests.cs -------------------------------------------------------------------------------- /test/FunctionalTests/HealthChecks.UI/UIApiRequestLimitingTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/HealthChecks.UI/UIApiRequestLimitingTests.cs -------------------------------------------------------------------------------- /test/FunctionalTests/id_rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/FunctionalTests/id_rsa -------------------------------------------------------------------------------- /test/HealthChecks.ArangoDb.Tests/HealthChecks.ArangoDb.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.ArangoDb.Tests/HealthChecks.ArangoDb.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.ArangoDb.Tests/HealthChecks.ArangoDb.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.ArangoDb.Tests/HealthChecks.ArangoDb.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Aws.S3.Tests/HealthChecks.Aws.S3.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Aws.S3.Tests/HealthChecks.Aws.S3.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Aws.S3.Tests/HealthChecks.Aws.S3.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Aws.S3.Tests/HealthChecks.Aws.S3.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Aws.Sns.Tests/HealthChecks.Aws.Sns.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Aws.Sns.Tests/HealthChecks.Aws.Sns.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Aws.Sns.Tests/HealthChecks.Aws.Sns.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Aws.Sns.Tests/HealthChecks.Aws.Sns.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Aws.Sqs.Tests/HealthChecks.Aws.Sqs.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Aws.Sqs.Tests/HealthChecks.Aws.Sqs.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Aws.Sqs.Tests/HealthChecks.Aws.Sqs.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Aws.Sqs.Tests/HealthChecks.Aws.Sqs.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.ClickHouse.Tests/ClickHouseContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.ClickHouse.Tests/ClickHouseContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Consul.Tests/Functional/ConsulHealthCheckTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Consul.Tests/Functional/ConsulHealthCheckTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.Consul.Tests/HealthChecks.Consul.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Consul.Tests/HealthChecks.Consul.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Consul.Tests/HealthChecks.Consul.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Consul.Tests/HealthChecks.Consul.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.CosmosDb.Tests/CosmosDbConformanceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.CosmosDb.Tests/CosmosDbConformanceTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.CosmosDb.Tests/CosmosDbHealthCheckTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.CosmosDb.Tests/CosmosDbHealthCheckTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.CosmosDb.Tests/HealthChecks.CosmosDb.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.CosmosDb.Tests/HealthChecks.CosmosDb.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.CosmosDb.Tests/HealthChecks.CosmosDb.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.CosmosDb.Tests/HealthChecks.CosmosDb.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Dapr.Tests/HealthChecks.Dapr.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Dapr.Tests/HealthChecks.Dapr.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Dapr.Tests/HealthChecks.Dapr.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Dapr.Tests/HealthChecks.Dapr.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.DynamoDb.Tests/HealthChecks.DynamoDb.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.DynamoDb.Tests/HealthChecks.DynamoDb.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.IbmMQ.Tests/HealthChecks.IbmMQ.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.IbmMQ.Tests/HealthChecks.IbmMQ.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.IbmMQ.Tests/HealthChecks.IbmMQ.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.IbmMQ.Tests/HealthChecks.IbmMQ.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Kafka.Tests/HealthChecks.Kafka.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Kafka.Tests/HealthChecks.Kafka.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Kafka.Tests/HealthChecks.Kafka.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Kafka.Tests/HealthChecks.Kafka.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Kafka.Tests/KafkaContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Kafka.Tests/KafkaContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Milvus.Tests/HealthChecks.Milvus.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Milvus.Tests/HealthChecks.Milvus.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Milvus.Tests/HealthChecks.Milvus.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Milvus.Tests/HealthChecks.Milvus.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Milvus.Tests/MilvusContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Milvus.Tests/MilvusContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.MongoDb.Tests/MongoDbContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.MongoDb.Tests/MongoDbContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.MySql.Tests/HealthChecks.MySql.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.MySql.Tests/HealthChecks.MySql.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.MySql.Tests/HealthChecks.MySql.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.MySql.Tests/HealthChecks.MySql.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.MySql.Tests/MySqlContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.MySql.Tests/MySqlContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Nats.Tests/Defines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Nats.Tests/Defines.cs -------------------------------------------------------------------------------- /test/HealthChecks.Nats.Tests/Functional/NatsHealthCheckTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Nats.Tests/Functional/NatsHealthCheckTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.Nats.Tests/HealthChecks.Nats.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Nats.Tests/HealthChecks.Nats.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Nats.Tests/HealthChecks.Nats.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Nats.Tests/HealthChecks.Nats.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Network.Tests/ExtensionsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Network.Tests/ExtensionsTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.Network.Tests/id_rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Network.Tests/id_rsa -------------------------------------------------------------------------------- /test/HealthChecks.Npgsql.Tests/HealthChecks.NpgSql.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Npgsql.Tests/HealthChecks.NpgSql.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Npgsql.Tests/HealthChecks.Npgsql.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Npgsql.Tests/HealthChecks.Npgsql.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Npgsql.Tests/PostgreSQLContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Npgsql.Tests/PostgreSQLContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Oracle.Tests/HealthChecks.Oracle.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Oracle.Tests/HealthChecks.Oracle.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Oracle.Tests/HealthChecks.Oracle.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Oracle.Tests/HealthChecks.Oracle.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Qdrant.Tests/HealthChecks.Qdrant.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Qdrant.Tests/HealthChecks.Qdrant.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Qdrant.Tests/HealthChecks.Qdrant.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Qdrant.Tests/HealthChecks.Qdrant.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Qdrant.Tests/QdrantContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Qdrant.Tests/QdrantContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.RabbitMQ.Tests/RabbitMQContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.RabbitMQ.Tests/RabbitMQContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.RavenDb.Tests/RavenDbContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.RavenDb.Tests/RavenDbContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Redis.Tests/HealthChecks.Redis.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Redis.Tests/HealthChecks.Redis.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Redis.Tests/HealthChecks.Redis.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Redis.Tests/HealthChecks.Redis.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.Redis.Tests/RedisContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Redis.Tests/RedisContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Solr.Tests/Functional/SolrHealthCheckTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Solr.Tests/Functional/SolrHealthCheckTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.Solr.Tests/HealthChecks.Solr.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Solr.Tests/HealthChecks.Solr.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Solr.Tests/HealthChecks.Solr.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Solr.Tests/HealthChecks.Solr.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.SqlServer.Tests/SqlServerContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.SqlServer.Tests/SqlServerContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.Sqlite.Tests/HealthChecks.Sqlite.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Sqlite.Tests/HealthChecks.Sqlite.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Sqlite.Tests/HealthChecks.Sqlite.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Sqlite.Tests/HealthChecks.Sqlite.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.SurrealDb.Tests/SurrealDbContainerFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.SurrealDb.Tests/SurrealDbContainerFixture.cs -------------------------------------------------------------------------------- /test/HealthChecks.System.Tests/HealthChecks.System.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.System.Tests/HealthChecks.System.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.System.Tests/HealthChecks.System.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.System.Tests/HealthChecks.System.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.System.Tests/Seedwork/SkipOnPlattform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.System.Tests/Seedwork/SkipOnPlattform.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Client.Tests/UIResponseWriterTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Client.Tests/UIResponseWriterTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Core.Tests/UIHealthReportTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Core.Tests/UIHealthReportTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Data.Tests/HealthChecksDbTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Data.Tests/HealthChecksDbTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/Functional/DefaultStartup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/Functional/DefaultStartup.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/HealthChecks.UI.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/HealthChecks.UI.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/HealthChecks.UI.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/HealthChecks.UI.approved.txt -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/KubernetesAddressFactoryTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/KubernetesAddressFactoryTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/Seedwork/HttpClientExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/Seedwork/HttpClientExtensions.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/Seedwork/ProviderTestHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/Seedwork/ProviderTestHelper.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/Seedwork/StringAssertionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/Seedwork/StringAssertionExtensions.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/Seedwork/TestCollectorInterceptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/Seedwork/TestCollectorInterceptor.cs -------------------------------------------------------------------------------- /test/HealthChecks.UI.Tests/xunit.runner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.UI.Tests/xunit.runner.json -------------------------------------------------------------------------------- /test/HealthChecks.Uris.Tests/Functional/UrisHealthCheckTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Uris.Tests/Functional/UrisHealthCheckTests.cs -------------------------------------------------------------------------------- /test/HealthChecks.Uris.Tests/Functional/UrisHealthcheckTests2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Uris.Tests/Functional/UrisHealthcheckTests2.cs -------------------------------------------------------------------------------- /test/HealthChecks.Uris.Tests/HealthChecks.Uris.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Uris.Tests/HealthChecks.Uris.Tests.csproj -------------------------------------------------------------------------------- /test/HealthChecks.Uris.Tests/HealthChecks.Uris.approved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/HealthChecks.Uris.Tests/HealthChecks.Uris.approved.txt -------------------------------------------------------------------------------- /test/_SHARED/ApiApprovalTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/_SHARED/ApiApprovalTests.cs -------------------------------------------------------------------------------- /test/_SHARED/ConformanceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/_SHARED/ConformanceTests.cs -------------------------------------------------------------------------------- /test/_SHARED/TestLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/_SHARED/TestLogger.cs -------------------------------------------------------------------------------- /test/_SHARED/TestLoggerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/HEAD/test/_SHARED/TestLoggerProvider.cs --------------------------------------------------------------------------------