Revert "For sake of consistency with availability_of_members"
diff --git a/heka/meta/heka.yml b/heka/meta/heka.yml
index 90ffb67..4a92245 100644
--- a/heka/meta/heka.yml
+++ b/heka/meta/heka.yml
@@ -332,22 +332,18 @@
trigger:
logical_operator: or
rules:
- - function: count
- arguments: [ okay ]
+ - function: percent
+ arguments: [ down ]
relational_operator: '=='
- threshold: 0
+ threshold: 100
- status: critical
trigger:
- logical_operator: and
+ logical_operator: or
rules:
- - function: count
- arguments: [ okay ]
- relational_operator: '=='
- threshold: 1
- - function: count
+ - function: percent
arguments: [ critical, down, unknown ]
- relational_operator: '>'
- threshold: 0
+ relational_operator: '>='
+ threshold: 50
- status: warning
trigger:
logical_operator: or