| OLD | NEW | 
|---|
| 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  Loading... | 
| 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 | 
| OLD | NEW | 
|---|