HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/lib/netdata/conf.d/health.d/cpu.conf
# you can disable an alarm notification by setting the 'to' line to: silent

   template: 10min_cpu_usage
         on: system.cpu
      class: Utilization
       type: System
  component: CPU
host labels: _os=linux
     lookup: average -10m unaligned of user,system,softirq,irq,guest
      units: %
      every: 1m
       warn: $this > (($status >= $WARNING)  ? (75) : (85))
       crit: $this > (($status == $CRITICAL) ? (85) : (95))
      delay: down 15m multiplier 1.5 max 1h
    summary: System CPU utilization
       info: Average CPU utilization over the last 10 minutes (excluding iowait, nice and steal)
         to: sysadmin

   template: 10min_cpu_iowait
         on: system.cpu
      class: Utilization
       type: System
  component: CPU
host labels: _os=linux
     lookup: average -10m unaligned of iowait
      units: %
      every: 1m
       warn: $this > (($status >= $WARNING)  ? (20) : (40))
      delay: up 30m down 30m multiplier 1.5 max 2h
    summary: System CPU iowait time
       info: Average CPU iowait time over the last 10 minutes
         to: silent

   template: 20min_steal_cpu
         on: system.cpu
      class: Latency
       type: System
  component: CPU
host labels: _os=linux
     lookup: average -20m unaligned of steal
      units: %
      every: 5m
       warn: $this > (($status >= $WARNING)  ? (5)  : (10))
      delay: down 1h multiplier 1.5 max 2h
    summary: System CPU steal time
       info: Average CPU steal time over the last 20 minutes
         to: silent

## Windows

   template: 10min_cpu_usage
         on: system.cpu
      class: Utilization
       type: System
  component: CPU
host labels: _os=windows
     lookup: average -10m unaligned of irq,user,system,dpc
      units: %
      every: 1m
       warn: $this > (($status >= $WARNING)  ? (75) : (85))
       crit: $this > (($status == $CRITICAL) ? (85) : (95))
      delay: up 1m down 15m multiplier 1.5 max 1h
    summary: System CPU utilization
       info: Average CPU utilization over the last 10 minutes
         to: sysadmin

## FreeBSD
   template: 10min_cpu_usage
         on: system.cpu
      class: Utilization
       type: System
  component: CPU
host labels: _os=freebsd
     lookup: average -10m unaligned of user,system,interrupt
      units: %
      every: 1m
       warn: $this > (($status >= $WARNING)  ? (75) : (85))
       crit: $this > (($status == $CRITICAL) ? (85) : (95))
      delay: down 15m multiplier 1.5 max 1h
    summary: System CPU utilization
       info: Average CPU utilization over the last 10 minutes (excluding nice)
         to: sysadmin