Add nagios_host dimension

Change-Id: I724ff279cc5e49070b91caab792e12580415c836
This commit is contained in:
Swann Croiset 2016-11-21 15:44:10 +01:00
parent 43fa6d1f0d
commit bb998dc52d
1 changed files with 10 additions and 0 deletions

View File

@ -238,6 +238,7 @@ aggregator:
- nova_fs
dimension:
service: nova-compute
nagios_host: 01-service-clusters
nova_logs_compute:
policy: highest_severity
group_by: hostname
@ -247,6 +248,7 @@ aggregator:
- nova_logs_compute
dimension:
service: nova-compute
nagios_host: 01-service-clusters
nova_logs:
policy: highest_severity
group_by: hostname
@ -256,6 +258,7 @@ aggregator:
- nova_logs
dimension:
service: nova-control
nagios_host: 01-service-clusters
nova_api_endpoint:
policy: availability_of_members
group_by: hostname
@ -265,6 +268,7 @@ aggregator:
- nova_api_endpoint
dimension:
service: nova-control
nagios_host: 01-service-clusters
nova_api_check:
policy: highest_severity
match:
@ -273,6 +277,7 @@ aggregator:
- nova_api_check
dimension:
service: nova-control
nagios_host: 01-service-clusters
{%- for nova_service in ('cert', 'consoleauth', 'compute', 'conductor', 'scheduler') %}
nova_{{ nova_service }}:
policy: highest_severity
@ -282,6 +287,7 @@ aggregator:
- nova_{{ nova_service }}
dimension:
service: nova-control
nagios_host: 01-service-clusters
{%- endfor %}
nova_free_vcpu:
policy: highest_severity
@ -291,6 +297,7 @@ aggregator:
- nova_free_vcpu
dimension:
service: nova-compute
nagios_host: 01-service-clusters
nova_free_memory:
policy: highest_severity
match:
@ -299,6 +306,7 @@ aggregator:
- nova_free_memory
dimension:
service: nova-compute
nagios_host: 01-service-clusters
nova_control:
policy: highest_severity
match:
@ -312,6 +320,7 @@ aggregator:
{%- endfor %}
dimension:
cluster_name: nova-control
nagios_host: 00-top-clusters
nova_compute:
policy: highest_severity
match:
@ -323,3 +332,4 @@ aggregator:
- nova_free_memory
dimension:
cluster_name: nova-compute
nagios_host: 00-top-clusters