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?

Introducing New, Simplified CheckCentral Subscriptions!

March 27, 2018

We're very excited to announce some changes to our CheckCentral subscription plans that are rolling out today. We're doing away with the old tiered plans, and moving to a system where you only pay for the checks you need, as you need them. Getting started with CheckCentral has never been easier or more affordable!

Starting today, you'll be able to add or remove checks in groups of 10, with each group costing $5. In addition, all paying customers get access to all of our Enterprise features, including unlimited users, API access, and custom dashboards! We’re also removing the limit on the number of groups that can be configured. Our discounts for pre-paying quarterly or yearly are still available as well.

For our existing customers, you will be grandfathered in at your current subscription rate, and you can easily change the amount of checks on your account via the Subscription page.

If you have any questions or comments about these changes, please don’t hesitate to get in touch with us.

I'm an existing customer. How do I make changes to my check allotment?

After logging in to your CheckCentral organization, click the Subscription link in the top menu. At the top of the Enterprise plan column, there's a slider you can drag left or right to decrease or increase the number of checks you're paying for. The updated monthly subscription cost will be displayed immediately.

I'm a new customer. How many checks do I get during the 60-day free trial?

As many as you like! On the Subscription page, you can adjust the slider to increase or decrease the number of checks at any time during your trial.

What do I do if I'm not sure about these new plans?

Contact us with any questions that you have and we'll be glad to help out!

Add/Remove Checks Dialog
Add/Remove Checks Dialog

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.

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