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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orabbix support Zabbix 4.0,5.0,6.0

  • Stable Branch is main
  • Not support branch convert_maven

Codacy Badge

How to build

# Git clone `main` branch.
git clone https://github.com/snickerjp/orabbix.git -b main

cd orabbix
# download orabbix
#from: https://sourceforge.net/projects/orabbix/

unzip orabbix-1.2.3.zip
OR
unzip -d orabbix-1.2.3 orabbix-1.2.3.zip
ls -d orabbix-1.2.3

# compile
# require. java-1.8.0-openjdk-devel(example RHEL yum system)
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

Test

Zabbix

  • Work with Zabbix 4.0
  • Work with Zabbix 5.0
  • Work with Zabbix 6.0
  • Work with Zabbix 7.0 (Now testing)

Java

  • Work with Java7
  • Work with Java8
  • Work with Java17
  • Work with Java21 (Now testing)

ref.

Oracle Database

  • Work with 11g
  • Work with 12c
  • Work with 21c XE
  • Work with 23c Free

ex. #9

Screenshot

image

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

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages