Esta es una traducción de la página de documentación original en español. Ayúdanos a mejorarla.

7 Novedades de Zabbix 6.0.2

Zabbix agent 2 active check configuration

A new optional configuration parameter ForceActiveChecksOnStart has been added to Zabbix agent 2. Setting the parameter to ForceActiveChecksOnStart=1 will ensure item data for active checks is collected immediately upon Zabbix agent restart, except for items with Scheduling update interval. Otherwise, the first data collection after an agent restart will happen at random time, which is less than item update interval, to prevent spikes in resource usage.

It is also possible to set this option only for a specific plugin by using Plugins.<PluginName>.System.ForceActiveChecksOnStart (for example, Plugins.Uptime.System.ForceActiveChecksOnStart=1). If set, a plugin-level parameter will override the global setting.

Monitoreo JMX

La plantilla Generic Java JMX ahora contiene reglas de descubrimiento para el descubrimiento de bajo nivel de grupos de memoria y recolectores de basura.

Se ha implementado el control del teclado para los íconos de información en la interfaz. Así ahora es posible centrarse en los íconos de información y abrir las sugerencias usando el teclado.