Zabbix server with oracle connectivity
304
Simple docker compose file illustrates the variables for oracle connectivity, the rest is the same as official Zabbix images
version: '3.0'
services:
zabbix:
image: mvapper/zabbix-server-oracle:latest
container_name: zabbix
environment:
DB_SERVER_HOST: 192.168.10.161
ORACLE_USER: zabbix
ORACLE_PASSWORD: zabbix
ORACLE_DATABASE: XE
DB_SERVER_PORT: 1521
Content type
Image
Digest
sha256:7a034a5fa…
Size
371.6 MB
Last updated
about 4 years ago
docker pull mvapper/zabbix-server-oracle:6.2.2