Skip to content

Commit

Permalink
...G...PS. [ZBX-22779] replaced HTTP with HTTPS in Zabbix homepage ad…
Browse files Browse the repository at this point in the history
…dress
  • Loading branch information
Mihails Prihodko committed Aug 16, 2023
1 parent 3d4cb96 commit 6ae5ca5
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions ChangeLog.d/bugfix/ZBX-22779
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
...G...PS. [ZBX-22779] replaced HTTP with HTTPS in Zabbix homepage address (mprihodko)
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please see http://www.zabbix.com/documentation.php for installation instructions.
Please see https://www.zabbix.com/documentation.php for installation instructions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please see http://www.zabbix.com/documentation.php.
Please see https://www.zabbix.com/documentation.php.
2 changes: 1 addition & 1 deletion conf/zabbix_agentd.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix agent daemon (Unix)
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down
2 changes: 1 addition & 1 deletion conf/zabbix_agentd.win.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix agent service (Windows)
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down
6 changes: 3 additions & 3 deletions conf/zabbix_proxy.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix proxy daemon
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down Expand Up @@ -268,8 +268,8 @@ ProxyMemoryBufferSize=16M

### Option: ProxyMemoryBufferAge
# Maximum age of data in proxy memory buffer, in seconds.
# When enabled (not zero) and records in proxy memory buffer are older, then it forces proxy buffer
# to switch to database mode until all records are uploaded to server.
# When enabled (not zero) and records in proxy memory buffer are older, then it forces proxy buffer
# to switch to database mode until all records are uploaded to server.
# This parameter must be less or equal to ProxyOfflineBuffer parameter.
#
# Mandatory: no
Expand Down
6 changes: 3 additions & 3 deletions conf/zabbix_server.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix server daemon
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down Expand Up @@ -1045,7 +1045,7 @@ StatsAllowedIP=127.0.0.1
# When empty, server is working in standalone mode; a node with empty name is registered with address for the frontend to connect to.
#
# Mandatory: no
# Default:
# Default:
# HANodeName=

## Option: NodeAddress
Expand All @@ -1057,5 +1057,5 @@ StatsAllowedIP=127.0.0.1
# This option can be overridden by address specified in frontend configuration.
#
# Mandatory: no
# Default:
# Default:
# NodeAddress=localhost:10051
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,6 @@ echo "***********************************************************"
echo "* Now run '${am_make} install' *"
echo "* *"
echo "* Thank you for using Zabbix! *"
echo "* <http://www.zabbix.com> *"
echo "* <https://www.zabbix.com> *"
echo "***********************************************************"
echo
2 changes: 1 addition & 1 deletion src/go/conf/mock_server.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix mock server daemon (Unix)
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

### Option: LogType
# Specifies where log messages are written to:
Expand Down
2 changes: 1 addition & 1 deletion src/go/conf/zabbix_agent2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix agent 2 (Unix)
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down
2 changes: 1 addition & 1 deletion src/go/conf/zabbix_agent2.win.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix agent 2 (Windows)
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down
2 changes: 1 addition & 1 deletion src/go/conf/zabbix_web_service.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a configuration file for Zabbix web_service
# To get more information about Zabbix, visit http://www.zabbix.com
# To get more information about Zabbix, visit https://www.zabbix.com

############ GENERAL PARAMETERS #################

Expand Down
2 changes: 1 addition & 1 deletion src/libs/zbxcommon/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static const char copyright_message[] =

static const char help_message_footer[] =
"Report bugs to: <https://support.zabbix.com>\n"
"Zabbix home page: <http://www.zabbix.com>\n"
"Zabbix home page: <https://www.zabbix.com>\n"
"Documentation: <https://www.zabbix.com/documentation>";

/******************************************************************************
Expand Down

0 comments on commit 6ae5ca5

Please sign in to comment.