| 1 | # make sure go.d.plugin data collection job is running |
| 2 | |
| 3 | template: plugin_data_collection_status |
| 4 | on: netdata.plugin_data_collection_status |
| 5 | class: Errors |
| 6 | type: Netdata |
| 7 | component: go.d.plugin |
| 8 | lookup: average -30s unaligned of failed |
| 9 | units: status |
| 10 | every: 10s |
| 11 | warn: $this == 1 |
| 12 | delay: down 1m |
| 13 | summary: Data collection failure (${label:_collect_plugin}:${label:_collect_module}:${label:_collect_job}) |
| 14 | info: Data collection failure (${label:_collect_plugin}:${label:_collect_module}:${label:_collect_job}) |
| 15 | to: silent |