Sha256: 634e848f8afd77b97fa69bce61cfcac7c986f78c031ec466c33bb158d9fb8294
Contents?: true
Size: 456 Bytes
Versions: 21
Compression:
Stored size: 456 Bytes
Contents
<% system_vms.each do |vm| -%> <% if vm['privateip'] -%> define host { host_name <%= vm['name'] %> display_name <%= vm['name'] %> (<%= vm['privateip'] %>) - <%= vm['zonename'] %> address <%= vm['privateip'] %> use Linux-Host,host-pnp hostgroups CloudstackSystemVm<%= ',CloudstackSSVM' if vm['systemvmtype'] == 'secondarystoragevm' %> check_command check-host-alive register 1 } <% end -%> <% end -%>
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
cloudstack-nagios-0.16.0 | lib/cloudstack-nagios/templates/cloudstack_system_vm_hosts.cfg.erb |