informatique:system_admin:rsyslog
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| informatique:system_admin:rsyslog [07/04/2021 10:42] – créée cyrille | informatique:system_admin:rsyslog [07/04/2021 18:18] (Version actuelle) – [Configuration] tips on TAG cyrille | ||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | ===== Configuration ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Tips ==== | ||
| + | |||
| + | For TAG don't forget to add **":" | ||
| + | |||
| + | ==== protocol RELP ==== | ||
| + | |||
| + | === Server side === | ||
| + | |||
| + | * module [[https:// | ||
| + | * module [[https:// | ||
| + | |||
| + | < | ||
| + | # sudo apt install rsyslog-relp | ||
| + | module(load=" | ||
| + | input(type=" | ||
| + | Address=" | ||
| + | Ruleset=" | ||
| + | # now define our ruleset, which also includes threading and queue parameters. | ||
| + | ruleset(name=" | ||
| + | queue.type=" | ||
| + | queue.workerThreads=" | ||
| + | ) { | ||
| + | action(type=" | ||
| + | | ||
| + | | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| + | === Client side === | ||
| + | |||
| + | * module [[https:// | ||
| + | |||
| + | < | ||
| + | # forward some messages to server | ||
| + | module(load=" | ||
| + | *.* action(type=" | ||
| + | </ | ||
| + | |||
| + | === Nginx === | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
informatique/system_admin/rsyslog.1617784925.txt.gz · Dernière modification : de cyrille
