mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
journalwatch config
This commit is contained in:
parent
1e99d9edce
commit
a2c463987e
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user