Skip to content

Commit

Permalink
Merge pull request #21 from redmorello/master
Browse files Browse the repository at this point in the history
Updated Check titles with (from Our.Umbraco.HealthChecks)
  • Loading branch information
prjseal committed Jan 6, 2019
2 parents 98b31fb + f335094 commit 66691e0
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 16 deletions.
Expand Up @@ -5,7 +5,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Azure
{
[HealthCheck("35631050-103B-45A9-AE24-EDF2E1E82DA6", "Azure Examine Compatibility Check",
[HealthCheck("35631050-103B-45A9-AE24-EDF2E1E82DA6", "Azure Examine Compatibility Check - (from Our.Umbraco.HealthChecks)",
Description = "Checks that examine settings are appropriate for the Azure platform.",
Group = "Azure")]
public class AzureExamineCheck : AbstractConfigCheck
Expand Down
Expand Up @@ -5,7 +5,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Azure
{
[HealthCheck("EA9619FE-1DF4-4399-A4E5-32F2CF0CDC1F", "Azure File Change Notification Config Check",
[HealthCheck("EA9619FE-1DF4-4399-A4E5-32F2CF0CDC1F", "Azure File Change Notification Config Check - (from Our.Umbraco.HealthChecks)",
Description = "Checks that fcnMode config is appropriate for the Azure platform.",
Group = "Azure")]
public class AzureFcnModeCheck : AbstractConfigCheck
Expand Down
Expand Up @@ -5,7 +5,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Azure
{
[HealthCheck("D0E1A87E-5EC4-426D-8E2B-C76AE7350439", "Azure Logging Check",
[HealthCheck("D0E1A87E-5EC4-426D-8E2B-C76AE7350439", "Azure Logging Check - (from Our.Umbraco.HealthChecks)",
Description = "Checks that logging patterns are appropriate for the Azure platform.",
Group = "Azure")]
public class AzureLoggingCheck : AbstractConfigCheck
Expand Down
Expand Up @@ -5,12 +5,11 @@

namespace Our.Umbraco.HealthChecks.Checks.Azure
{
[HealthCheck("F9088377-103A-4712-B428-D4AB6E5B2A67", "Azure Temp Storage Config Check",
[HealthCheck("F9088377-103A-4712-B428-D4AB6E5B2A67", "Azure Temp Storage Config Check - (from Our.Umbraco.HealthChecks)",
Description = "Checks that temp storage config is appropriate for the Azure platform.",
Group = "Azure")]
public class AzureTempStorageCheck : HealthCheck
{

public AzureTempStorageCheck(HealthCheckContext healthCheckContext) : base(healthCheckContext)
{
}
Expand Down
Expand Up @@ -12,7 +12,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Config
{
[HealthCheck("4e5064b2-e0d1-4945-9a26-f42026080701", "Examine Rebuild On Startup",
[HealthCheck("4e5064b2-e0d1-4945-9a26-f42026080701", "Examine Rebuild On Startup - (from Our.Umbraco.HealthChecks)",
Description = "Check whether examine rebuild on start is off",
Group = "Configuration")]
public class ExamineRebuildOnStartupCheck : HealthCheck
Expand Down
Expand Up @@ -2,15 +2,14 @@
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Web;
using System.Xml;
using Umbraco.Core.IO;
using Umbraco.Core.Services;
using Umbraco.Web.HealthCheck;

namespace Our.Umbraco.HealthChecks.Checks.Config
{
[HealthCheck("CA765D50-85D9-4346-BBC4-8DEEBB7EBAE2", "PostProcessor Check",
[HealthCheck("CA765D50-85D9-4346-BBC4-8DEEBB7EBAE2", "PostProcessor Check - (from Our.Umbraco.HealthChecks)",
Description = "Check if ImageProcessor.Web.PostProcessor is installed",
Group = "Configuration")]
public class PostProcessorCheck : HealthCheck
Expand Down
Expand Up @@ -8,7 +8,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Config
{
[HealthCheck("467EFE42-E37D-47FE-A75F-E2D7D2D98438", "Umbraco Path Check",
[HealthCheck("467EFE42-E37D-47FE-A75F-E2D7D2D98438", "Umbraco Path Check - (from Our.Umbraco.HealthChecks)",
Description = "Checks to see if you have changed the umbraco path.",
Group = "Configuration")]
public class UmbracoPathCheck : HealthCheck
Expand Down
2 changes: 1 addition & 1 deletion src/Our.Umbraco.HealthChecks/Checks/SEO/LoremIpsumCheck.cs
Expand Up @@ -8,7 +8,7 @@

namespace Our.Umbraco.HealthChecks.Checks.SEO
{
[HealthCheck("ADB911FE-9322-4711-AD2E-42E1FB7BC577", "Lorem Ipsum Check",
[HealthCheck("ADB911FE-9322-4711-AD2E-42E1FB7BC577", "Lorem Ipsum Check - (from Our.Umbraco.HealthChecks)",
Description = "Checks to see if you have any Lorem Ipsum content in your site.",
Group = "SEO")]
public class LoremIpsumCheck : HealthCheck
Expand Down
5 changes: 2 additions & 3 deletions src/Our.Umbraco.HealthChecks/Checks/SEO/XmlSitemapCheck.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
Expand All @@ -11,9 +10,9 @@
using Umbraco.Core.Services;
using Umbraco.Web.HealthCheck;

namespace Our.Umbraco.HealthChecks.Checks.Config
namespace Our.Umbraco.HealthChecks.Checks.SEO
{
[HealthCheck("4e5064b2-e0d1-4945-9a26-f42026080902", "XML Sitemap",
[HealthCheck("4e5064b2-e0d1-4945-9a26-f42026080902", "XML Sitemap - (from Our.Umbraco.HealthChecks)",
Description = "Look for a sitemap at the address /sitemap.xml or look in the robots.txt file for any sitemaps and check that those exist",
Group = "SEO")]
public class XmlSitemapCheck : HealthCheck
Expand Down
Expand Up @@ -8,7 +8,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Security
{
[HealthCheck("42a3a15f-c2f0-48e7-ae5a-1237c5af5e35", "Admin User Check",
[HealthCheck("42a3a15f-c2f0-48e7-ae5a-1237c5af5e35", "Admin User Check - (from Our.Umbraco.HealthChecks)",
Description = "Check the admin user isn't called 'admin'",
Group = "Security")]
public class AdminUserCheck : HealthCheck
Expand Down
2 changes: 1 addition & 1 deletion src/Our.Umbraco.HealthChecks/Checks/Security/HstsCheck.cs
Expand Up @@ -10,7 +10,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Security
{
[HealthCheck("6437384C-D1D3-46DA-9E21-9E0BC1498E1F", "HSTS Check (from Our.Umbraco.HealthChecks)",
[HealthCheck("6437384C-D1D3-46DA-9E21-9E0BC1498E1F", "HSTS Check - (from Our.Umbraco.HealthChecks)",
Description = "Check to see if the HSTS policy is set on the website.",
Group = "Security")]
public class HstsCheck : HealthCheck
Expand Down
2 changes: 1 addition & 1 deletion src/Our.Umbraco.HealthChecks/Checks/Security/TlsCheck.cs
Expand Up @@ -6,7 +6,7 @@

namespace Our.Umbraco.HealthChecks.Checks.Security
{
[HealthCheck("92AE66E1-209D-4F9E-AAF5-19B19D41CF49", "TLS Check",
[HealthCheck("92AE66E1-209D-4F9E-AAF5-19B19D41CF49", "TLS Check - (from Our.Umbraco.HealthChecks)",
Description = "Check if TLS 1.2 or greater is being used",
Group = "Security")]
public class TlsCheck : HealthCheck
Expand Down

0 comments on commit 66691e0

Please sign in to comment.