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: //opt/netdata/usr/local/local/lib/netdata/conf.d/health.d/k8sstate.conf
 template: k8s_state_deployment_condition_available
       on: k8s_state.deployment_conditions
    class: Error
     type: Kubernetes
component: Deployment
    every: 10s
    units: status
     calc: $available
     warn: $this == 0
    delay: down 5m
  summary: Deployment ${label:k8s_deployment_name} does not have the minimum required replicas
     info: Deployment ${label:k8s_deployment_name} does not have the minimum required replicas
       to: silent

 template: k8s_state_cronjob_last_execution_failed
       on: k8s_state.cronjob_last_execution_status
    class: Error
     type: Kubernetes
component: CronJob
    every: 10s
    units: status
     calc: $failed
     warn: $this == 1
    delay: down 5m
  summary: CronJob ${label:k8s_cronjob_name} in ${label:k8s_namespace} failing
     info: CronJob ${label:k8s_cronjob_name} in ${label:k8s_namespace} failing
       to: sysadmin