From f36c0bee1c9e5ccffb303fcc8a89fa49b07dc4e6 Mon Sep 17 00:00:00 2001
From: Mark Harrison <mark@omniti.com>
Date: Fri, 8 Nov 2013 14:06:24 -0500
Subject: [PATCH] Don't have host restrictions enabled in the sample config

---
 resmon.conf.sample | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/resmon.conf.sample b/resmon.conf.sample
index fbe13f0..e4c6119 100755
--- a/resmon.conf.sample
+++ b/resmon.conf.sample
@@ -8,10 +8,10 @@ TIMEOUT 10;
 # address exactly, or an 'ipaddr/n' where ipaddr is the IP address and n is
 # the number of one bits in the netmask.  the first match gives the result, if
 # nothing matches IP is allowed.
-HOSTS ALLOW 10.80.116.112, 127.0.0.1;
-HOSTS DENY 10.80.117.128/25;
-HOSTS ALLOW 10.80.116.0/23;
-HOSTS DENY 0.0.0.0/0;
+#HOSTS ALLOW 10.80.116.112, 127.0.0.1;
+#HOSTS DENY 10.80.117.128/25;
+#HOSTS ALLOW 10.80.116.0/23;
+#HOSTS DENY 0.0.0.0/0;
 
 # Resmon health check. Shows the hostname, svn revision and
 # any problems with modules or the configuration file.
-- 
GitLab