Skip to content

[Orabbix support Zabbix 4.0 or later] I'm not the author of orabbix, git-svn from SorceForge

Notifications You must be signed in to change notification settings

snickerjp/orabbix

Repository files navigation

Orabbix - Oracle Database Monitoring for Zabbix

Codacy Badge

Orabbix is a monitoring solution that integrates Oracle Database with Zabbix monitoring system.

Compatibility

Zabbix Versions

  • ✅ Zabbix 4.0
  • ✅ Zabbix 5.0
  • ✅ Zabbix 6.0
  • ✅ Zabbix 7.0

Java Versions

  • ✅ Java 8 (Recommended)
  • ✅ Java 17
  • ✅ Java 21 (Testing)
  • ⚠️ Java 7 (Not actively tested)

For Java support information, see:

Oracle Database Versions

  • ✅ Oracle 11g
  • ✅ Oracle 12c
  • ✅ Oracle 21c XE
  • ✅ Oracle 23c Free

Building from Source

Prerequisites

  • Java Development Kit (JDK 8 or later)
  • Git
  • Maven 3.x

Build Instructions

Using Maven (Recommended)

  1. Clone the repository:
git clone https://github.com/snickerjp/orabbix.git -b main
cd orabbix
  1. Build with Maven:
mvn clean package

The built JAR files will be available in the target directory:

  • orabbix-1.2.3.jar: Basic JAR file
  • orabbix-1.2.3-jar-with-dependencies.jar: JAR with all dependencies included

Alternative Build Method (Legacy)

  1. Clone the repository:
git clone https://github.com/snickerjp/orabbix.git -b legacy
cd orabbix
  1. Download Orabbix: Download from: https://sourceforge.net/projects/orabbix/
unzip orabbix-1.2.3.zip
# OR
unzip -d orabbix-1.2.3 orabbix-1.2.3.zip
  1. Compile:
# Requires java-1.8.0-openjdk-devel (example for RHEL-based systems)
javac -cp "$(for _JAR in orabbix-1.2.3/lib/*.jar;do echo -n $_JAR:;done)orabbix-1.2.3/orabbix-1.2.3.jar" com/smartmarmot/orabbix/Sender.java
mkdir -p ./build
cp orabbix-1.2.3/orabbix-1.2.3.jar ./build
cd build
jar -xvf orabbix-1.2.3.jar com
cp ../com/smartmarmot/orabbix/Sender.class com/smartmarmot/orabbix/Sender.class
jar -uf orabbix-1.2.3.jar com

Screenshots

Orabbix Dashboard

Notes

  • Main development branch is main
  • Branch legacy is legacy style

For more details and issues, please refer to the GitHub Issues

About

[Orabbix support Zabbix 4.0 or later] I'm not the author of orabbix, git-svn from SorceForge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages