aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-06-19 13:25:51 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-06-19 13:25:51 +0200
commitbabb114b66d3bbdbba9faa69bb1fdbae49f20172 (patch)
tree55b926846a74ccc0e3052f38bac40c985df222da /examples
parent390605f72f19c3f5d033a57fd5e98d33fbc0d088 (diff)
downloadjournal-notify-babb114b66d3bbdbba9faa69bb1fdbae49f20172.tar.gz
journal-notify-babb114b66d3bbdbba9faa69bb1fdbae49f20172.tar.zst
update examples and add systemd unit
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/journal-notify-crit-alert-emerg.desktop9
-rwxr-xr-xexamples/journal-notify-dhcpd.desktop9
-rwxr-xr-xexamples/journal-notify-sshd.desktop9
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=