This test environment provides the following docker images with docker-compose
:
- PostgreSQL
- Zabbix server
- Zabbix web interface
- Mirth Connect
Login: Admin
Password: zabbix
Login: admin
Password: admin
Mirth Connect Administrator is not provided and can be installed this way:
curl https://s3.amazonaws.com/downloads.mirthcorp.com/connect-client-launcher/mirth-administrator-launcher-latest-unix.sh -o mirth-administrator-launcher-latest-unix.sh
chmod +x mirth-administrator-launcher-latest-unix.sh
sudo ./mirth-administrator-launcher-latest-unix.sh
You need docker-compose
, curl
and jq
installed on your system.
make build configure test
The Makefile performs docker-compose up -d
(build), runs configure.sh to configure Mirth and Zabbix (configure) then execute zabbix_get to get data from Mirthix (test).