network/zabbix_java_gateway: Updated for version 6.4.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
zux 2024-03-15 20:30:46 +07:00 committed by Willy Sudiarto Raharjo
parent bb45f967db
commit 9617057ae5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 13 additions and 11 deletions

View file

@ -32,7 +32,7 @@ running:
A standard configuration file is installed as /etc/zabbix/zabbix_java_gateway.conf
You will need to change at least the following lines:
If installed on the same host as the server/proxy, configuration should work out of the box
2) Start & Stop scripts for zabbix java gateway
-----------------------------------------------
@ -67,6 +67,9 @@ any other Slackware rc script:
3) Starting zabbix server
-------------------------
Now you are ready to start zabbix_server by calling the startup script:
Now you are ready to start zabbix_java_gateway by calling the startup script:
# /etc/rc.d/rc.zabbix_java_gateway start
Don't forget to configure Zabbix server/proxy yo use this java gateway (StartJavaPollers= and JavaGateway=)

View file

@ -17,7 +17,6 @@ prg_start() {
rm -f ${PIDDIR}${PRGNAM}.pid
fi
fi
mkdir -p ${PIDDIR}
${PRGDIR}${PRGNAM}_startup >> ${LOGDIR}${PRGNAM}.log 2>&1
RETVAL=$?
@ -67,7 +66,7 @@ case "$1" in
restart|reload)
prg_stop
# Wait a few seconds before restarting
sleep 10
sleep 2
prg_start
;;
*)

View file

@ -12,8 +12,8 @@ zabbix_java_gateway: Zabbix offers advanced monitoring, alerting and visualizati
zabbix_java_gateway: features, including distributed monitoring, auto-discovery,
zabbix_java_gateway: notifications etc.
zabbix_java_gateway:
zabbix_java_gateway: Java gateway adds functionality to monitor JAVA applications by
zabbix_java_gateway: communicating with JMX
zabbix_java_gateway:
zabbix_java_gateway: https://www.zabbix.com/
zabbix_java_gateway:
zabbix_java_gateway:
zabbix_java_gateway:
zabbix_java_gateway:

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zabbix_java_gateway
VERSION=${VERSION:-6.4.10}
VERSION=${VERSION:-6.4.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="zabbix_java_gateway"
VERSION="6.4.10"
VERSION="6.4.11"
HOMEPAGE="https://www.zabbix.com"
DOWNLOAD="https://cdn.zabbix.com/zabbix/sources/stable/6.4/zabbix-6.4.10.tar.gz"
MD5SUM="641cf6e5820dac44700963751042f900"
DOWNLOAD="https://cdn.zabbix.com/zabbix/sources/stable/6.4/zabbix-6.4.11.tar.gz"
MD5SUM="c1bac67a0d6b9d0d4376ca8176f327a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk8"