From 138eaa4ae5ef3d8b705b8e7988a1e85110cd0fe3 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Thu, 5 Jan 2012 01:31:35 -0800 Subject: [PATCH] Added missing config example. --- ChangeLog | 1 + etc/pymon_service_checks.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77acbb4..e4a66b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ implementations to use the loaded YAML data. * Stubbed out some test cases for other classes. * Removed the old ZConfig files from etc (kept the schema.xml file for references). +* Added missing config example. 2012.01.04 diff --git a/etc/pymon_service_checks.yaml b/etc/pymon_service_checks.yaml index 74dc92f..1c7588d 100644 --- a/etc/pymon_service_checks.yaml +++ b/etc/pymon_service_checks.yaml @@ -19,3 +19,13 @@ services: enabled: true escalation enabled: false scheduled downtime: 2001.01.01 00:00:00 - 2038.01.01 00:00:00 + + - monitor type: ping + uri: git.adytum.us + enabled: false + escalation enabled: false + notifications: + combine action: replace + list: + - email: thick@candy-shell.com + - email: bull@butchers-ass.com