mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
fix: journalwatch config
This commit is contained in:
parent
89e923399e
commit
446ae380fe
@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
{ # yodaNas
|
{ # yodaNas
|
||||||
filters = ''
|
filters = ''
|
||||||
crond: USER root pid [0-9]+ cmd wget -qO- http://money.p1st.de:8080/api/v1/cron/\S+ > /proc/1/fd/1 2>/proc/1/fd/2
|
crond: USER root pid [0-9]+ cmd wget -qO- http://money\.p1st\.de:8080/api/v1/cron/\S+ > /proc/1/fd/1 2>/proc/1/fd/2
|
||||||
'';
|
'';
|
||||||
match = "IMAGE_NAME = busybox";
|
match = "IMAGE_NAME = busybox";
|
||||||
}
|
}
|
||||||
@ -152,7 +152,7 @@
|
|||||||
# Somebody evil connected with a non-SSH client to the SSH server.
|
# Somebody evil connected with a non-SSH client to the SSH server.
|
||||||
error: kex_exchange_identification: banner line contains invalid characters
|
error: kex_exchange_identification: banner line contains invalid characters
|
||||||
# Somebody evil ...
|
# Somebody evil ...
|
||||||
error: kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1.1"
|
error: kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1\.1"
|
||||||
error: kex_exchange_identification: Connection closed by remote host
|
error: kex_exchange_identification: Connection closed by remote host
|
||||||
error: PAM: Authentication failure for \S+ from \S+
|
error: PAM: Authentication failure for \S+ from \S+
|
||||||
fatal: Timeout before authentication for \S+ port [0-9]+
|
fatal: Timeout before authentication for \S+ port [0-9]+
|
||||||
@ -228,8 +228,8 @@
|
|||||||
}
|
}
|
||||||
{ # yodaYoga
|
{ # yodaYoga
|
||||||
filters = ''
|
filters = ''
|
||||||
\S+.(service|scope): Consumed .+ CPU time, read .+ from disk, written .+ to disk.+
|
\S+\.(service|scope): Consumed .+ CPU time, read .+ from disk, written .+ to disk.+
|
||||||
\S+.(service|scope): Consumed .+ CPU time, received .+ IP traffic, sent .+ IP traffic\.
|
\S+\.(service|scope): Consumed .+ CPU time, received .+ IP traffic, sent .+ IP traffic\.
|
||||||
#
|
#
|
||||||
Shutting down\.
|
Shutting down\.
|
||||||
'';
|
'';
|
||||||
@ -256,7 +256,7 @@
|
|||||||
# Ignore.
|
# Ignore.
|
||||||
audit: type=2000 audit([0-9]+\.[0-9]+:[0-9]+): state=initialized audit_enabled=0 res=1
|
audit: type=2000 audit([0-9]+\.[0-9]+:[0-9]+): state=initialized audit_enabled=0 res=1
|
||||||
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
|
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
|
||||||
Kernel command line: initrd=\\efi\\nixos\\\S+-initrd-linux-\S+-initrd\.efi init=/nix/store/\S+-nixos-system-\S+-[0-9]+.[0-9]+pre-git/init ip=dhcp loglevel=[0-9]
|
Kernel command line: initrd=\\efi\\nixos\\\S+-initrd-linux-\S+-initrd\.efi init=/nix/store/\S+-nixos-system-\S+-[0-9]+\.[0-9]+pre-git/init ip=dhcp loglevel=[0-9]
|
||||||
Linux version \S+ \(nixbld@localhost\) \(gcc \(GCC\) \S+, GNU ld \(GNU Binutils\) \S+\) #1-NixOS SMP PREEMPT_DYNAMIC \S+ \S+ \S+ \S+ UTC \S+
|
Linux version \S+ \(nixbld@localhost\) \(gcc \(GCC\) \S+, GNU ld \(GNU Binutils\) \S+\) #1-NixOS SMP PREEMPT_DYNAMIC \S+ \S+ \S+ \S+ UTC \S+
|
||||||
random: crng reseeded on system resumption
|
random: crng reseeded on system resumption
|
||||||
random: crng init done
|
random: crng init done
|
||||||
@ -277,7 +277,7 @@
|
|||||||
Initialise system trusted keyrings
|
Initialise system trusted keyrings
|
||||||
Key type asymmetric registered
|
Key type asymmetric registered
|
||||||
Asymmetric key parser 'x509' registered
|
Asymmetric key parser 'x509' registered
|
||||||
Loading compiled-in X.509 certificates
|
Loading compiled-in X\.509 certificates
|
||||||
Key type \.fscrypt registered
|
Key type \.fscrypt registered
|
||||||
Key type fscrypt-provisioning registered
|
Key type fscrypt-provisioning registered
|
||||||
Key type encrypted registered
|
Key type encrypted registered
|
||||||
|
Loading…
Reference in New Issue
Block a user