Skip to content

Instantly share code, notes, and snippets.

@rubenVerschueren
rubenVerschueren / SitecoreChecks.aspx
Last active June 13, 2016 12:01 — forked from hermanussen/SitecoreChecks.aspx
This is a simple page that can be dropped into a Sitecore CM or CD server so you can easily monitor its health.
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Diagnostics" %>
<%@ Import Namespace="System.Net" %>
<%@ Import Namespace="Sitecore.ContentSearch" %>
<%@ Import Namespace="Sitecore.Data" %>
<%@ Import Namespace="Sitecore.Data.Items" %>
<script runat="server">
#region Configure actual checks here