61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
<%- if @swift_api -%>
|
|
acl swift_api_dead nbsrv(swift_api_cluster) lt 1
|
|
monitor fail if swift_api_dead
|
|
<%- end -%>
|
|
<%- if @keystone_api -%>
|
|
acl keystone_api_dead nbsrv(keystone_api_cluster) lt 1
|
|
monitor fail if keystone_api_dead
|
|
<% end -%>
|
|
<%- if @galera -%>
|
|
acl galera_dead nbsrv(galera_cluster) lt 1
|
|
monitor fail if galera_dead
|
|
<%- end -%>
|
|
<%- if @neutron_api -%>
|
|
acl neutron_api_dead nbsrv(neutron_api_cluster) lt 1
|
|
monitor fail if neutron_api_dead
|
|
<%- end -%>
|
|
<%- if @cinder_api -%>
|
|
acl cinder_api_dead nbsrv(cinder_api_cluster) lt 1
|
|
monitor fail if cinder_api_dead
|
|
<%- end -%>
|
|
<%- if @nova_api -%>
|
|
acl nova_api_dead nbsrv(nova_api_cluster) lt 1
|
|
monitor fail if nova_api_dead
|
|
<%- end -%>
|
|
<%- if @nova_ec2 -%>
|
|
acl nova_ec2_dead nbsrv(nova_ec2_cluster) lt 1
|
|
monitor fail if nova_ec2_dead
|
|
<%- end -%>
|
|
<%- if @nova_metadata -%>
|
|
acl nova_metadata_dead nbsrv(nova_metadata_cluster) lt 1
|
|
monitor fail if nova_metadata_dead
|
|
<%- end -%>
|
|
<%- if @spice -%>
|
|
acl spice_dead nbsrv(spice_cluster) lt 1
|
|
monitor fail if spice_dead
|
|
<%- end -%>
|
|
<%- if @glance_api -%>
|
|
acl nova_api_dead nbsrv(glance_api_cluster) lt 1
|
|
monitor fail if nova_api_dead
|
|
<%- end -%>
|
|
<%- if @ceilometer_api -%>
|
|
acl ceilometer_api_dead nbsrv(ceilometer_api_cluster) lt 1
|
|
monitor fail if ceilometer_api_dead
|
|
<%- end -%>
|
|
<%- if @heat_api -%>
|
|
acl heat_api_dead nbsrv(heat_api_cluster) lt 1
|
|
monitor fail if heat_api_dead
|
|
<%- end -%>
|
|
<%- if @heat_cfn_api -%>
|
|
acl heat_api_cfn_dead nbsrv(heat_api_cfn_cluster) lt 1
|
|
monitor fail if heat_api_cfn_dead
|
|
<%- end -%>
|
|
<%- if @heat_cloudwatch_api -%>
|
|
acl heat_api_cloudwatch_dead nbsrv(heat_api_cloudwatch_cluster) lt 1
|
|
monitor fail if heat_api_cloudwatch_dead
|
|
<%- end -%>
|
|
<%- if @horizon -%>
|
|
acl horizon_dead nbsrv(horizon_cluster) lt 1
|
|
monitor fail if horizon_dead
|
|
<%- end -%>
|