journalwatch config

This commit is contained in:
Daniel Langbein 2023-09-23 19:16:38 +02:00
parent 1e99d9edce
commit a2c463987e
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 15 additions and 3 deletions

View File

@ -50,7 +50,7 @@ in
#../../modules/docker-pushrm.nix #../../modules/docker-pushrm.nix
../../modules/lid-switch-handling.nix ../../modules/lid-switch-handling.nix
../../modules/sendmail-mta.nix ../../modules/sendmail-mta.nix
../../modules/journalwatch.nix #../../modules/journalwatch.nix
#../../modules/waydroid.nix #../../modules/waydroid.nix
../../modules/ntfs.nix ../../modules/ntfs.nix
#../../modules/veracrypt.nix #../../modules/veracrypt.nix

View File

@ -50,7 +50,7 @@ in
../../modules/docker-pushrm.nix ../../modules/docker-pushrm.nix
../../modules/lid-switch-handling.nix ../../modules/lid-switch-handling.nix
../../modules/sendmail-mta.nix ../../modules/sendmail-mta.nix
../../modules/journalwatch.nix #../../modules/journalwatch.nix
#../../modules/waydroid.nix #../../modules/waydroid.nix
../../modules/ntfs.nix ../../modules/ntfs.nix
#../../modules/veracrypt.nix #../../modules/veracrypt.nix

View File

@ -45,6 +45,17 @@
# All regular expressions have to match the full string! # All regular expressions have to match the full string!
filterBlocks = [ filterBlocks = [
#
# _SYSTEMD_CGROUP
#
{ # yodaYoga
filters = ''
parent not found! continent_id [0-9]+
'';
match = "_SYSTEMD_CGROUP = /system.slice/docker.service";
}
# #
# _SYSTEMD_UNIT # _SYSTEMD_UNIT
# #
@ -136,7 +147,7 @@
} }
{ # yodaYoga { # yodaYoga
filters = '' filters = ''
docker\.service: Consumed [0-9]+h [0-9]+min [0-9]+\.[0-9]+s CPU time, read [0-9]+\.[0-9]+M from disk, written [0-9]+\.[0-9]+G to disk, received [0-9]+\.[0-9]+M IP traffic, sent [0-9]+\.[0-9]+M IP traffic\. \S+.(service|scope): Consumed [0-9]+h [0-9]+min [0-9]+\.[0-9]+s CPU time, read [0-9]+\.[0-9]+M from disk, written [0-9]+\.[0-9]+G to disk, received [0-9]+\.[0-9]+M IP traffic, sent [0-9]+\.[0-9]+M IP traffic\.
# #
Shutting down\. Shutting down\.
''; '';
@ -159,6 +170,7 @@
#iwlwifi 0000:01:00\.0: .* #iwlwifi 0000:01:00\.0: .*
iwlwifi 0000:01:00\.0: Unhandled alg: 0x707 iwlwifi 0000:01:00\.0: Unhandled alg: 0x707
iwlwifi 0000:01:00\.0: Not associated and the session protection is over already... iwlwifi 0000:01:00\.0: Not associated and the session protection is over already...
iwlwifi 0000:01:00\.0: api flags index 2 larger than supported by driver
# Ignore. # Ignore.
random: crng reseeded on system resumption random: crng reseeded on system resumption
# Ignore. # Ignore.