Skip to content

Commit f64aa1f

Browse files
committed
Added missing descriptions: Chapter 030
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 06d6b7d commit f64aa1f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

doc/_admin-guide/030_Installing_syslog-ng/001_Compiling_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Compiling options of {{ site.product.short_name }}
33
id: adm-inst-compopt
4+
description: >-
5+
This chapter describes the compiling options of {{ site.product.short_name }}.
46
---
57

68
When compiling {{ site.product.short_name }} from source, you can use the following

doc/_admin-guide/030_Installing_syslog-ng/002_Uninstalling_syslog-ng.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Uninstalling {{ site.product.short_name }}
33
id: adm-inst-uninst
4+
description: >-
5+
This chapter gives you instructions about the uninstallation of {{ site.product.short_name }}.
46
---
57

68
If you need to uninstall {{ site.product.short_name }} for some reason, you have the

doc/_admin-guide/030_Installing_syslog-ng/003_Configuring_MSSQL_server.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Configuring Microsoft SQL Server to accept logs from syslog-ng
2+
title: Configuring Microsoft SQL Server to accept logs from {{ site.product.short_name }}
33
short_title: Configuring MSSQL Server
44
id: adm-inst-mssql
5+
description: >-
6+
This chapter explains how to configure an MSSQL Server to work with {{ site.product.short_name }}.
57
---
68

79
{% assign crumb = page.url | split: '/' %}
810
{% assign img_folder = crumb[-2] | prepend: '/assets/images/admin-guide/'%}
911

1012
Complete the following steps to configure your Microsoft SQL Server to
11-
enable remote logins and accept log messages from syslog-ng.
13+
enable remote logins and accept log messages from {{ site.product.short_name }}.
1214

1315
1. Start the SQL Server Management Studio application. Select
1416
**Start \> Programs \> Microsoft SQL Server 2005 \> SQL Server

0 commit comments

Comments
 (0)