templates/collectd/config/rubber/role/collectd/thresholds.conf in rubber-2.0.0.pre5 vs templates/collectd/config/rubber/role/collectd/thresholds.conf in rubber-2.0.0.pre6

- old
+ new

@@ -20,9 +20,21 @@ DataSource "midterm" WarningMax <%= is_worker_instance ? 100 : 20 %> Hysteresis 0.3 </Type> + <Plugin "ping"> + <Type "ping"> + Datasource "value" + WarningMax 50 + FailureMax 100 + </Type> + <Type "ping_droprate"> + Datasource "value" + FailureMax 0.05 + </Type> + </Plugin> + </Threshold> #<Threshold> # <Type "counter"> # WarningMin 0.00