MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //etc/opt/microsoft/omsagent/sysconf/omsagent.d/monitor.conf
<source>
  type monitor_agent
  tag oms.health
  port %MONITOR_AGENT_PORT%
  emit_interval 5m
  emit_config true
</source>

<source>
  type oms_heartbeat
  interval 1m
</source>

<filter oms.health.**>
  type filter_operation
</filter>

<match oms.health.** oms.heartbeat.**>
  type out_oms
  log_level info
  run_in_background false

  omsadmin_conf_path %CONF_DIR_WS%/omsadmin.conf
  cert_path %CERT_DIR_WS%/oms.crt
  key_path %CERT_DIR_WS%/oms.key

  buffer_chunk_limit 1m
  buffer_type file
  buffer_path %STATE_DIR_WS%/out_oms_health*.buffer
  buffer_queue_limit 5
  buffer_queue_full_action drop_oldest_chunk
  flush_interval 20s
  retry_limit 6
  retry_wait 30s
  max_retry_wait 30m
</match>