Sha256: 3e05e1393b89c4b6f571e869b1744ae174974d531f2ab17dd30db7cac420cda1

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

###############################################################################
#
# Host configuration file
#
# Created by: 
# Date:       <%= Date.new %>
# Version:    Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# cloudstack-cli will overwite all manual settings during the next update
#
###############################################################################
<% routers.each do |router| -%>

define service {
      host_name                  <%= router['name'] %>
      service_description        <%= router['name'] %> <%= " - #{router['project']}" if router['project'] %> - Memory
      display_name               Memory
      use                        Generic-Service,service-pnp
      check_command              checkcommand.rb!memory
      register           1
   }


<% end -%>

###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cloudstack-nagios-0.1.3 lib/cloudstack-nagios/templates/cloudstack_routers_services.cfg.erb
cloudstack-nagios-0.1.1 lib/cloudstack-nagios/templates/cloudstack_routers_services.cfg.erb
cloudstack-nagios-0.1.0 lib/cloudstack-nagios/templates/cloudstack_routers_services.cfg.erb