master
conf 12 lines 503 Bytes
Raw
1 template: plugin_availability_status
2 on: netdata.plugin_availability_status
3 class: Errors
4 type: Netdata
5 calc: $now - $last_collected_t
6 units: seconds ago
7 every: 10s
8 warn: $this > (($status >= $WARNING) ? ($update_every) : (20 * $update_every))
9 delay: down 5m multiplier 1.5 max 1h
10 summary: Plugin ${label:_collect_plugin} availability status
11 info: the amount of time that ${label:_collect_plugin} did not report its availability status
12 to: sysadmin