Sha256: e78fb6e66fba71c474900a189c67e314b1101c77e8a01be89eeac163e94230f2
Contents?: true
Size: 684 Bytes
Versions: 18
Compression:
Stored size: 684 Bytes
Contents
# $Id: Autogenerated by Chef. # ---------------------------------------------------------------- # NOTE: This file is controlled by chef templates! # Do not edit or change this file but change the following: # cookbook : nagios # template file : nagios.cfg.erb # ---------------------------------------------------------------- # Nagios Configuration # ---------------------------------------------------------------- <% @nagios_config.each do |key,items| %> <% case items %> <% when String %> <%= key + '=' + items %> <% when Fixnum %> <%= key + '=' + items.to_s %> <% when Array %> <% items.each do |item| %> <%= key + '=' + item %> <% end %> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems