-
Bug
-
Resolution: Done
-
Normal
-
OpenShift 4.7 Async
-
None
-
devex docs #197 Feb 11-Mar 4
-
3
-
Undefined
-
---
-
---
[ISSUE]
In the first sample syslog configuration file is pretty well defined the value for hostname:
~~~
hostname ${hostname}
~~~
But, in the procedure for creating the file, it's wrong, it's possible to read
~~~
hostname <host> (4)
~~~
And it should be:
~~~
hostname ${hostname}
~~~
Since, this is indicating the name of the client.
On the other hand, it's possible to read:
~~~
Specify a name for this syslog server.
~~~
This is wrong, since, as it was indicated, this is the name of the client and not the name of the syslog server, then, my recommendation should be delete completely that line.
[1]
- links to