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

Version Path
cloud-mu-2.0.4 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.1.0beta cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.3 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.2 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.1 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.beta3 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.beta2 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.beta1 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha9 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha8 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha7 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha6 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha5 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha4 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha3 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha2 cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-2.0.0.pre.alpha cookbooks/nagios/templates/default/nagios.cfg.erb
cloud-mu-1.9.0.pre.beta cookbooks/nagios/templates/default/nagios.cfg.erb