This is a translation of the original English documentation page. Help us make it better.
Table of Contents

#Plugin

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.