############################################################################### # # 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| -%> <% if router['linklocalip'] -%> define host { host_name <%= router['name'] %> display_name <%= router['name'] %> <%= " - #{router['project']}" if router['project'] %> address <%= router['linklocalip'] %> hostgroups Cloudstack-SystemVM check_command check-host-alive register 1 } <% end -%> <% end -%> ############################################################################### # # Host configuration file # # END OF FILE # ###############################################################################