[comment]: # aside:3

[comment]: # ({d195b101-8045c41a})
# Loadable plugins

[comment]: # ({/d195b101-8045c41a})

[comment]: # ({6bc2b968-9ecbdda6})

Loadable plugins are not available out-of-the-box for Zabbix agent 2 and need to be installed separately:

-   On Linux, you can use [packages](https://www.zabbix.com/download?zabbix=8.0&components=agent_2) (e.g., install Ember+ on Ubuntu with `apt install zabbix-agent2-plugin-ember-plus`) or [build plugins](/manual/installation/install/sources#installing-zabbix-agent-2-loadable-plugins)
-   On Windows, you can [install from MSI](/manual/installation/install/win_msi#zabbix-agent-2-loadable-plugins) or [build plugins](/manual/installation/install/win_agent2#compiling-zabbix-agent-2-loadable-plugins)

::: noteimportant
Before installing a plugin, please check its README file.
It may contain specific requirements and installation instructions.
:::

Click the plugin name to go to the plugin repository, which contains the plugin README file with additional information.

|Plugin name|Description|Supported item keys|Comments|
|--|--|--|----|
|[Ceph](https://git.zabbix.com/projects/AP/repos/ceph/browse)|Ceph monitoring.|ceph.df.details, ceph.osd.stats, ceph.osd.discovery, ceph.osd.dump,<br>ceph.ping, ceph.pool.discovery, ceph.status|See also [Ceph plugin configuration parameters](/manual/concepts/agent2/agent2_params_plugin/ceph_plugin#parameters).|
|[Ember+](https://git.zabbix.com/projects/AP/repos/ember-plus/browse)|Monitoring of Ember+.|ember.get|See also [Ember+ plugin configuration parameters](/manual/concepts/agent2/agent2_params_plugin/ember_plus_plugin#parameters).|
|[MongoDB](https://git.zabbix.com/projects/AP/repos/mongodb/browse/README.md)|Monitoring of MongoDB servers and clusters (document-based, distributed database).|mongodb.cfg.discovery, mongodb.collection.stats, mongodb.collections.discovery, mongodb.collections.usage, mongodb.connpool.stats,<br>mongodb.db.stats, mongodb.db.discovery, mongodb.jumbo\_chunks.count, mongodb.oplog.stats,<br>mongodb.ping, mongodb.rs.config, mongodb.rs.status, mongodb.server.status,<br>mongodb.sh.discovery, mongodb.version|To configure encrypted connections to the database, specify TLS parameters in the agent configuration file as a [named session](#named-sessions) parameters.<br>Currently TLS parameters cannot be passed as item key parameters.<br><br>See also [MongoDB plugin configuration parameters](/manual/concepts/agent2/agent2_params_plugin/mongodb_plugin#parameters).|
|[MSSQL](https://git.zabbix.com/projects/AP/repos/mssql/browse)|Monitoring of MSSQL database.|mssql.availability.group.get, mssql.custom.query, mssql.db.get, mssql.job.status.get, mssql.last.backup.get, mssql.local.db.get, mssql.mirroring.get, mssql.nonlocal.db.get, mssql.perfcounter.get, mssql.ping, mssql.quorum.get, mssql.quorum.member.get, mssql.replica.get, mssql.version|To configure an encrypted connection to the database, specify TLS parameters in the agent configuration file as a [named session](#named-sessions) or [default](#default-values) parameters. Currently TLS parameters cannot be passed as item key parameters.<br><br>See also [MSSQL plugin configuration parameters](/manual/concepts/agent2/agent2_params_plugin/mssql_plugin#parameters).|
|[NVIDIA GPU](https://git.zabbix.com/projects/AP/repos/nvidia-gpu/browse)|Monitoring of NVIDIA GPU.|nvml.device.count, nvml.device.decoder.utilization, nvml.device.ecc.mode, nvml.device.encoder.stats.get, nvml.device.encoder.utilization, nvml.device.energy.consumption, nvml.device.errors.memory, nvml.device.errors.register, nvml.device.fan.speed.avg, nvml.device.get, nvml.device.graphics.frequency, nvml.device.memory.bar1.get, nvml.device.memory.fb.get, nvml.device.memory.frequency, nvml.device.pci.utilization, nvml.device.performance.state, nvml.device.power.limit, nvml.device.power.usage, nvml.device.serial, nvml.device.sm.frequency, nvml.device.temperature, nvml.device.utilization, nvml.device.video.frequency, nvml.system.driver.version, nvml.version|See also [NVIDIA GPU plugin configuration parameters](/manual/concepts/agent2/agent2_params_plugin/nvidia_gpu#parameters).|
|[PostgreSQL](https://git.zabbix.com/projects/AP/repos/postgresql/browse/README.md)|Monitoring of PostgreSQL and its forks.|pgsql.autovacuum.count, pgsql.archive, pgsql.bgwriter, pgsql.cache.hit, pgsql.connections,<br> pgsql.custom.query, pgsql.dbstat, pgsql.dbstat.sum, pgsql.db.age, pgsql.db.bloating\_tables, <br> pgsql.db.discovery, pgsql.db.size, pgsql.locks, pgsql.oldest.xid, pgsql.ping, pgsql.queries, <br> pgsql.replication.count, pgsql.replication.process, pgsql.replication.process.discovery, pgsql.replication.recovery\_role, pgsql.replication.status, <br> pgsql.replication\_lag.b, pgsql.replication\_lag.sec, pgsql.uptime, pgsql.version, pgsql.wal.stat |To configure encrypted connections to the database, specify TLS parameters in the agent configuration file as a [named session](#named-sessions) or [default](#default-values) parameters.<br>Currently TLS parameters cannot be passed as item key parameters.<br><br>See also [PostgreSQL plugin configuration parameters](/manual/concepts/agent2/agent2_params_plugin/postgresql_plugin#parameters).|

::: notetip
Loadable plugins, when launched with:<br>
-   `-V --version` - print plugin version and license information;<br>
-   `-h --help` - print help information.<br>
-   `-t, --test <item key>` — launch plugin for testing (plugin config ignored).
:::

[comment]: # ({/6bc2b968-9ecbdda6})
