PFV Infra 2.0, here we go...

This commit is contained in:
2025-06-12 11:39:43 -05:00
parent 38f3531f06
commit 867371f736
19 changed files with 1372 additions and 0 deletions

17
rsyslog.conf Normal file
View File

@@ -0,0 +1,17 @@
# /etc/rsyslog.conf configuration file for rsyslog
#
# For more information install rsyslog-doc and see
# /usr/share/doc/rsyslog-doc/html/configuration/index.html
#################
#### MODULES ####
#################
module(load="imuxsock") # provides support for local system logging
module(load="imklog") # provides kernel logging support
#module(load="immark") # provides --MARK-- message capability
*.* @pfv-toolbox.turnsys.net:514
EOF