Module: @nginstack/engine/lib/monitoring/AlertCodes

Members


<static> DBCACHE_SYNC_ERROR :string

Ocorreu um erro ao tentar sincronizar o cache local do Engine.

Type:
  • string
Default Value:
  • dbcache_sync_error

<static> HIGH_ENGINE_UPTIME :string

O Engine está em execução há muito tempo sem ser reiniciado. O reinício periódico do Engine é importante para que o sistema possa atualizar o esquema das tabelas que estão no cache local, além de reduzir a perda de eficiência provocada pela fragmentação da memória gerenciada pelo alocador padrão do sistema operacional, HeapAlloc no Windows e glibc malloc no Linux.

Type:
  • string
Default Value:
  • high_engine_uptime

<static> HIGH_MEMORY_USAGE :string

A quantidade de memória virtual utilizada pelo Engine está elevada.

Type:
  • string
Default Value:
  • high_memory_usage

<static> HIGH_SESSION_COUNT :string

A quantidade de sessões de usuários ativas no Engine está elevada.

Type:
  • string
Default Value:
  • high_session_count

<static> LOW_FREE_DISK :string

Há pouco espaço livre no disco do diretório de dados do sistema.

Type:
  • string
Default Value:
  • low_free_disk

<static> LOW_PHYSICAL_MEMORY :string

Há pouca memória física disponível no servidor.

Type:
  • string
Default Value:
  • low_physical_memory

<static> OUTDATED_ENGINE :string

A versão do Engine está desatualizada.

Type:
  • string
Default Value:
  • outdated_engine

<static> SLOW_DBCACHE_SYNC :string

O sincronismo do cache local está demorando mais que o normal. Essa demora pode ter sido provocada pela geração de um grande volume de alterações a serem sincronizadas ou pode existir alguma anomalia no funcionamento do cache local ou no disco do servidor.

Type:
  • string
Default Value:
  • slow_dbcache_sync

<static> TRANSACTION_LOG_SENDING_ERROR :string

Ocorreu um erro ao tentar enviar os logs transacionais do Engine.

Type:
  • string
Default Value:
  • transaction_log_sending_error

<static> UNSUPPORTED_ARCH :string

O Engine em execução utiliza uma arquitetura que não é mais suportada (32 bits).

Type:
  • string
Default Value:
  • unsupported_arch

<static> UNSUPPORTED_OS :string

O sistema operacional utilizado não é suportado pelo Engine.

Type:
  • string
Default Value:
  • unsupported_os