create monitoring configuration guide subdirectory

This commit is contained in:
2024-10-04 13:50:16 +02:00
parent fee9456ec3
commit b2f6bc7789
3 changed files with 39 additions and 2 deletions
@@ -0,0 +1,9 @@
# Syslog Forwarding
To forward the system logs to a Syslog server, configure in Hiera `log_client::forward_to`:
```
log_client::forward_to:
- 'log1.psi.ch:1514'
- '@log2.psi.ch'
```
This sends to `log1.psi.ch` on the custom UDP port `1544`, but also `log2.psi.ch` gets a copy on TCP default port `514`.