Zabbix protocol implementation for Mirth Connect integration engine. Provides direct monitoring capabilities with a channel acting like Zabbix agent.
- Compatibility with Zabbix version 3 and 4.
- Low level discovery for deployed channels and enabled connectors in Mirth Connect.
- Passive agent checks for data collection (polling):
- Connector statistics: received, errored, filtered, queued, sent (mirth.statistics)
- Channel status (mirth.channel.status)
- Connector status (mirth.connector.status)
- Channel deployment date (mirth.deployementdate)
- Agent ping (agent.ping)
- Host name of zabbix_agentd running (agent.hostname, system.uname)
- Version of zabbix_agent(d) running (agent.version)
- IP address filtering with Rule Builder and
$('remoteAddress')
.
- Mirth Connect ≥ 3.2.1, previous versions are not tested
- Zabbix version 3 or 4
- Zabbix template (Zabbix_template.xml)
- Mirthix channel (Mirthix_channel.xml)
- Import Mirthix channel
Mirthix_channel.xml
in Mirth Connect Administrator. - Configuration settings for Mirthix channel:
- TCP Listener: change port 10050 if Zabbix agent is already running on the server.
- Add Zabbix server IP address in Source Filter values with Rule Builder (needs single or double quote).
- Message storage is disabled by default because the channel may produce a lot of messages and full your database/file system. It should be activated only for debug purposes.
- Import Zabbix template
Zabbix_template.xml
in Zabbix console. - Create host (or use an existing one) in Zabbix console with Mirth server IP address as Agent interface (with TCP Listener port) and add templates
Template App Mirth
andTemplate App Zabbix Agent
(default agent availability template provided by Zabbix).
Mirthix can be tested with zabbix_get binary provided with Zabbix agent
./zabbix_get -s 127.0.0.1 -p 10050 -k agent.version
Mirthix 2.0.0
Trigger adjustment is done with template macros and macro contexts: Templates > Template App Mirth > Macro.
Example:
To trigger "Queue on Zabbix Monitoring | Zabbix Server" problem when queued > 20, add macro {$QUEUED:"Zabbix Monitoring | Zabbix Server"}
with value 20
. If no context is set on a macro, default macro {$QUEUED}
will be used.
To disable unwanted item/trigger creation, you have to disable item/trigger prototype in template discovery rules (Templates > Template App Mirth > Discovery rules).
IP source filtering for securitydone !Zabbix version 4 compatibilitydone !- UserParameter functionality to trigger custom actions in Mirth.
This project is licensed under the GNU General Public License v3 (GPLv3) - see the LICENSE file for details.