⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
src
/
netdata
/
health
/
health.d
/
View File Name :
boinc.conf
# Alarms for various BOINC issues. # Warn on any compute errors encountered. template: boinc_compute_errors on: boinc.states class: Errors type: Computing component: BOINC os: * hosts: * lookup: average -10m unaligned of comperror units: tasks every: 1m warn: $this > 0 delay: up 1m down 5m multiplier 1.5 max 1h summary: BOINC compute errors info: Average number of compute errors over the last 10 minutes to: sysadmin # Warn on lots of upload errors template: boinc_upload_errors on: boinc.states class: Errors type: Computing component: BOINC os: * hosts: * lookup: average -10m unaligned of upload_failed units: tasks every: 1m warn: $this > 0 delay: up 1m down 5m multiplier 1.5 max 1h summary: BOINC failed uploads info: Average number of failed uploads over the last 10 minutes to: sysadmin # Warn on the task queue being empty template: boinc_total_tasks on: boinc.tasks class: Utilization type: Computing component: BOINC os: * hosts: * lookup: average -10m unaligned of total units: tasks every: 1m warn: $this < 1 delay: up 5m down 10m multiplier 1.5 max 1h summary: BOINC total tasks info: Average number of total tasks over the last 10 minutes to: sysadmin # Warn on no active tasks with a non-empty queue template: boinc_active_tasks on: boinc.tasks class: Utilization type: Computing component: BOINC os: * hosts: * lookup: average -10m unaligned of active calc: ($boinc_total_tasks >= 1) ? ($this) : (inf) units: tasks every: 1m warn: $this < 1 delay: up 5m down 10m multiplier 1.5 max 1h summary: BOINC active tasks info: Average number of active tasks over the last 10 minutes to: sysadmin