Just a quick-n-dirty info for now:
- Download ZIP and extract to /opt/dababix
- Install a JRE >= 1.7 on the system (Oracle and OpenJDK seem to work)
- Install jsvc (included in debian, maybe other distros)
- Copy config.properties.sample to config.properties and modify
- Add a user for dababix, like "# useradd -c "Dababix Daemon" -d /tmp/ -r -M -N -s /bin/false -g daemon dababix"
- Check the head area of dababix.sh
- Execute java -jar dababix.jar -a start -C /opt/dababix to test
- Create a symlink of dababix.sh to your /etc/init.d/ directory
- Add the items to your zabbix system or import a template
IMPORTANT:
- The database name in config.properties MUST MATCH the name of the system in your zabbix installation
ATM, check apache-daemons project if you need the jsvc binary.
Read README.txt for details