network/zabbix_java_gateway: Updated for version 6.4.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bb45f967db
commit
9617057ae5
|
@ -32,7 +32,7 @@ running:
|
||||||
|
|
||||||
A standard configuration file is installed as /etc/zabbix/zabbix_java_gateway.conf
|
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
|
2) Start & Stop scripts for zabbix java gateway
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
@ -67,6 +67,9 @@ any other Slackware rc script:
|
||||||
3) Starting zabbix server
|
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
|
# /etc/rc.d/rc.zabbix_java_gateway start
|
||||||
|
|
||||||
|
|
||||||
|
Don't forget to configure Zabbix server/proxy yo use this java gateway (StartJavaPollers= and JavaGateway=)
|
||||||
|
|
|
@ -17,7 +17,6 @@ prg_start() {
|
||||||
rm -f ${PIDDIR}${PRGNAM}.pid
|
rm -f ${PIDDIR}${PRGNAM}.pid
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
mkdir -p ${PIDDIR}
|
|
||||||
${PRGDIR}${PRGNAM}_startup >> ${LOGDIR}${PRGNAM}.log 2>&1
|
${PRGDIR}${PRGNAM}_startup >> ${LOGDIR}${PRGNAM}.log 2>&1
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
|
|
||||||
|
@ -67,7 +66,7 @@ case "$1" in
|
||||||
restart|reload)
|
restart|reload)
|
||||||
prg_stop
|
prg_stop
|
||||||
# Wait a few seconds before restarting
|
# Wait a few seconds before restarting
|
||||||
sleep 10
|
sleep 2
|
||||||
prg_start
|
prg_start
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -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: features, including distributed monitoring, auto-discovery,
|
||||||
zabbix_java_gateway: notifications etc.
|
zabbix_java_gateway: notifications etc.
|
||||||
zabbix_java_gateway:
|
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: https://www.zabbix.com/
|
||||||
zabbix_java_gateway:
|
zabbix_java_gateway:
|
||||||
zabbix_java_gateway:
|
|
||||||
zabbix_java_gateway:
|
|
||||||
zabbix_java_gateway:
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=zabbix_java_gateway
|
PRGNAM=zabbix_java_gateway
|
||||||
VERSION=${VERSION:-6.4.10}
|
VERSION=${VERSION:-6.4.11}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="zabbix_java_gateway"
|
PRGNAM="zabbix_java_gateway"
|
||||||
VERSION="6.4.10"
|
VERSION="6.4.11"
|
||||||
HOMEPAGE="https://www.zabbix.com"
|
HOMEPAGE="https://www.zabbix.com"
|
||||||
DOWNLOAD="https://cdn.zabbix.com/zabbix/sources/stable/6.4/zabbix-6.4.10.tar.gz"
|
DOWNLOAD="https://cdn.zabbix.com/zabbix/sources/stable/6.4/zabbix-6.4.11.tar.gz"
|
||||||
MD5SUM="641cf6e5820dac44700963751042f900"
|
MD5SUM="c1bac67a0d6b9d0d4376ca8176f327a9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="zulu-openjdk8"
|
REQUIRES="zulu-openjdk8"
|
||||||
|
|
Loading…
Reference in New Issue