Processing Ajax...

View Message

Test Status Rules

Combined Attachment Content

Parsed Message Text

Forward Message

Separate email addresses with commas or semicolons.

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

Monitoring Active Directory Replication with CheckCentral

March 12, 2018
Save the attached file (checkReplication.ps1) to a directory on the Active Directory server you'd like to monitor. You'll need to schedule it using Task Scheduler. If you haven't changed the execution policy on that server yet, you can do so by opening PowerShell and entering the following:

Set-ExecutionPolicy Unrestricted

In Task Scheduler, create a new basic task.

  • Name can be 'Check Replication' or something similar
  • Trigger can be daily (you can tweak that later if you'd like to check more frequently)
  • Action is going to be 'Start a program'
  • Program is powershell.exe
  • Argument is -File "C:\scripts\checkReplication.ps1" (update with the actual location you saved the PowerShell script).

Ok! Next step is creating the check in CheckCentral. Add a new check and use the following settings:

  • Frequency: scheduled
  • Schedule Type: regular interval
  • Emails are expected: every 24 hours
  • Set as failed when an email is late: after 90 minutes

Copy the email address that is displayed here and update the checkReplication.ps1 script with it (it's the $msgAddress variable)

  • Default Status: Failure
  • Success Rule: check the Condense Whitespace box, and Body Text - Complex Match - "0 / 5"{4}

Complex matches are pretty powerful, and in this instance we're telling CheckCentral to look at the output of the command and to count how many times "0 / 5" shows up, and to only mark the check as successful if that string appears exactly 4 times. Now, this is just for two Active Directory servers. If you have more in your environment, just open up a command prompt on an Active Directory server and run repadmin.exe /replsummary and have a look at the output. When I run this, I want to make sure there are 0 / 5 errors for each of the entries listed. In this particular environment, that's 4 times, and that's where the {4} comes from above. If you have more servers, that number is going to be higher, so just enter that in instead.

Save your check, and try running your scheduled task. If all is well, an email should show up under Recent Activity, and hopefully the dot is green! :)

CheckCentral Design Update

December 21, 2017

We've rolled out a site-wide update to the look and interface of CheckCentral. The updated design places more emphasis on your organization's information, as well as facilitating future development and improvements. We hope the new look will provide a cleaner, more readable experience. Please let us know if you have any feedback!

In addition, we have updated the email processing system to further improve CheckCentral's stability and reliability.

Dashboard Content
Dashboard Content
Dashboard Checks
Dashboard Checks
Check View Page
Check View Page

Introducing PDF Reports!

October 31, 2017

We're pleased to announce the release of on-demand PDF report generation! You can now save snapshots of your organization's status for record-keeping or distribution.

You can save a complete dashboard view from your Manage Dashboards page or directly from the dashboard itself. The Manage Checks page provides links to save a snapshot of the current state of a group or an individual check.

PDF reporting is available on paid subscriptions, and Enterprise organizations will receive PDFs with their own organization branding, suitable for distributing to customers. Look for the PDF icon on your Dashboards and Check pages to download your PDF reports!

PDF Check Report
PDF Check Report
PDF Dashboard Report
PDF Dashboard Report

Push Notification Updates

October 19, 2017

To help configure your CheckCentral account, we've added the ability to send yourself a test notification. On the notifications page, click the "Send Test Message" button to make sure your notification service is properly set up without having to wait for a Check to trigger an alert.

Public Overview
Send Test Message

iOS Notifications

As well, we've released updates to Apple push notifications to improve the reliability of alerts on iOS.

Introducing Custom Dashboards and Email Processing!

July 25, 2017

We're excited to announce customizable dashboards for CheckCentral! With this update, you can select which elements you would like to see on your custom dashboard. You can also enable a publicly accessible dashboard view suitable for displaying your organization's status in a simple format. We are planning to extend the capabilities of custom dashboards in the future, so please let us know if you have any comments or feedback!

Please note that custom dashboards are only available on Enterprise Subscriptions. Contact CheckCentral Support with any questions.

Public Dashboard
Public Dashboard: Overview and Issues
Public Overview
Public Dashboard: Overview Only

Email Processing

As well, we have made significant improvements to our email processing system. It can queue and process incoming emails in greater numbers and with greater speed than ever before.

Subscription Add-On Packs and Email Parsing

April 10, 2017

We've added a new option for CheckCentral subscriptions. If your organization could use more than a standard Enterprise Subscription offers, you can now purchase subscription Add-On Packs. These provide additional checks, groups, and SMS notifications on top of your existing subscription limits. Organization administrators can set up Add-On Packs on their subscription management page.

If you need something more specific than Add-On Packs can provide, please contact sales@checkcentral.cc for information about custom plans.

Add-On Packs
Add-On Packs

Email Parsing

Along with some interface adjustments and performance improvements, we made some updates to our email parsing. HTML email parsing is now more reliable, and CheckCentral can handle malformed messages more robustly.

First Page
Previous Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Next Page
Last Page