Esta é uma tradução da página de documentação original em inglês. Ajude-nos a torná-la melhor.
Table of Contents

Plugins

Overview

Custom plugins extend Zabbix agent 2 functionality. A plugin is a Go package that defines the structure and implements one or several plugin interfaces (Exporter, Collector, Configurator, Runner, Watcher).

Jump to:

The communication of Zabbix agent 2 with a loadable plugin and metrics collection process is depicted in the Connection Diagram.