Sha256: 58a9857297e4ee3bf1e3a6f5af1d898b91e2cf44766c378e13ae4d53aea3b75f
Contents?: true
Size: 749 Bytes
Versions: 8
Compression:
Stored size: 749 Bytes
Contents
define command { command_name cs-nagios_check-storage_pool command_line <%= bin_path -%>cs-nagios check storage_pool --pool_name $ARG3$ --over_provisioning $ARG4$ -w $ARG1$ -c $ARG2$ --config <%= config_file %> register 1 } <% storage_pools.each do |storage_pool| -%> define service { hostgroup_name Cloudstack service_description Cloudstack Storage Pool <%= storage_pool['zonename'] %> <%= storage_pool['name'] %> display_name Cloudstack Storage Pool <%= storage_pool['zonename'] %> <%= storage_pool['name'] %> use Generic-Service,service-pnp check_command cs-nagios_check-storage_pool!80!90!<%= storage_pool['name'] %>!<%= over_provisioning %> register 1 } <% end -%>
Version data entries
8 entries across 8 versions & 1 rubygems