summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-07 13:35:55 +0000
committerKeith Burdis <keith@burdis.org>2013-02-07 13:35:55 +0000
commitb98acdd5dd8df294b3b64e746e914821030dd4a0 (patch)
tree84eaedd4a47aba76038eabde071825b744c42221 /templates
parentdaf091c1d249703132b35380e7c973a132aca093 (diff)
Always allow access from localhost
Diffstat (limited to 'templates')
-rw-r--r--templates/agent/check_mk.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/agent/check_mk.erb b/templates/agent/check_mk.erb
index ef008f7..47824a9 100644
--- a/templates/agent/check_mk.erb
+++ b/templates/agent/check_mk.erb
@@ -32,7 +32,7 @@ service check_mk
user = <%= @user %>
server = <%= @server %>
<% if @only_from -%>
- only_from = <%= @only_from %>
+ only_from = 127.0.0.1 <%= @only_from %>
<% end -%>
log_on_success =
disable = no