############################################################################### # # 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 # ###############################################################################