From 9e4634564570c8a1a91274520a3547ab2f2b8e36 Mon Sep 17 00:00:00 2001
From: Mark Harrison <mark@omniti.com>
Date: Thu, 22 May 2008 20:31:20 +0000
Subject: [PATCH] Adding the resmon module and removing the date module from
 the sample resmon.conf file.

git-svn-id: https://labs.omniti.com/resmon/trunk@111 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
---
 resmon.conf.sample | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/resmon.conf.sample b/resmon.conf.sample
index c588d7c..8701881 100755
--- a/resmon.conf.sample
+++ b/resmon.conf.sample
@@ -2,9 +2,10 @@ INTERVAL 60;
 PORT 81;
 STATUSFILE /var/run/resmon-status.txt;
 
-DATE {
-  # Just adds the time, so we can check to see if it has changed
-  current_time : noop
+# Resmon health check. Shows the hostname, svn revision, and any problems with
+# modules or the configuration file.
+RESMON {
+  resmon : noop
 }
 LOGFILE {
   # Oracle alert file (look for ORA- lines)
-- 
GitLab