Sha256: 021b60fb53299651fc7d0400c743be461513ad30add815ab89c4bda89d8a0369

Contents?: true

Size: 468 Bytes

Versions: 34

Compression:

Stored size: 468 Bytes

Contents

<% routers.each do |router| -%>
  <% if router['linklocalip'] -%>
define host {
  host_name      <%= router['name'] %>
  display_name   <%= router['name'] %> (<%= router['linklocalip'] %>)<%= " - #{router['project']}" if router['project'] %> - <%= router['zonename'] %>
  address        <%= router['linklocalip'] %>
  use            Linux-Host,host-pnp
  hostgroups     CloudstackRouter
  check_command  check-host-alive
  register       1
}

  <% end -%>
<% end -%>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
cloudstack-nagios-0.21.0 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.20.1 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.20.0 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.19.0 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.18.4 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.18.3 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.18.2 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.18.1 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.18.0 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.7 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.6 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.5 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.4 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.3 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.2 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.1 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.17.0 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.16.3 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.16.2 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb
cloudstack-nagios-0.16.1 lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb