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

Side by Side Diff: modules/nagios/templates/cgi.cfg.erb

Issue 29465598: #1574 - Update template syntax in nagios module (Closed)
Patch Set: Created June 14, 2017, 12:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/nagios/templates/nrpe.cfg.erb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <% admins_string = admins.join(',') %> 1 <% admins_string = @admins.join(',') %>
2 2
3 ################################################################# 3 #################################################################
4 # 4 #
5 # CGI.CFG - Sample CGI Configuration File for Nagios 5 # CGI.CFG - Sample CGI Configuration File for Nagios
6 # 6 #
7 ################################################################# 7 #################################################################
8 8
9 9
10 # MAIN CONFIGURATION FILE 10 # MAIN CONFIGURATION FILE
11 # This tells the CGIs where to find your main configuration file. 11 # This tells the CGIs where to find your main configuration file.
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 363
364 #enable_splunk_integration=1 364 #enable_splunk_integration=1
365 365
366 366
367 # This option should be the URL used to access your instance of Splunk 367 # This option should be the URL used to access your instance of Splunk
368 368
369 #splunk_url=http://127.0.0.1:8000/ 369 #splunk_url=http://127.0.0.1:8000/
370 370
371 371
372 372
OLDNEW
« no previous file with comments | « no previous file | modules/nagios/templates/nrpe.cfg.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld