Sha256: f60bcda85bd8d7a330dcfcb0f94a3cf3d3b2df02a5f979dab9a644198e358868

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

###############################################################################
#
# Cloudstack API Host configuration file
#
# Created by: cloudstack-nagios
# Date:       <%= date %>
# Version:    Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# cloudstack-nagios will overwite all manual settings during the next update
#
###############################################################################

define hostgroup {
  hostgroup_name  Cloudstack-SystemVM
  alias           Cloudstack-SystemVM
  register        1
}

<% zones.each do |zone| -%>
define host {
  host_name      Cloudstack_<%= zone['name'] %>
  display_name   Cloudstack_<%= zone['name'] %>
  address        localhost
  use            Linux-Host,host-pnp
  hostgroups     Cloudstack-Base
  check_command  check-host-alive
  register       1
}

<% end -%>

###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cloudstack-nagios-0.7.2 lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb
cloudstack-nagios-0.7.1 lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb
cloudstack-nagios-0.7.0 lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb
cloudstack-nagios-0.6.2 lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb
cloudstack-nagios-0.6.1 lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb
cloudstack-nagios-0.6.0 lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb