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

#5 Novedades de Zabbix 6.0.0

Consulte los cambios importantes para esta versión.

Clúster de alta disponibilidad para el servidor Zabbix

La nueva versión viene con una solución nativa de alta disponibilidad para Servidor Zabbix.

La solución consta de múltiples instancias o nodos zabbix_server, donde sólo un nodo puede estar activo (trabajando) a la vez, mientras que otros nodos están en espera, listos para tomar el control en caso de que el nodo actual se detenga o falle.

Consulte también: Clúster de alta disponibilidad.

Monitoreo de servicio actualizado

Se han realizado varias actualizaciones en el seguimiento de servicios. El monitoreo de servicios ofrece una vista de alto nivel de la infraestructura monitoreada en Zabbix.

Mapeo basado en etiquetas de servicios a problemas

La disponibilidad de servicios en versiones anteriores de Zabbix dependía de los iniciadores y sus estados. En la nueva versión que se reemplaza por una asignación basada en etiquetas a problemas para el servicio respectivo.

En la configuración del servicio, ya no existen dependencias duras y blandas. En cambio, un servicio puede tener varios servicios principales.

Services menu

There is now a new Services menu in Zabbix, with four menu sections:

  • Services - for service overview and service configuration (moved from Monitoring -> Services)
  • Service actions - for service actions (new action type)
  • SLA - for configuring SLAs
  • SLA report - for SLA reports (also available as dashboard widget)

Cálculo de estado y reglas de propagación

Hay nuevas reglas de cálculo de estado y reglas adicionales flexibles para calcular el estado de un servicio principal basadas en los estados y el peso de los hijos directos. Ahora también es posible establecer reglas flexibles para propagar un estado del servicio a los servicios padres.

Permisos

Se han implementado permisos flexibles para los servicios a nivel de rol de usuario. Se puede otorgar acceso de lectura, escritura o solo lectura a todos, a ninguno o a servicios seleccionados (según el nombre o las etiquetas).

Análisis de raíz de la causa

Una nueva columna Causa raíz enumera los problemas subyacentes que afectan directa o indirectamente el estado del servicio.

Si hace clic en el nombre del problema podrá ver más detalles al respecto en MonitoreoProblemas.

Alerting on service status change

It is now possible to receive automated alerts about service status changes, similar to the alerts about trigger status changes.

A new service action type has been added to the Actions menu. Service actions may include steps for problem, recovery, and update operations related to services. It is possible to configure two types of actions: sending a message to the specified recipients and executing a remote command on Zabbix server. Similarly to trigger actions, service actions support problem escalation scenarios.

New message templates Service, Service recovery, and Service update have been added to media types and should be defined to enable correct sending of notifications for service actions.

Service cloning

Services now can be cloned. The Clone button has been added to the configuration form of a service. When a service is cloned, its parent links are preserved, while the child links are not.

Primary keys

Primary keys are now used for all tables, including history tables, in new installations.

There is no automatic upgrade to primary keys for existing installations. Instructions for a manual upgrade of history tables to primary keys in pre-existing installations are available for MySQL/MariaDB, PostgreSQL, TimescaleDB v1 and v2, and Oracle.

New widgets

Several dashboard widgets have been added in the new version.

Top hosts widget

A Top hosts widget has been added to dashboard widgets. This widget is designed to replace the Data overview widget that is now deprecated.

The Top hosts widget allows to create custom tables for data overview, which is useful for Top N-like reports and bar-progress reports useful for capacity planning.

For more information, see Top hosts widget.

Macros for internal actions contain the reason why an item, an LLD-rule, or a trigger became unsupported:

  • {ITEM.STATE.ERROR} - for item-based internal notifications;
  • {LLDRULE.STATE.ERROR} - for LLD-rule based internal notifications;
  • {TRIGGER.STATE.ERROR} - for trigger-based internal notifications.

For more details, see Supported macros.

Macros

Nuevas macros

Ahora se admiten nuevas macros para la depuración de expresiones de iniciador y acciones internas.

Las macros de depuración de expresiones simplifican el proceso de depuración de expresiones de iniciador:

  • {TRIGGER.EXPRESSION.EXPLAIN}, {TRIGGER.EXPRESSION.RECOVERY.EXPLAIN} - resuelven parcialmente el iniciador evaluado o expresión de recuperación, donde solo se aplican funciones basadas en métricas;
  • {FUNCTION.VALUE<1-9>}, {FUNCTION.RECOVERY.VALUE<1-9>} - resuelven los resultados de la enésima función basada en métricas en el momento del evento.

Las macros para acciones internas contienen el motivo por el cual una métrica, una regla LLD o un iniciador dejaron de ser compatibles:

  • {ITEM.STATE.ERROR} - para notificaciones internas basadas en métricas;
  • {LLDRULE.STATE.ERROR} - para notificaciones internas basadas en reglas LLD;
  • {TRIGGER.STATE.ERROR}: para notificaciones internas basadas en iniciadores.

Para obtener más detalles, consulte Macros compatibles.

Bulk processing for Prometheus metrics

Bulk processing of dependent items has been introduced in the preprocessing queue to improve the performance of retrieving Prometheus metrics.

See Prometheus checks for more details.

Las macros posicionales ya no son compatibles

La compatibilidad con macros posicionales en el nombre de la métrica ($1, $2...$9), obsoleta desde Zabbix 4.0, se ha eliminado por completo.

Ya no se admiten macros de usuario en el nombre de la métrica

La compatibilidad con macros de usuario en nombres de métricas (incluidos los nombres de reglas de descubrimiento), obsoleta desde Zabbix 4.0, ha sido completamente eliminada.

Functions for Prometheus histograms

It has been possible to collect Prometheus metrics in Zabbix for a while now, but some of the metrics are difficult to work with. Specifically, the metrics of histogram type can be presented in Zabbix as multiple items with the same key names, but different parameters. However, even though such items are logically related and represent the same data, it has been difficult to analyze the collected data without specialized functions. To cover this functionality gap in the new version, rate() and histogram_quantile() functions, producing the same result as their PromQL counterparts, have been added.

Other new additions to complement this functionality are the bucket_rate_foreach() and the bucket_percentile() functions. For more information see:

Monotonic change

It is now possible to check for monotonic increase or decrease in item values using the new monoinc() or monodec() history functions.

Funciones

Entity count

New functions have been added to simplify the counting of specific hosts, items, or values, returned by foreach functions.

Aggregate functions:

  • count - total number of values in an array returned by a foreach function (returns an integer);
  • item_count - total number of currently enabled items that match filter criteria (returns an integer).

Foreach function:

  • exists_foreach - number of currently enabled items that match filter criteria (returns an array).

Anomaly detection

Zabbix 5.2 introduced new trend functions useful for baseline monitoring. However, they still require defining relative thresholds (e.g. check that web traffic in September, 2021 is less than 2x higher compared to September, 2020). There are use cases when such thresholds are hard to define. For instance, the web traffic of a new but highly popular web site can organically grow many times over a year but the growth rate is unknown. Yet, a sudden traffic spike due to DDOS attack must generate an alert regardless of organic traffic growth.

Anomaly detection algorithms do exactly this - find data that don't look normal (outliers) in a context of other values.

New history function trendstl() has been added which uses 'decomposition' method to calculate the anomaly rate. It splits a single time series sequence into three other sequences:

  • trend sequence that only contains big changes in the original data (e.g. website traffic shows growth)
  • season sequence that only contains seasonal changes (e.g. less website traffic in summer, more in autumn)
  • remainder sequence that only contains residual values that can not be interpreted as parts of trend or season

Anomaly detection works with remainder sequence and checks if there are values that are too far from the majority of remainder values. "Far" means that the absolute value from the remainder sequence is N times greater than the standard or mean deviation.

Cambio monótono

Ahora es posible verificar el aumento o disminución monótona en los valores de las métricas usando las nuevas funciones de historial monoinc() o monodec().

Automated type selection

Item configuration form now automatically suggests the matching type of information, if selected item key returns data only of the specific type (for example, log[] item requires Type of information: Log). Type of information parameter is now located under the Key parameter on the primary Item tab and is duplicated on the Preprocessing tab if at least one preprocessing step is specified. If Zabbix detects a possible mismatch of the selected type of information and key, a warning icon will be displayed next to the Type of information field.

New and updated items

Several new items have been added to Zabbix agent/agent 2:

  • agent.hostmetadata - return host metadata
  • kernel.openfiles - return the number of open file descriptors
  • net.tcp.socket.count[] - return the number of TCP sockets that match parameters
  • net.udp.socket.count[] - return the number of UDP sockets that match parameters
  • vfs.dir.get[] - return list of directory files as JSON
  • vfs.file.get[] - return information about a file as JSON
  • vfs.file.owner[] - return the ownership of a file
  • vfs.file.permissions[] - return a 4-digit string containing octal number with Unix permissions

Additionally:

  • vfs.file.cksum[] now supports a second mode parameter (crc32, md5, sha256)
  • vfs.file.size[] now supports a second mode parameter (bytes or lines)
  • vfs.fs.discovery and vfs.fs.get now return an {#FSLABEL} macro on Windows (with volume names)

For more details see agent items.

Anomaly detection

Zabbix 5.2 introduced new trend functions useful for baseline monitoring. However, they still require defining relative thresholds (e.g. check that web traffic in September, 2021 is less than 2x higher compared to September, 2020). There are use cases when such thresholds are hard to define. For instance, the web traffic of a new but highly popular web site can organically grow many times over a year but the growth rate is unknown. Yet, a sudden traffic spike due to DDOS attack must generate an alert regardless of organic traffic growth.

Anomaly detection algorithms do exactly this - find data that don't look normal (outliers) in a context of other values.

New history function trendstl() has been added which uses 'decomposition' method to calculate the anomaly rate. It splits a single time series sequence into three other sequences:

  • trend sequence that only contains big changes in the original data (e.g. website traffic shows growth)
  • season sequence that only contains seasonal changes (e.g. less website traffic in summer, more in autumn)
  • remainder sequence that only contains residual values that can not be interpreted as parts of trend or season

Anomaly detection works with remainder sequence and checks if there are values that are too far from the majority of remainder values. "Far" means that the absolute value from the remainder sequence is N times greater than the standard or mean deviation.

String functions

String function concat now allows concatenating more than two parameters. It can be used to combine strings and values in different combinations or append two or more values to each other. Numeric data types are also supported.

Métricas

Zabbix agent 2 plugins

Each Zabbix agent 2 plugin now has a separate configuration file. By default, these files are located in the ./zabbix_agent2.d/plugins.d/ directory. The path is specified in the Include parameter of the agent 2 configuration file and can be relative to the zabbix_agent2.conf or zabbix_agent2.win.conf file location.

Password requirements

Custom password complexity requirements can now be provided for Zabbix internal authentication method. To prevent Zabbix users from setting weak passwords, it is possible to enforce the following restrictions:

  • Set the minimum password length.
  • Require a password to contain a combination of uppercase and lowercase letters, digits, and/or special characters.
  • Prohibit usage of most common and easily guessable passwords.

Métricas calculadas

Las métricas calculadas ahora admiten tipos de información no solo numéricos, sino también de texto, registro y caracteres.

Recarga de parámetros de usuario sin reiniciar el agente

Los parámetros de usuario ahora se pueden recargar desde el archivo de configuración sin reiniciar el agente. Para hacerlo, ejecute la nueva opción de control de tiempo de ejecución userparameter_reload, p.e..:

zabbix_agentd -R userparameter_reload

o

zabbix_agent2 -R userparameter_reload

UserParameter es la única opción de configuración del agente que será recargada con este comando.

Controles de tiempo de ejecución en sistemas operativos basados en BSD

Anteriormente, las opciones de control del tiempo de ejecución del servidor Zabbix y del proxy Zabbix no eran compatibles con los sistemas basados en BSD. El cambio del método de transferencia de comandos en tiempo de ejecución ha permitido eliminar esta limitación. Ahora la mayoría de los comandos son compatibles. en, FreeBSD, NetBSD, OpenBSD y otros sistemas operativos de la familia *BSD.

Para obtener la lista exacta, consulte Control de tiempo de ejecución para el servidor o proxy Zabbix.

Complementos del agente 2 de Zabbix

Cargador de complementos externo

Anteriormente, los complementos solo se podían compilar en el agente 2 de Zabbix, lo que requería volver a compilar el agente cada vez que fuera necesario para cambiar el conjunto de complementos disponibles. Ahora, con la incorporación del cargador de complementos externo, los complementos no tienen que ser integrados en el agente 2 directamente y se puede agregar como complementos externos separados (complementos cargables), lo que hace que el proceso de creación de complementos adicionales pueda recopilar nuevas métricas de monitoreo más fácilmente.

La introducción de complementos cargables provocó los siguientes cambios en los parámetros de configuración:

  • El parámetro Plugins.<PluginName>.Path se ha movido a Plugins.<PluginName>.System.Path.
  • El parámetro Plugins.<PluginName>.Capacity, aunque todavía es compatible, ha quedado obsoleto, utilíce Plugins.<Nombre del complemento>.System.Capacity en su lugar.

Requisitos de contraseña

Ahora se pueden proporcionar requisitos de complejidad de contraseña personalizados para el método de autenticación interna de Zabbix. Para evitar que los usuarios de Zabbix establezcan contraseñas débiles, es posible imponer las siguientes restricciones:

  • Establecer la longitud mínima de la contraseña.
  • Requerir que una contraseña contenga una combinación de mayúsculas y letras minúsculas, dígitos y/o caracteres especiales.
  • Prohibir el uso de las contraseñas más comunes y fáciles de adivinar.

Web monitoring

The ability to handle compressed content has been added to Zabbix web monitoring. All encoding formats supported by libcurl are supported.

Prometheus queries

Zabbix Prometheus preprocessing query language now supports two additional label matching operators:

  • != -- select labels that are not equal to the provided string;
  • !~ -- select labels that do not regex-match the provided string.

Procesos

Zabbix obtiene y tiempo de espera del remitente de Zabbix

Las utilidades Zabbix get y Zabbix sender ahora admiten -t <segundos> o --timeout <segundos> parámetro de tiempo de espera. El rango válido es:

  • 1-30 segundos para la obtención de Zabbix (predeterminado: 30 segundos)
  • 1-300 segundos para el remitente Zabbix (predeterminado: 60 segundos)

Extended SNMP gateway functionality

SNMP gateway can now provide information about triggers in a problem state and reveal host information in trigger details.

Additionally, it is now possible to limit the rate of SNMP traps sent by SNMP gateway.

The list of supported OIDs has been extended with a new OID .10 for a comma-delimited list of trigger hostnames.

New parameters have been added to the SNMP gateway configuration file: - ProblemBaseOID - OID of the problem trigger table; - ProblemMinSeverity - minimum severity, triggers having lower severity will not be included; - ProblemHideAck - if specified, only triggers with unacknowledged problems will be included; - ProblemTagFilter - if specified, only triggers with the specified tag name will be included; - TrapTimer - if set, Zabbix will send no more than one trap of the highest severity in the given time frame.

For details, see Zabbix SNMP Gateway.

Audit log

Preprocessing

Records

The audit log now contains records about all configuration changes for all Zabbix objects, including changes that occurred as a result of executing an LLD rule, a network discovery action, an autoregistration action, or a script execution. Previously, configuration changes initiated from Zabbix server, for example, as a result of executing a discovery rule, were not recorded. Now such object modifications will be stored as audit records attributed to the user System.

Record filter

A functionality for filtering records by the frontend operation that caused these entries has been added. If several log records have been created as a result of a single operation, for example, linking/unlinking a template, such records will have the same Recordset ID.

Registro de auditoría

Registros

El registro de auditoría ahora contiene registros sobre todos los cambios de configuración para todos los objetos de Zabbix, incluidos los cambios que ocurrieron como resultado de la ejecución de una regla LLD, una acción de descubrimiento de red, una acción de registro automático o la ejecución de un script. Anteriormente, los cambios de configuración iniciados desde el servidor Zabbix, por ejemplo, como resultado de la ejecución de una regla de descubrimiento, no fueron registrados. Ahora dichas modificaciones de objetos se almacenarán como registros de auditoría atribuidos al usuario System.

Filtro de registro

Se agregó una funcionalidad para filtrar registros por la operación de interfaz que causó estas entradas. Si varios registros se han creado como resultado de una única operación, por ejemplo, vincular/desvincular una plantilla, esos registros tendrán el mismo ID del conjunto de registros.

Configuración de auditoría

La nueva sección Registro de auditoría se ha agregado al menú Administración→General, lo que permite habilitar o deshabilitar el registro de auditoría. La configuración de limpieza para auditoría, anteriormente ubicada en la sección Asistente de limpieza, también se ha movido a la nueva Sección Registro de auditoría.

Soporte PCRE2

Se ha agregado soporte para PCRE2 y los paquetes de instalación de Zabbix para RHEL 7 y posteriores, SLES (todas las versiones), Debian 9 y posteriores, Ubuntu 16.04 y posteriores se han actualizado para usar PCRE2. PCRE todavía es compatible, pero Zabbix solo se puede compilar con una de las bibliotecas PCRE o PCRE2, ambas no se pueden usar al mismo tiempo.

MikroTik

  • MikroTik CCR1009-7G-1C-1S+ SNMP - monitoring of MikroTik CCR1009-7G-1C-1S+ ethernet routers via SNMP;
  • MikroTik CCR1009-7G-1C-1S+PC SNMP - monitoring of MikroTik CCR1009-7G-1C-1S+PC ethernet routers via SNMP;
  • MikroTik CCR1009-7G-1C-PC SNMP - monitoring of MikroTik CCR1009-7G-1C-PC ethernet routers via SNMP;
  • MikroTik CCR1016-12G SNMP - monitoring of MikroTik CCR1016-12G ethernet routers via SNMP;
  • MikroTik CCR1016-12S-1S+ SNMP - monitoring of MikroTik CCR1016-12S-1S+ ethernet routers via SNMP;
  • MikroTik CCR1036-12G-4S-EM SNMP - monitoring of MikroTik CCR1036-12G-4S-EM ethernet routers via SNMP;
  • MikroTik CCR1036-12G-4S SNMP - monitoring of MikroTik CCR1036-12G-4S ethernet routers via SNMP;
  • MikroTik CCR1036-8G-2S+ SNMP - monitoring of MikroTik CCR1036-8G-2S+ ethernet routers via SNMP;
  • MikroTik CCR1036-8G-2S+EM SNMP - monitoring of MikroTik CCR1036-8G-2S+EM ethernet routers via SNMP;
  • MikroTik CCR1072-1G-8S+ SNMP - monitoring of MikroTik CCR1072-1G-8S+ ethernet routers via SNMP;
  • MikroTik CCR2004-16G-2S+ SNMP - monitoring of MikroTik CCR2004-16G-2S+ ethernet routers via SNMP;
  • MikroTik CCR2004-1G-12S+2XS SNMP - monitoring of MikroTik CCR2004-1G-12S+2XS ethernet routers via SNMP;
  • MikroTik CRS106-1C-5S SNMP - monitoring of MikroTik CRS106-1C-5S switches via SNMP;
  • MikroTik CRS109-8G-1S-2HnD-IN SNMP - monitoring of MikroTik CRS109-8G-1S-2HnD-IN switches via SNMP;
  • MikroTik CRS112-8G-4S-IN SNMP - monitoring of MikroTik CRS112-8G-4S-IN switches via SNMP;
  • MikroTik CRS112-8P-4S-IN SNMP - monitoring of MikroTik CRS112-8P-4S-IN switches via SNMP;
  • MikroTik CRS125-24G-1S-2HnD-IN SNMP - monitoring of MikroTik CRS125-24G-1S-2HnD-IN switches via SNMP;
  • MikroTik CRS212-1G-10S-1S+IN SNMP - monitoring of MikroTik CRS212-1G-10S-1S+IN switches via SNMP;
  • MikroTik CRS305-1G-4S+IN SNMP - monitoring of MikroTik CRS305-1G-4S+IN switches via SNMP;
  • MikroTik CRS309-1G-8S+IN SNMP - monitoring of MikroTik CRS309-1G-8S+IN switches via SNMP;
  • MikroTik CRS312-4C+8XG-RM SNMP - monitoring of MikroTik CRS312-4C+8XG-RM switches via SNMP;
  • MikroTik CRS317-1G-16S+RM SNMP - monitoring of MikroTik CRS317-1G-16S+RM switches via SNMP;
  • MikroTik CRS326-24G-2S+IN SNMP - monitoring of MikroTik CRS326-24G-2S+IN switches via SNMP;
  • MikroTik CRS326-24G-2S+RM SNMP - monitoring of MikroTik CRS326-24G-2S+RM switches via SNMP;
  • MikroTik CRS326-24S+2Q+RM SNMP - monitoring of MikroTik CRS326-24S+2Q+RM switches via SNMP;
  • MikroTik CRS328-24P-4S+RM SNMP - monitoring of MikroTik CRS328-24P-4S+RM switches via SNMP;
  • MikroTik CRS328-4C-20S-4S+RM SNMP - monitoring of MikroTik CRS328-4C-20S-4S+RM switches via SNMP;
  • MikroTik CRS354-48G-4S+2Q+RM SNMP - monitoring of MikroTik CRS354-48G-4S+2Q+RM switches via SNMP;
  • MikroTik CRS354-48P-4S+2Q+RM SNMP - monitoring of MikroTik CRS354-48P-4S+2Q+RM switches via SNMP;
  • MikroTik CSS326-24G-2S+RM SNMP - monitoring of MikroTik CSS326-24G-2S+RM switches via SNMP;
  • MikroTik CSS610-8G-2S+IN SNMP - monitoring of MikroTik CSS610-8G-2S+IN switches via SNMP;
  • MikroTik FiberBox SNMP - monitoring of MikroTik FiberBox switches via SNMP;
  • MikroTik hEX lite SNMP - monitoring of MikroTik hEX lite ethernet routers via SNMP;
  • MikroTik hEX PoE lite SNMP - monitoring of MikroTik hEX PoE lite ethernet routers via SNMP;
  • MikroTik hEX PoE SNMP - monitoring of MikroTik hEX PoE ethernet routers via SNMP;
  • MikroTik hEX S SNMP - monitoring of MikroTik hEX S ethernet routers via SNMP;
  • MikroTik hEX SNMP - monitoring of MikroTik hEX ethernet routers via SNMP;
  • MikroTik netPower 15FR SNMP - monitoring of MikroTik netPower 15FR switches via SNMP;
  • MikroTik netPower 16P SNMP - monitoring of MikroTik netPower 16P switches via SNMP;
  • MikroTik netPower Lite 7R SNMP - monitoring of MikroTik netPower Lite 7R switches via SNMP;
  • MikroTik PowerBox Pro SNMP - monitoring of MikroTik PowerBox Pro ethernet routers via SNMP;
  • MikroTik PowerBox SNMP - monitoring of MikroTik PowerBox ethernet routers via SNMP;
  • MikroTik RB1100AHx4 Dude Edition SNMP - monitoring of MikroTik RB1100AHx4 Dude Edition ethernet routers via SNMP;
  • MikroTik RB1100AHx4 SNMP - monitoring of MikroTik RB1100AHx4 ethernet routers via SNMP;
  • MikroTik RB2011iL-IN SNMP - monitoring of MikroTik RB2011iL-IN ethernet routers via SNMP;
  • MikroTik RB2011iL-RM SNMP - monitoring of MikroTik RB2011iL-RM ethernet routers via SNMP;
  • MikroTik RB2011iLS-IN SNMP - monitoring of MikroTik RB2011iLS-IN ethernet routers via SNMP;
  • MikroTik RB2011UiAS-IN SNMP - monitoring of MikroTik RB2011UiAS-IN ethernet routers via SNMP;
  • MikroTik RB2011UiAS-RM SNMP - monitoring of MikroTik RB2011UiAS-RM ethernet routers via SNMP;
  • MikroTik RB260GS SNMP - monitoring of MikroTik RB260GS switches via SNMP;
  • MikroTik RB3011UiAS-RM SNMP - monitoring of MikroTik RB3011UiAS-RM ethernet routers via SNMP;
  • MikroTik RB4011iGS+RM SNMP - monitoring of MikroTik RB4011iGS+RM ethernet routers via SNMP;
  • MikroTik RB5009UG+S+IN SNMP - monitoring of MikroTik RB5009UG+S+IN ethernet routers via SNMP;
  • Mikrotik SNMP - a generic template for monitoring MikroTik devices.

You can get these templates:

  • In ConfigurationTemplates in new installations;
  • When upgrading from previous versions, the latest templates can be downloaded from the Zabbix Git repository and manually imported into Zabbix in the ConfigurationTemplates section. If a template with the same name already exists, check the Delete missing option before importing to achieve a clean import. This way the items that have been excluded from the updated template will be removed (note, that history of the deleted items will be lost).

Integraciones de webhooks

Está disponible una nueva integración que permite utilizar el tipo de medio webhook para crear notificaciones de [Problemas de Github] (https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/github/README.md) de Zabbix.

Plantillas

Nuevas plantillas oficiales están disponibles para el seguimiento.

Kubernetes

  • Nodos de Kubernetes por HTTP
  • Estado del clúster de Kubernetes por HTTP
  • Servidor API de Kubernetes por HTTP
  • Administrador del controlador Kubernetes por HTTP
  • Programador de Kubernetes por HTTP
  • Kubernetes kubelet por HTTP

Para habilitar el monitoreo de Kubernetes, debe usar la nueva herramienta Zabbix Helm Chart, que instala el proxy Zabbix y los agentes Zabbix en el clúster de Kubernetes.

Para obtener más información sobre la configuración de plantillas, consulte Operación de plantilla HTTP.

Microtik

  • MikroTik <modelo de dispositivo> SNMP - 53 nuevas plantillas específicas de modelo para monitorear varios modelos de enrutadores y conmutadores ethernet de MikroTik, consulte la lista completa;
  • Mikrotik SNMP: una plantilla genérica para monitorear dispositivos MikroTik.

Puede conseguir estas plantillas:

  • En ConfiguraciónPlantillas en nuevas instalaciones;
  • Al actualizar desde versiones anteriores, se pueden utilizar las plantillas más recientes descargadolas desde el repositorio Git de Zabbix e importadolas manualmente a Zabbix en Configuración → Sección Plantillas. Si ya hay una plantilla con el mismo nombre, marque la opción Eliminar faltante antes de importar para lograr una importación limpia. De esta forma las métricas que han sido excluidas de la plantilla actualizada se eliminarán (tenga en cuenta que el historial de las métricas eliminadas se perderá).

Notificaciones

Macros for expression debugging

New macros are now supported to simplify the process of debugging trigger expressions:

  • {TRIGGER.EXPRESSION.EXPLAIN}, {TRIGGER.EXPRESSION.RECOVERY.EXPLAIN} - resolve to a partially evaluated trigger or recovery expression, where only item-based functions are applied;
  • {FUNCTION.VALUE<1-9>}, {FUNCTION.RECOVERY.VALUE<1-9>} - resolve to the results of the Nth item-based function at the time of the event.

For more details, see Supported macros.

Transferencia de comandos en tiempo de ejecución

Los comandos de tiempo de ejecución del servidor Zabbix y del proxy ahora se envían a través de un socket en lugar de con señales Unix. Este cambio permite mejorar la experiencia del usuario trabajando con opciones de control de tiempo de ejecución:

  • Los resultados de la ejecución del comando ahora se imprimen en la consola.
  • Es posible enviar parámetros de entrada más largos, como el nombre del nodo HA en lugar del número de nodo.

Interfaz

Geomap widget

A new geomap widget for the dashboards has been introduced providing a way to display hosts on geographical maps. For more information see the Geomap dashboard widget and geographical maps.

Subfilter in latest data

A subfilter has been added in the Latest data section. The subfilter is useful for a quick one-click access to groups of related items.

The subfilter shows clickable links allowing to filter items based on a common entity - the host, tag name or tag value. As soon as the entity is clicked, items are immediately filtered.

For more details, see the [latest data]((/manual/web_interface/frontend_sections/monitoring/latest_data) section.

Usability improvements to custom graphs

The graph page in MonitoringHostsGraphs has seen several usability improvements:

  • There is no longer a 20 graph limit in the page
  • A subfilter has been added allowing to quickly select groups of related graphs based on a common tag or tag value
  • Simple graphs for the host can be displayed alongside custom graphs

For more details, see the graph page.

Creating hosts from Monitoring

It is now also possible to create new hosts from MonitoringHosts.

The Create host button is available for Admin and Super Admin users.

Host editing as popup

The form for host creation and editing is now opened in a modal (popup) window, in ConfigurationHosts, MonitoringHosts and in any page, where there is a host menu or other direct link to the host configuration.

Direct links to the host edit page still work and are opening the host edit page in full page.

Better navigation between item configuration and latest data

A new context menu for items has been introduced in Latest data allowing to access the item configuration and available graphs:

Conversely, a new context menu has been introduced in the item list in configuration menu allowing to access the latest data for the item and other useful options:

This menu replaces the wizard option in previous versions. A similar menu has also been introduced for template items and item prototypes.

Notificación sobre escalamientos cancelados

Al configurar operaciones de acción, ahora es posible cancelar las notificaciones sobre escalamientos cancelados desmarcando la casilla de verificación de la opción correspondiente.

Miscellaneous

  • The default language of Zabbix web interface has been changed from British to American English. Support of British English has been dropped.
  • The Share link in the main menu has been replaced by an Integrations link, leading to the Integrations page on the Zabbix website.
  • If Zabbix web interface is opened in one of the languages available on the Zabbix website, clicking the Integrations link will open the Integrations page in the appropriate language. For all other languages, including English, the Integrations page will be opened in English.
  • A custom expression, used in action configuration for calculating conditions, now can be up to 1024 characters long (previously 255).

Monitoring → Overview removed

The Overview section in the Monitoring menu has been removed completely. The same functionality can be still accessed by using the Data overview and Trigger overview dashboard widgets.

Breaking changes

Cambios importantes

Supported DB versions check

Zabbix server and proxy will now check the database version before launch and will not start if the version is out of the supported range. It is possible to turn off this check by modifying AllowUnsupportedDBVersions configuration parameter, but this approach is not recommended. The list of officially supported database versions has been updated to exclude databases that are nearing their end of service life point and versions with unfixed issues that may interfere with normal performance.

Notification about canceled escalations

When configuring action operations, it is now possible to cancel notifications about canceled escalations by unmarking the checkbox of the corresponding option.

Monitoring → Overview removed

The Overview section in the Monitoring menu has been removed completely. The same functionality can be still accessed by using the Data overview and Trigger overview dashboard widgets.

Soporte PCRE2

Zabbix ahora es compatible con PCRE y PCRE2. Los paquetes Zabbix para RHEL 7 y posteriores, SLES (todas las versiones), Debian 9 y las versiones más recientes, Ubuntu 16.04 y las versiones más recientes se han actualizado para compilar con PCRE2 en lugar de PCRE. Al compilar a partir de fuentes, los usuarios pueden elegir especificar el indicador ''--with-libpcre'' o ''--with-libpcre2''. Si está actualizando una instalación existente, cambiar PCRE a PCRE2 puede provocar que algunas expresiones regulares se comporten de manera diferente; consulte los problemas conocidos para obtener más detalles.

Archivos de configuración separados

Cada complemento de Zabbix Agent 2 ahora tiene un archivo de configuración separado. De forma predeterminada, estos archivos se encuentran en el directorio ./zabbix_agent2.d/plugins.d/. La ruta se especifica en el parámetro Include del archivo de configuración del agente 2 y puede ser relativo a la ubicación del archivo zabbix_agent2.conf o zabbix_agent2.win.conf.

Baseline monitoring

Set of available baseline monitoring options has been extended with the two new functions baselinedev and baselinewma.

  • baselinedev - compares the last data period with the same data periods in preceding seasons and returns the number of deviations;
  • baselinewma - calculates the baseline by averaging data from the same timeframe in multiple equal time periods ('seasons') using the weighted moving average algorithm.

In context of these functions, the term 'season' refers to a configurable timeframe, which could be hours, days, weeks, months or years. The length of a season and the number of seasons to analyse is set in function parameters.

See history functions for more info.