Merge "Support configuration of notify_on without Ceilometer"
diff --git a/nova/meta/heka.yml b/nova/meta/heka.yml
index c6cd75c..2535ecf 100644
--- a/nova/meta/heka.yml
+++ b/nova/meta/heka.yml
@@ -157,12 +157,12 @@
window: 60
periods: 0
function: last
- - metric: openstack_nova_services
+ - metric: openstack_nova_services_percent
field:
service: {{ nova_service }}
- state: '== down || == disabled'
- relational_operator: '>'
- threshold: 0
+ state: up
+ relational_operator: '<'
+ threshold: 100
window: 60
periods: 0
function: last