Sha256: 3691c5571eadb3b1de189d6035fca180dd9a969b6ccb8275f8749a8573fc577f

Contents?: true

Size: 188 Bytes

Versions: 5

Compression:

Stored size: 188 Bytes

Contents

<% zones.each do |zone| -%>
object Host "Cloudstack_<%= zone['name'] %>" {
  import "generic-host"
  address = "localhost"
  vars.os = "Linux"
  groups  = [ "Cloudstack" ] 
}

<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cloudstack-nagios-0.17.4 lib/cloudstack-nagios/templates/icinga2/cloudstack_zone_hosts.cfg.erb
cloudstack-nagios-0.17.3 lib/cloudstack-nagios/templates/icinga2/cloudstack_zone_hosts.cfg.erb
cloudstack-nagios-0.17.2 lib/cloudstack-nagios/templates/icinga2/cloudstack_zone_hosts.cfg.erb
cloudstack-nagios-0.17.1 lib/cloudstack-nagios/templates/icinga2/cloudstack_zone_hosts.cfg.erb
cloudstack-nagios-0.17.0 lib/cloudstack-nagios/templates/icinga2/cloudstack_zone_hosts.cfg.erb