summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/boinc/metadata.yaml
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-07 02:24:47 +0200
committerGitHub <noreply@github.com>2024-02-07 02:24:47 +0200
commit8c736bb135754fad5045661f70f0176636bb0bb6 (patch)
treeb56cc6f01f75e8198c18d028cd72a948227b0f5c /collectors/python.d.plugin/boinc/metadata.yaml
parent3133f03a105c6f8ac8e9c7af8236516d443943bb (diff)
Move health/ under src/ (#16954)
* Move health/ under src/ * Update references to health paths. ``` find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \; ``` * Update .git{,hub} refs to health.
Diffstat (limited to 'collectors/python.d.plugin/boinc/metadata.yaml')
-rw-r--r--collectors/python.d.plugin/boinc/metadata.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/collectors/python.d.plugin/boinc/metadata.yaml b/collectors/python.d.plugin/boinc/metadata.yaml
index 33a67ac341..9448cbe0fc 100644
--- a/collectors/python.d.plugin/boinc/metadata.yaml
+++ b/collectors/python.d.plugin/boinc/metadata.yaml
@@ -127,22 +127,22 @@ modules:
list: []
alerts:
- name: boinc_total_tasks
- link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/boinc.conf
metric: boinc.tasks
info: average number of total tasks over the last 10 minutes
os: "*"
- name: boinc_active_tasks
- link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/boinc.conf
metric: boinc.tasks
info: average number of active tasks over the last 10 minutes
os: "*"
- name: boinc_compute_errors
- link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/boinc.conf
metric: boinc.states
info: average number of compute errors over the last 10 minutes
os: "*"
- name: boinc_upload_errors
- link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/boinc.conf
metric: boinc.states
info: average number of failed uploads over the last 10 minutes
os: "*"