diff options
author | Christian Hesse <mail@eworm.de> | 2015-06-19 13:25:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-06-19 13:25:51 +0200 |
commit | babb114b66d3bbdbba9faa69bb1fdbae49f20172 (patch) | |
tree | 55b926846a74ccc0e3052f38bac40c985df222da /examples | |
parent | 390605f72f19c3f5d033a57fd5e98d33fbc0d088 (diff) | |
download | journal-notify-babb114b66d3bbdbba9faa69bb1fdbae49f20172.tar.gz journal-notify-babb114b66d3bbdbba9faa69bb1fdbae49f20172.tar.zst |
update examples and add systemd unit
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/journal-notify-crit-alert-emerg.desktop | 9 | ||||
-rwxr-xr-x | examples/journal-notify-dhcpd.desktop | 9 | ||||
-rwxr-xr-x | examples/journal-notify-sshd.desktop | 9 |
3 files changed, 0 insertions, 27 deletions
diff --git a/examples/journal-notify-crit-alert-emerg.desktop b/examples/journal-notify-crit-alert-emerg.desktop deleted file mode 100755 index ddcd27f..0000000 --- a/examples/journal-notify-crit-alert-emerg.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=journal-notify-crit-alert-emerg -GenericName=Journal-Notify Critical, Alert & Emergency -Comment=Notify about log with priority Critical, Alert & Emergency -Exec=journal-notify -m PRIORITY=0 -m PRIORITY=1 -m PRIORITY=2 -i dialog-warning -StartupNotify=false -Terminal=false -Type=Application -Categories= diff --git a/examples/journal-notify-dhcpd.desktop b/examples/journal-notify-dhcpd.desktop deleted file mode 100755 index f74b67a..0000000 --- a/examples/journal-notify-dhcpd.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=journal-notify-dhcpd -GenericName=Journal-Notify DHCPD -Comment=Notify about DHCP activities -Exec=journal-notify -m SYSLOG_IDENTIFIER=dhcpd -e -r "^DHCPN?ACK" -i network-wired -StartupNotify=false -Terminal=false -Type=Application -Categories= diff --git a/examples/journal-notify-sshd.desktop b/examples/journal-notify-sshd.desktop deleted file mode 100755 index efedcbf..0000000 --- a/examples/journal-notify-sshd.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=journal-notify-sshd -GenericName=Journal-Notify SSHD -Comment=Notify about SSH activities -Exec=journal-notify -m SYSLOG_IDENTIFIER=sshd -e -r "^(error:|Accepted)" -i security-high -StartupNotify=false -Terminal=false -Type=Application -Categories= |