network/zabbix_server: Switch to https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-07-22 08:07:11 +07:00
parent 71f7a0898e
commit e3b613ab8d
4 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ The suggested UID and GID is 228, but you can change this as needed:
----------------------------
Very complete documentation in available online at:
http://www.zabbix.com/documentation/
https://www.zabbix.com/documentation/
For those in a hurry, here are some basic steps to get zabbix up &
running:

View file

@ -12,7 +12,7 @@ zabbix_server: Zabbix offers advanced monitoring, alerting and visualization
zabbix_server: features, including distributed monitoring, auto-discovery,
zabbix_server: notifications etc.
zabbix_server:
zabbix_server: http://www.zabbix.com/
zabbix_server: https://www.zabbix.com/
zabbix_server:
zabbix_server:
zabbix_server:

View file

@ -55,7 +55,7 @@ set -e
# Bail out if user or group isn't valid on your system
# For slackbuilds.org, assigned zabbix uid/gid are 228/228
# See http://slackbuilds.org/uid_gid.txt
# See https://slackbuilds.org/uid_gid.txt
if [ "$(grep ^$ZABBIXUSER: /etc/passwd)" = "" -o "$(grep ^$ZABBIXGROUP: /etc/group)" = "" ] ; then
echo " You must have a \"$ZABBIXGROUP\" group and user to run this script."
echo " # groupadd -g $ZABBIXGID $ZABBIXGROUP"

View file

@ -1,7 +1,7 @@
PRGNAM="zabbix_server"
VERSION="2.4.3"
HOMEPAGE="http://www.zabbix.com"
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-2.4.3.tar.gz"
HOMEPAGE="https://www.zabbix.com"
DOWNLOAD="https://downloads.sourceforge.net/zabbix/zabbix-2.4.3.tar.gz"
MD5SUM="e8a0699c4e49999a15c63650a2280600"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""