fix(exchange): Update graph prototype key to match item key

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-13 14:08:09 -03:00
parent b74b96473c
commit d68f842c49
4 changed files with 5 additions and 5 deletions

View File

@ -438,7 +438,7 @@ zabbix_export:
- uuid: 0ea0824b26714249a2a90965377f0c10
name: 'Banco [{#INSTANCE}]: Total de Itens'
type: ZABBIX_ACTIVE
key: perf_counter_en["\MSExchange IS Store({#INF.STORE})\Item Count", {$MS.EXCHANGE.PERF.INTERVAL}]
key: perf_counter_en["\MSExchangeIS Store({#INSTANCE})\Item Count", {$MS.EXCHANGE.PERF.INTERVAL}]
delay: 15m
value_type: FLOAT
description: Contagem total de itens no banco de dados.
@ -466,7 +466,7 @@ zabbix_export:
- color: 199C0D
item:
host: 'Microsoft Exchange Server 2016 by Zabbix agent active'
key: perf_counter_en["\MSExchange IS Store({#INF.STORE})\Item Count", {$MS.EXCHANGE.PERF.INTERVAL}]
key: perf_counter_en["\MSExchangeIS Store({#INSTANCE})\Item Count", {$MS.EXCHANGE.PERF.INTERVAL}]
httptests:
- uuid: 2e6bd09c77fa434cbc8c02ad74d12b7c
name: 'Teste de Disponibilidade: OWA'

View File

@ -46,7 +46,7 @@ Desenvolvido por Arthur "O Farol" Mendes.
- Banco [{#INSTANCE}]: Latência de Escrita (Ativo) (`perf_counter_en["\MSExchange Database ==> Instances({#INF.STORE}/_Total)\I/O Database Writes (Attached) Average Latency", {$MS.EXCHANGE.PERF.INTERVAL}]`)
- Banco [{#INSTANCE}]: Estado (`perf_counter_en["\MSExchangeIS Store({#INSTANCE})\Database State"]`)
- Banco [{#INSTANCE}]: Tamanho do Arquivo (`perf_counter_en["\MSExchange Database({#INF.STORE})\Database File Size In Bytes", {$MS.EXCHANGE.PERF.INTERVAL}]`)
- Banco [{#INSTANCE}]: Total de Itens (`perf_counter_en["\MSExchange IS Store({#INF.STORE})\Item Count", {$MS.EXCHANGE.PERF.INTERVAL}]`)
- Banco [{#INSTANCE}]: Total de Itens (`perf_counter_en["\MSExchangeIS Store({#INSTANCE})\Item Count", {$MS.EXCHANGE.PERF.INTERVAL}]`)
## Alertas (Triggers)

View File

@ -524,7 +524,7 @@ zabbix_export:
- uuid: 64875dc74c3a45da82ddad6648198304
name: Disponibilidade do Agente Zabbix
type: INTERNAL
key: zabbix[host,agent,disponível]
key: zabbix[host,agent,available]
description: Usado para monitorar a disponibilidade do agente.
valuemap:
name: zabbix.host.disponível

View File

@ -43,7 +43,7 @@ Inclui: RDP, Fila de Disco, Auditoria de Login e traduções completas.
- **Memória: % de Utilização** (`vm.memory.util`)
- **Windows: Network interfaces WMI get** (`wmi.getall[root\cimv2,"select Name,Description,NetConnectionID,Speed,AdapterTypeId,NetConnectionStatus,GUID from win32_networkadapter where PhysicalAdapter=True and NetConnectionStatus>0"]`)
- **Hardware: Número de Cores** (`wmi.get[root/cimv2,"Select NumberOfLogicalProcessors from Win32_ComputerSystem"]`)
- **Disponibilidade do Agente Zabbix** (`zabbix[host,agent,disponível]`)
- **Disponibilidade do Agente Zabbix** (`zabbix[host,agent,available]`)
- **RDP: Sessões Ativas (Total)** (`perf_counter_en["\Terminal Services\Total Sessions"]`)
- **Disco: Tamanho da Fila (Queue Length)** (`perf_counter_en["\PhysicalDisk(_Total)\Current Disk Queue Length"]`)
- **Segurança: Falhas de Login (Audit Failure)** (`eventlog[Security,,,,4625]`)