This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.
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.