blob: 476175fbbd31f3bcfae4d444591d3a17cd9d6408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# config for the journal-brief.service
cursor-file: /var/lib/journal-brief/cursor
priority: err
# output: [reboot, short]
# email:
# suppress_empty: true
# from: journal-brief
# to: root
# subject: Journal Service Notification
# command: sendmail -t
# inclusions:
# - PRIORITY: err
# - PRIORITY: info
# _SYSTEMD_UNIT: [myservice.service]
# exclusions:
# - MESSAGE:
# - exclude this
# - exclude this too
# SYSLOG_IDENTIFIER:
# - from here
# - MESSAGE_ID: [c7a787079b354eaaa9e77b371893cd27]
# - MESSAGE: ["/Normal exit (.*run)/"]
|