diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 17:33:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 17:34:10 +0000 |
commit | 83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch) | |
tree | 2e69833b43f791ed253a7a20318b767ebe56cdb8 /src/health/health.d/boinc.conf | |
parent | Releasing debian version 1.47.5-1. (diff) | |
download | netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.tar.xz netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.zip |
Merging upstream version 2.0.3+dfsg (Closes: #923993, #1042533, #1045145).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/health/health.d/boinc.conf')
-rw-r--r-- | src/health/health.d/boinc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/health/health.d/boinc.conf b/src/health/health.d/boinc.conf index 6fd987de1..987d20212 100644 --- a/src/health/health.d/boinc.conf +++ b/src/health/health.d/boinc.conf @@ -2,11 +2,11 @@ # Warn on any compute errors encountered. template: boinc_compute_errors - on: boinc.states + on: boinc.tasks_per_state class: Errors type: Computing component: BOINC - lookup: average -10m unaligned of comperror + lookup: average -10m unaligned of compute_error units: tasks every: 1m warn: $this > 0 @@ -17,7 +17,7 @@ component: BOINC # Warn on lots of upload errors template: boinc_upload_errors - on: boinc.states + on: boinc.tasks_per_state class: Errors type: Computing component: BOINC |