Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nagios/templates/nrpe.cfg.erb

Issue 29465598: #1574 - Update template syntax in nagios module (Closed)
Patch Set: Created June 14, 2017, 12:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/nagios/templates/cgi.cfg.erb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nagios/templates/nrpe.cfg.erb
===================================================================
--- a/modules/nagios/templates/nrpe.cfg.erb
+++ b/modules/nagios/templates/nrpe.cfg.erb
@@ -3,7 +3,7 @@
server_port=5666
nrpe_user=nagios
nrpe_group=nagios
-allowed_hosts=<%= server_address %>
+allowed_hosts=<%= @server_address %>
dont_blame_nrpe=0
debug=0
« no previous file with comments | « modules/nagios/templates/cgi.cfg.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld