Parses /etc/rsyslog.conf
Author: Raphael Pinson raphael@camptoc amp.com .pinsons
Rsyslog | Parses /etc/rsyslog.conf |
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. |
Examples | The Test_Rsyslog file contains various examples and tests. |
Augeas Lenses | |
users | Map :omusrmsg: and a list of users, or a single * |
entry | An entry contains selectors and an action |
This lens applies to /etc/rsyslog.conf. See filter.
The Test_Rsyslog file contains various examples and tests.
An entry contains selectors and an action
let entry = [ label "entry" . Syslog.selectors . Syslog.sep_tab . [ label "action" . action ] . Util.eol ]