returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Updating will not be possible to prevent deleting AppData on Update");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Updating will not be possible to prevent deleting AppData on Update", "#updating-will-not-be-possible-to-prevent-deleting-appdata-on-update");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"No indexers available with Automatic Search enabled, Sonarr will not provide any automatic search results");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"No indexers available with Automatic Search enabled, Sonarr will not provide any automatic search results", "#no-indexers-available-with-automatic-search-enabled-sonarr-will-not-provide-any-automatic-search-results");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"No indexers available with Interactive Search enabled, Sonarr will not provide any interactive search results");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"No indexers available with Interactive Search enabled, Sonarr will not provide any interactive search results", "#no-indexers-available-with-interactive-search-enabled");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"All search-capable indexers are temporarily unavailable due to recent indexer errors");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"All search-capable indexers are temporarily unavailable due to recent indexer errors", "#indexers-are-unavailable-due-to-failures");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,string.Format("Failed to resolve the IP Address for the Configured Proxy Host {0}",_configService.ProxyHostname));
returnnewHealthCheck(GetType(),HealthCheckResult.Error,string.Format("Failed to resolve the IP Address for the Configured Proxy Host {0}",_configService.ProxyHostname), "#proxy-failed-resolve-ip");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,$"Unable to write to configured recycling bin folder: {recycleBin}. Ensure this path exists and is writable by the user running Sonarr");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,$"Unable to write to configured recycling bin folder: {recycleBin}. Ensure this path exists and is writable by the user running Sonarr", "#cannot-write-recycle-bin");