Skip to content

Commit

Permalink
spelling: https
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 14, 2018
1 parent d642d98 commit bfd9248
Show file tree
Hide file tree
Showing 26 changed files with 76 additions and 76 deletions.
10 changes: 5 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ Version 8.21.0 [v8-stable] 2016-08-23
rsyslog.conf (method 1). Note that the environment variable must be
set in your **startup script**.
For more information, please visit
http://www.rsyslog.com/rsyslog-error-reporting-improved/
https://www.rsyslog.com/rsyslog-error-reporting-improved/
- slightly improved TLS syslog error messages
- queue subsystem: improved robustness
The .qi file is now persisted whenever an existing queue file is fully
Expand Down Expand Up @@ -5942,7 +5942,7 @@ Version 7.1.1 [devel] 2012-09-11
including if ... then ... else ... constructs. This is a big change
and it obviously has a lot of bug potential.
- BSD-style (filter) blocks are no longer supported
see http://www.rsyslog.com/g/BSD for details and solution
see https://www.rsyslog.com/g/BSD for details and solution
- imuxsock now stores trusted properties by default in the CEE root
This was done in order to keep compatible with other implementations of
the lumberjack schema
Expand Down Expand Up @@ -8626,7 +8626,7 @@ Version 4.1.3 [DEVEL] (rgerhards), 2008-12-17
Version 4.1.2 [DEVEL] (rgerhards), 2008-12-04
- bugfix: code did not compile without zlib
- security bugfix: $AllowedSender was not honored, all senders were
permitted instead (see http://www.rsyslog.com/Article322.phtml)
permitted instead (see https://www.rsyslog.com/Article322.phtml)
- security fix: imudp emitted a message when a non-permitted sender
tried to send a message to it. This behaviour is operator-configurable.
If enabled, a message was emitted each time. That way an attacker could
Expand Down Expand Up @@ -8795,7 +8795,7 @@ Version 3.21.9 [BETA] (rgerhards), 2008-12-04
Version 3.21.8 [BETA] (rgerhards), 2008-12-04
- bugfix: imklog did not compile on FreeBSD
- security bugfix: $AllowedSender was not honored, all senders were
permitted instead (see http://www.rsyslog.com/Article322.phtml)
permitted instead (see https://www.rsyslog.com/Article322.phtml)
- merged in all other changes from 3.20.1 (see there)
---------------------------------------------------------------------------
Version 3.21.7 [BETA] (rgerhards), 2008-11-11
Expand Down Expand Up @@ -9185,7 +9185,7 @@ Version 3.18.7 (rgerhards), 2008-12-??
---------------------------------------------------------------------------
Version 3.18.6 (rgerhards), 2008-12-08
- security bugfix: $AllowedSender was not honored, all senders were
permitted instead (see http://www.rsyslog.com/Article322.phtml)
permitted instead (see https://www.rsyslog.com/Article322.phtml)
(backport from v3-stable, v3.20.9)
- minor bugfix: dual close() call on tcp session closure
---------------------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ development and as such only offer old versions. To solve that problem, we have
created packages for current versions ourselves.

They are available for:
* RPM-based systems: http://www.rsyslog.com/rhelcentos-rpms/
* Ubuntu: http://www.rsyslog.com/ubuntu-repository/
* Debian: http://www.rsyslog.com/debian-repository/
* RPM-based systems: https://www.rsyslog.com/rhelcentos-rpms/
* Ubuntu: https://www.rsyslog.com/ubuntu-repository/
* Debian: https://www.rsyslog.com/debian-repository/

Building from Source
--------------------
Follow the instructions at: http://www.rsyslog.com/doc/build_from_repo.html
Follow the instructions at: https://www.rsyslog.com/doc/build_from_repo.html

### Build Environment

Expand Down Expand Up @@ -140,7 +140,7 @@ Documentation
The main rsyslog documentation is available in HTML format. To read
it, point your web browser to ./doc/manual.html. Alternatively,
you can view the documentation for *the most recent rsyslog version*
online at: http://www.rsyslog.com/doc/
online at: https://www.rsyslog.com/doc/

Project Philosophy
==================
Expand Down
2 changes: 1 addition & 1 deletion contrib/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in respect to the current release of rsyslog.
At least some of this stuff has been found by our users and been
included after a brief check and possibly an adapation. If you have
something useful you would like to see in contrib, just drop us a
note (see http://www.rsyslog.com for how to do that at the time your
note (see https://www.rsyslog.com for how to do that at the time your
are reading this document).

rgerhards, 2007-08-08
8 changes: 4 additions & 4 deletions platform/redhat/rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# things, RainerScript configuration is suggested.
#
# For more information see /usr/share/doc/rsyslog-*/rsyslog_conf.html
# or latest version online at http://www.rsyslog.com/doc/rsyslog_conf.html
# If you experience problems, see http://www.rsyslog.com/doc/troubleshoot.html
# or latest version online at https://www.rsyslog.com/doc/rsyslog_conf.html
# If you experience problems, see https://www.rsyslog.com/doc/troubleshoot.html

#### MODULES ####

Expand All @@ -15,12 +15,12 @@ module(load="imklog") # provides kernel logging support (previously done by rk
#module(load"immark") # provides --MARK-- message capability

# Provides UDP syslog reception
# for parameters see http://www.rsyslog.com/doc/imudp.html
# for parameters see https://www.rsyslog.com/doc/imudp.html
#module(load="imudp") # needs to be done just once
#input(type="imudp" port="514")

# Provides TCP syslog reception
# for parameters see http://www.rsyslog.com/doc/imtcp.html
# for parameters see https://www.rsyslog.com/doc/imtcp.html
#module(load="imtcp") # needs to be done just once
#input(type="imtcp" port="514")

Expand Down
4 changes: 2 additions & 2 deletions plugins/external/INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ status codes (which the plugin must write to stdout):
* `DEFER_COMMIT`
* `PREVIOUS_COMMITTED`

Refer to http://www.rsyslog.com/doc/v8-stable/development/dev_oplugins.html
Refer to https://www.rsyslog.com/doc/v8-stable/development/dev_oplugins.html
for an explanation on the meaning of these status codes. You will typically
need to return the `DEFER_COMMIT` status code, since the other codes imply a
partial commit, and do not guarantee that the `COMMIT TRANSACTION` will be
Expand Down Expand Up @@ -338,4 +338,4 @@ Implementation
The plugin interface is implemented via the "mmexternal" native plugin. See its
documentation on how to tie your plugin into rsyslog's procesing flow.

[dev-oplugins]: http://www.rsyslog.com/doc/v8-stable/development/dev_oplugins.html
[dev-oplugins]: https://www.rsyslog.com/doc/v8-stable/development/dev_oplugins.html
4 changes: 2 additions & 2 deletions plugins/external/spm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The point would be graph and alert on those metrics. For example: https://apps.s

First and foremost, you need to edit the script and fill in the token of your SPM app in the **spmToken** variable. You can use the template to define a JSON, and in that JSON you'd put whatever metrics you want to send.

For example, if you want to push the number of submitted messages going through rsyslog, as generated by [impstats](http://www.rsyslog.com/doc/master/configuration/modules/impstats.html), the template can look like this:
For example, if you want to push the number of submitted messages going through rsyslog, as generated by [impstats](https://www.rsyslog.com/doc/master/configuration/modules/impstats.html), the template can look like this:

```
template(name="stats_spm" type="list" option.json="on") {
Expand All @@ -30,7 +30,7 @@ module(load="impstats"
ruleset="stats")
```

This will push stats in JSON format into the ruleset called **stats**. Before defining the ruleset, you'd also need to load two modules: [mmnormalize](http://www.rsyslog.com/doc/master/configuration/modules/mmnormalize.html) to parse the JSON stats and [omprog](http://www.rsyslog.com/doc/master/configuration/modules/omprog.html) to use this external plugin:
This will push stats in JSON format into the ruleset called **stats**. Before defining the ruleset, you'd also need to load two modules: [mmnormalize](https://www.rsyslog.com/doc/master/configuration/modules/mmnormalize.html) to parse the JSON stats and [omprog](https://www.rsyslog.com/doc/master/configuration/modules/omprog.html) to use this external plugin:

```
module(load="omprog")
Expand Down
2 changes: 1 addition & 1 deletion rsyslog.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=System Logging Service
Requires=syslog.socket
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/
Documentation=https://www.rsyslog.com/doc/

[Service]
Type=notify
Expand Down
2 changes: 1 addition & 1 deletion runtime/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ dbgGetRuntimeOptions(void)
"Nostdout\n"
"OutputTidToStderr\n"
"DebugOnDemand - enables debugging on USR1, but does not turn on output\n"
"\nSee debug.html in your doc set or http://www.rsyslog.com for details\n");
"\nSee debug.html in your doc set or https://www.rsyslog.com for details\n");
exit(1);
} else if(!strcasecmp((char*)optname, "debug")) {
/* this is earlier in the process than the -d option, as such it
Expand Down
4 changes: 2 additions & 2 deletions runtime/errmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ doLogMsg(const int iErrno, const int iErrCode, const int severity, const char *
if(iErrCode == NO_ERRCODE || iErrCode == RS_RET_ERR) {
snprintf(buf, sizeof(buf), "%s: %s [v%s]", msg, errStr, VERSION);
} else {
snprintf(buf, sizeof(buf), "%s: %s [v%s try http://www.rsyslog.com/e/%d ]",
snprintf(buf, sizeof(buf), "%s: %s [v%s try https://www.rsyslog.com/e/%d ]",
msg, errStr, VERSION, iErrCode * -1);
}
} else {
if(iErrCode == NO_ERRCODE || iErrCode == RS_RET_ERR) {
snprintf(buf, sizeof(buf), "%s [v%s]", msg, VERSION);
} else {
snprintf(buf, sizeof(buf), "%s [v%s try http://www.rsyslog.com/e/%d ]", msg,
snprintf(buf, sizeof(buf), "%s [v%s try https://www.rsyslog.com/e/%d ]", msg,
VERSION, iErrCode * -1);
}
}
Expand Down
36 changes: 18 additions & 18 deletions runtime/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -5098,58 +5098,58 @@ msgPropDescrFill(msgPropDescr_t *pProp, uchar *name, int nameLen)
/* now try to find some common error causes */
if(!strcasecmp((char*)name, "myhostname"))
parser_errmsg("did you mean '$myhostname' instead of '%s'? "
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "bom"))
parser_errmsg("did you mean '$bom' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "now"))
parser_errmsg("did you mean '$now' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "year"))
parser_errmsg("did you mean '$year' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "month"))
parser_errmsg("did you mean '$month' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "day"))
parser_errmsg("did you mean '$day' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "hour"))
parser_errmsg("did you mean '$hour' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "hhour"))
parser_errmsg("did you mean '$hhour' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "qhour"))
parser_errmsg("did you mean '$qhour' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "minute"))
parser_errmsg("did you mean '$minute' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "now-utc"))
parser_errmsg("did you mean '$now-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "year-utc"))
parser_errmsg("did you mean '$year-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "month-utc"))
parser_errmsg("did you mean '$month-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "day-utc"))
parser_errmsg("did you mean '$day-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "hour-utc"))
parser_errmsg("did you mean '$hour-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "hhour-utc"))
parser_errmsg("did you mean '$hhour-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "qhour-utc"))
parser_errmsg("did you mean '$qhour-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
else if(!strcasecmp((char*)name, "minute-utc"))
parser_errmsg("did you mean '$minute-utc' instead of '%s'?"
"See also: http://www.rsyslog.com/rsyslog-info-1/", name);
"See also: https://www.rsyslog.com/rsyslog-info-1/", name);
ABORT_FINALIZE(RS_RET_INVLD_PROP);
}
if(id == PROP_CEE || id == PROP_LOCAL_VAR || id == PROP_GLOBAL_VAR) {
Expand Down
4 changes: 2 additions & 2 deletions runtime/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* File begun on 2008-01-03 by RGerhards
*
* There is some in-depth documentation available in doc/dev_queue.html
* (and in the web doc set on http://www.rsyslog.com/doc/). Be sure to read it
* (and in the web doc set on https://www.rsyslog.com/doc/). Be sure to read it
* if you are getting aquainted to the object.
*
* NOTE: as of 2009-04-22, I have begin to remove the qqueue* prefix from static
Expand Down Expand Up @@ -2314,7 +2314,7 @@ qqueueStart(qqueue_t *pThis) /* this is the ConstructionFinalizer */
&& (pThis->qType == QUEUETYPE_LINKEDLIST || pThis->qType == QUEUETYPE_FIXED_ARRAY)) {
LogMsg(0, RS_RET_OK_WARN, LOG_WARNING, "Note: queue.size=\"%d\" is very "
"low and can lead to unpredictable results. See also "
"http://www.rsyslog.com/lower-bound-for-queue-sizes/",
"https://www.rsyslog.com/lower-bound-for-queue-sizes/",
pThis->iMaxQueueSize);
}

Expand Down
4 changes: 2 additions & 2 deletions runtime/rsconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ void cnfDoBSDTag(char *ln)
DBGPRINTF("cnf:global:BSD tag: %s\n", ln);
LogError(0, RS_RET_BSD_BLOCKS_UNSUPPORTED,
"BSD-style blocks are no longer supported in rsyslog, "
"see http://www.rsyslog.com/g/BSD for details and a "
"see https://www.rsyslog.com/g/BSD for details and a "
"solution (Block '%s')", ln);
free(ln);
}
Expand All @@ -515,7 +515,7 @@ void cnfDoBSDHost(char *ln)
DBGPRINTF("cnf:global:BSD host: %s\n", ln);
LogError(0, RS_RET_BSD_BLOCKS_UNSUPPORTED,
"BSD-style blocks are no longer supported in rsyslog, "
"see http://www.rsyslog.com/g/BSD for details and a "
"see https://www.rsyslog.com/g/BSD for details and a "
"solution (Block '%s')", ln);
free(ln);
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/wti.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* previous queue object class (the wti functions have been extracted)
*
* There is some in-depth documentation available in doc/dev_queue.html
* (and in the web doc set on http://www.rsyslog.com/doc/). Be sure to read it
* (and in the web doc set on https://www.rsyslog.com/doc/). Be sure to read it
* if you are getting aquainted to the object.
*
* Copyright 2008-2018 Adiscon GmbH.
Expand Down
2 changes: 1 addition & 1 deletion runtime/wtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* File begun on 2008-01-20 by RGerhards
*
* There is some in-depth documentation available in doc/dev_queue.html
* (and in the web doc set on http://www.rsyslog.com/doc/). Be sure to read it
* (and in the web doc set on https://www.rsyslog.com/doc/). Be sure to read it
* if you are getting aquainted to the object.
*
* Copyright 2008-2018 Rainer Gerhards and Adiscon GmbH.
Expand Down
2 changes: 1 addition & 1 deletion sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# doc/manual.html for details. If you can not find the
# manual set, please visit
#
# http://www.rsyslog.com/doc/
# https://www.rsyslog.com/doc/
#
# to obtain it online.
#
Expand Down
2 changes: 1 addition & 1 deletion tests/DevNull.cfgtest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rsyslogd: CONFIG ERROR: there are no active actions configured. Inputs will run, but no output whatsoever is created. [try http://www.rsyslog.com/e/2103 ]
rsyslogd: CONFIG ERROR: there are no active actions configured. Inputs will run, but no output whatsoever is created. [try https://www.rsyslog.com/e/2103 ]
rsyslogd: EMERGENCY CONFIGURATION ACTIVATED - fix rsyslog config file!
2 changes: 1 addition & 1 deletion tests/NoExistFile.cfgtest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rsyslogd: CONFIG ERROR: could not interpret master config file '/This/does/not/exist'. [try http://www.rsyslog.com/e/2013 ]
rsyslogd: CONFIG ERROR: could not interpret master config file '/This/does/not/exist'. [try https://www.rsyslog.com/e/2013 ]
rsyslogd: EMERGENCY CONFIGURATION ACTIVATED - fix rsyslog config file!
2 changes: 1 addition & 1 deletion tests/cfg1.cfgtest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rsyslogd: invalid or yet-unknown config file command - have you forgotten to load a module? [try http://www.rsyslog.com/e/3003 ]
rsyslogd: invalid or yet-unknown config file command - have you forgotten to load a module? [try https://www.rsyslog.com/e/3003 ]
rsyslogd: the last error occured in ./cfg1.testin, line 2
rsyslogd: End of config validation run. Bye.
2 changes: 1 addition & 1 deletion tests/cfg2.cfgtest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rsyslogd: invalid or yet-unknown config file command - have you forgotten to load a module? [try http://www.rsyslog.com/e/3003 ]
rsyslogd: invalid or yet-unknown config file command - have you forgotten to load a module? [try https://www.rsyslog.com/e/3003 ]
rsyslogd: the last error occured in cfg1.testin, line 2
rsyslogd: End of config validation run. Bye.
4 changes: 2 additions & 2 deletions tests/cfg3.cfgtest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rsyslogd: error accessing config file or directory 'file-does-not-exist': No such file or directory [try http://www.rsyslog.com/e/2040 ]
rsyslogd: error accessing config file or directory 'file-does-not-exist': No such file or directory [try https://www.rsyslog.com/e/2040 ]
rsyslogd: the last error occured in ./cfg3.testin, line 1
rsyslogd: CONFIG ERROR: there are no active actions configured. Inputs will run, but no output whatsoever is created. [try http://www.rsyslog.com/e/2103 ]
rsyslogd: CONFIG ERROR: there are no active actions configured. Inputs will run, but no output whatsoever is created. [try https://www.rsyslog.com/e/2103 ]
rsyslogd: EMERGENCY CONFIGURATION ACTIVATED - fix rsyslog config file!
rsyslogd: End of config validation run. Bye.
2 changes: 1 addition & 1 deletion tests/cfg4.testin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# it contains a reasonable complex config sample.

# if you experience problems, check
# http://www.rsyslog.com/troubleshoot for assistance
# https://www.rsyslog.com/troubleshoot for assistance

# rsyslog v3: load input modules
# If you do not load inputs, nothing happens!
Expand Down
Loading

0 comments on commit bfd9248

Please sign in to comment.