basics.yml aktualisiert
This commit is contained in:
parent
404009f5c8
commit
f224912618
21
basics.yml
21
basics.yml
@ -438,6 +438,8 @@
|
||||
# Cron
|
||||
if $programname == 'cron' and $syslogseverity <= '6' then /var/log/cron.log
|
||||
if $programname == 'cron' then stop
|
||||
if $programname == 'CRON' and $syslogseverity <= '6' then /var/log/cron.log
|
||||
if $programname == 'CRON' then stop
|
||||
if $programname == 'run-crons' and $syslogseverity <= '6' then /var/log/cron.log
|
||||
if $programname == 'run-crons' then stop
|
||||
if $programname == 'crontab' and $syslogseverity <= '6' then /var/log/cron.log
|
||||
@ -562,8 +564,25 @@
|
||||
# bash scripts using g-lib
|
||||
if $programname contains 'g_bash-script' then /var/log/g_bash-scripts.log
|
||||
if $programname contains 'g_bash-script' then stop
|
||||
# runchecks.sh
|
||||
if $programname contains 'runchecks.sh' then /var/log/runchecks.sh.log
|
||||
if $programname contains 'runchecks.sh' then stop
|
||||
# signal-cli.sh
|
||||
if $programname contains 'signal-cli' then /var/log/signal-cli.log
|
||||
if $programname contains 'signal-cli' then stop
|
||||
# systemd
|
||||
if $programname contains 'systemd' then /var/log/systemd.log
|
||||
if $programname contains 'systemd' then stop
|
||||
# kernel
|
||||
if $programname contains 'kernel' then /var/log/kernel.log
|
||||
if $programname contains 'kernel' then stop
|
||||
# docker
|
||||
if $programname contains 'docker' then /var/log/docker.log
|
||||
if $programname contains 'docker' then stop
|
||||
if $programname contains 'containerd' then /var/log/docker.log
|
||||
if $programname contains 'containerd' then stop
|
||||
# Rest in messages
|
||||
*.* /var/log/messages
|
||||
*.* /var/log/messages
|
||||
backup: yes
|
||||
notify:
|
||||
- Restart rsyslog
|
||||
|
Loading…
Reference in New Issue
Block a user