Skip to content

Commit 6914307

Browse files
committed
Added missing descriptions: Chapter 150-170
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 710bce0 commit 6914307

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

doc/_admin-guide/150_Statistics_of_syslog-ng/000_Metrics_and_counters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Metrics and counters of {{ site.product.short_name }}
33
id: adm-stats-metrics
4+
description: >-
5+
This section describes how to display metrics in {{ site.product.short_name }}.
46
---
57

68
You can list all active metrics on your {{ site.product.short_name }} host using the
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Stopping syslog-ng
33
id: adm-debug-stop
4+
description: >-
5+
To avoid problems, always use the init scripts to stop {{ site.product.short_name }}
6+
(`/etc/init.d/syslog-ng stop`), instead of using the kill command.
7+
This is especially true on Solaris and HP-UX systems, here use
8+
`/etc/init.d/syslog stop`.
49
---
5-
6-
To avoid problems, always use the init scripts to stop syslog-ng
7-
(`/etc/init.d/syslog-ng stop`), instead of using the kill command.
8-
This is especially true on Solaris and HP-UX systems, here use
9-
`/etc/init.d/syslog stop`.

doc/_admin-guide/170_Troubleshooting_syslog-ng/009_Error_messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Error messages
33
id: adm-debug-err
4+
description: >-
5+
This section describes the most common error messages of {{ site.product.short_name }}.
46
---
57

6-
This section describes the most common error messages.
7-
88
## Destination queue full
99

1010
| Error message: | Destination queue full, dropping messages; queue_len='10000', log_fifo_size='10000' count='4', persist_name='afsocket_dd_qfile(stream,serverdown:514)' |

doc/_admin-guide/170_Troubleshooting_syslog-ng/010_SELinux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: SELinux prevents {{ site.product.short_name }} from using the execmem access on a process
33
short_title: Using execmem prevented by SELinux
44
id: adm-debug-selinux
5+
description: >-
6+
This section describes how to resolve when SELinux prevents {{ site.product.short_name }} from using the execmem access on a process.
57
---
68

79
If you are using a recent enough PCRE library, {{ site.product.short_name }} will

doc/_admin-guide/170_Troubleshooting_syslog-ng/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshooting syslog-ng
33
id: adm-debug
44
description: >-
55
This chapter provides tips and guidelines about troubleshooting problems
6-
related to syslog-ng.
6+
related to {{ site.product.short_name }}.
77
---
88

99
- As a general rule, first try to log the messages to a local file.

0 commit comments

Comments
 (0)