Rsyslog

Parses /etc/rsyslog.conf

Author: Raphael Pinson raphael.nosp@m..pinsons@camptoc.nosp@m.amp.com

Summary
RsyslogParses /etc/rsyslog.conf
ReferenceThis lens tries to keep as close as possible to `man 5 rsyslog.conf` where possible.
LicenseThis file is licenced under the LGPL v2+, like the rest of Augeas.
Lens UsageTo be documented
Configuration filesThis lens applies to /etc/rsyslog.conf.
ExamplesThe Test_Rsyslog file contains various examples and tests.
Augeas Lenses
usersMap :omusrmsg: and a list of users, or a single *
entryAn entry contains selectors and an action

Reference

This lens tries to keep as close as possible to `man 5 rsyslog.conf` where possible.

License

This file is licenced under the LGPL v2+, like the rest of Augeas.

Lens Usage

To be documented

Configuration files

This lens applies to /etc/rsyslog.conf.  See filter.

Examples

The Test_Rsyslog file contains various examples and tests.

Augeas Lenses

users

Map :omusrmsg: and a list of users, or a single *

entry

let entry = [ label "entry" . Syslog.selectors . Syslog.sep_tab . [ label "action" . action ] . Util.eol ]

An entry contains selectors and an action

Provides unit tests and examples for the Rsyslog lens.
let entry = [ label "entry" . Syslog.selectors . Syslog.sep_tab . [ label "action" . action ] . Util.eol ]
An entry contains selectors and an action
Close