Sha256: 3e72011bf839ae98071f6b6234c24f053c681b666c772ecb76f77f4bde7b4361
Contents?: true
Size: 571 Bytes
Versions: 18
Compression:
Stored size: 571 Bytes
Contents
# ---------------------------------------------------------------- # NOTE: This file is controlled by chef templates! # Do not edit or change this file but change the following: # template file : servicegroups.cfg.erb # ---------------------------------------------------------------- # Servicegroup definitions # ---------------------------------------------------------------- <% Nagios.instance.servicegroups.each do |key,servicegroup| -%> <% if servicegroup.name.nil? # Skipping all the template servicegroups %> <%= servicegroup.definition %> <% end %> <% end -%>
Version data entries
18 entries across 18 versions & 1 rubygems