summaryrefslogtreecommitdiffstats
path: root/doc/omlibdbi.html
Commit message (Collapse)AuthorAgeFilesLines
* omlibdbi improvementsRainer Gerhards2012-10-041-18/+28
| | | | | | | | | | | | * support for config load phases & module() parameters * support for default templates * driverdirectory is now cleanly a global parameter, but can no longer be specified as an action paramter. Note that in previous versions this parameter was ignored in all but the first action definition NOTE: more solid testing is needed for these changes. We spare this, as the module is scheduled for more work. This commit is more or less staging work.
* upgraded omlibdbi to support the new v6 config formatRainer Gerhards2012-02-021-22/+34
|
* restructured rsyslog.conf documentationTom Bergfeld2008-10-311-0/+2
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* use the $ModLoad syntax consistently.Michael Biebl2008-07-221-2/+2
| | | | | | | | Update the documentation to use the new, preferred $ModLoad syntax: - no more MySQL - name of the in/output plugin without the trailing .so Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-0/+126
- some cleanup - doc improvements