MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/root/opt/netdata/netdata-configs/orig/health.d/nagios.conf
# you can disable an alarm notification by setting the 'to' line to: silent

template: nagios_job_execution_state_warn
      on: nagios.job.execution_state
   class: Errors
    type: Other
component: Nagios
    calc: $warning - $retry
   units: state
   every: 10s
    warn: $this != nan AND $this == 1
   delay: down 1m multiplier 1.5 max 1h
 summary: Nagios job ${label:nagios_job} execution state
    info: Nagios job ${label:nagios_job} is in WARNING state
      to: sysadmin

template: nagios_job_execution_state_crit
      on: nagios.job.execution_state
   class: Errors
    type: Other
component: Nagios
    calc: $critical - $retry
   units: state
   every: 10s
    crit: $this != nan AND $this == 1
   delay: down 1m multiplier 1.5 max 1h
 summary: Nagios job ${label:nagios_job} execution state
    info: Nagios job ${label:nagios_job} is in CRITICAL state
      to: sysadmin

template: nagios_job_perfdata_threshold_state_warn
      on: nagios.job.perfdata_threshold_state
   class: Errors
    type: Other
component: Nagios
    calc: $warning - $retry
   units: state
   every: 10s
    warn: $this != nan AND $this == 1
   delay: down 1m multiplier 1.5 max 1h
 summary: Nagios job ${label:nagios_job} perfdata ${label:perfdata_value} threshold state
    info: Nagios job ${label:nagios_job} perfdata ${label:perfdata_value} is in WARNING threshold state
      to: sysadmin

template: nagios_job_perfdata_threshold_state_crit
      on: nagios.job.perfdata_threshold_state
   class: Errors
    type: Other
component: Nagios
    calc: $critical - $retry
   units: state
   every: 10s
    crit: $this != nan AND $this == 1
   delay: down 1m multiplier 1.5 max 1h
 summary: Nagios job ${label:nagios_job} perfdata ${label:perfdata_value} threshold state
    info: Nagios job ${label:nagios_job} perfdata ${label:perfdata_value} is in CRITICAL threshold state
      to: sysadmin