Getting Started
Welcome to the ZBXLLD documentation! Join our Discussions space on GitHub to exchange ideas with the community.
What is ZBXLLD
The ZBXLLD command-line provides additional discovery features to Zabbix agent.
Installation
Compile or download from latest release.
Copy "zbxlld-win.exe" to Zabbix agent directory (eg: C:\Zabbix\bin).
Add the following line to zabbix_agentd.conf:
iniUserParameter=zbxlld[*],C:\Zabbix\bin\zbxlld-win.exe $1 $2 $3
Restart the Zabbix agent if is already started.
Usage
The first parameter is the requested key (eg: drive.discovery.fixed), the second parameter is the macro suffix and the third parameter is ignored.
Use the second parameter to duplicate discoveries, eg:
zbxlld[drive.discovery.fixed,-s _SYSTEM]
(eg: {#FSCAPTION_SYSTEM})zbxlld[drive.discovery.fixed,-s _SWAP]
(eg: {#FSCAPTION_SWAP})zbxlld[drive.discovery.fixed,-s NULL]
(eg: {#FSCAPTION})zbxlld[drive.discovery.fixed]
(eg: {#FSCAPTION})