Sign inSign up

mvapper/zabbix-server-oracle

By mvapper

Updated about 4 years ago

Zabbix server with oracle connectivity

Image
0

304

mvapper/zabbix-server-oracle repository overview

Zabbix container with oracle connectivity

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

Tag summary

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