Description
The Zabbix Listener plugin sends metrics from Zabbix into 1Gateway.
Prerequisites
Installation
1 - Login
Login to 1gateway, and make sure you are in "Advanced mode". If this is the first time you log in, the default user and password are both 'admin' (without the quotes).
2 - System Maintenance
Click on the menu icon and choose the option "System maintenance"
3 - Upload file
In the System maintenance view you can either drag and drop the downloaded zip file or select it by clicking the "choose file" button.
4 - Restart
After the upload installation will be confirmed. Restart 1Gateway to ensure any locked files are updated.
Configuration
Open the main menu and click on "New plugin"
Select the plugin you want to configure. Use the Filter field if needed.
Field name | Supported values | Description |
---|
Zabbix server | Valid ip address or hostname | Zabbix server |
HTTP username | Any string | Http authentication user |
HTTP password | Any string | Http authentication password |
Polling interval | Any integer | Polling interval in seconds (default is 300) |
Advanced configuration
The advanced configuration of the Zabbix listener plugin includes the message type of incoming messsages from Zabbix to 1Gateway. This message type is used in the mappers used to convert the messages Zabbix sends into normalized formats.
The items JSON path field is the path to the file that defines what to poll from Zabbix.
Field name | Supported values | Description |
---|
Items JSON path | Valid path | Path to items JSON file |
Message type | Any string | Message type |
Events
The triggers JSON path field is the path to the file that defines what to poll from Zabbix.
Field name | Supported values | Description |
---|
Triggers JSON path | Valid path | Path to triggers JSON file |
Message type | Any string | Message type |
Send events tath haven't changed | Checkbox | By default, only changed events (triggers) are fetched from Zabbix, if you enable this checkbox, you get the state for each trigger on each Interval |
See also