aboutsummaryrefslogtreecommitdiffstats
path: root/desktop
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 /desktop
parent390605f72f19c3f5d033a57fd5e98d33fbc0d088 (diff)
downloadjournal-notify-babb114b66d3bbdbba9faa69bb1fdbae49f20172.tar.gz
journal-notify-babb114b66d3bbdbba9faa69bb1fdbae49f20172.tar.zst
update examples and add systemd unit
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/journal-notify-crit-alert-emerg.desktop9
-rwxr-xr-xdesktop/journal-notify-dhcpd.desktop9
-rwxr-xr-xdesktop/journal-notify-sshd.desktop9
3 files changed, 27 insertions, 0 deletions
diff --git a/desktop/journal-notify-crit-alert-emerg.desktop b/desktop/journal-notify-crit-alert-emerg.desktop
new file mode 100755
index 0000000..ddcd27f
--- /dev/null
+++ b/desktop/journal-notify-crit-alert-emerg.desktop
@@ -0,0 +1,9 @@
+[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/desktop/journal-notify-dhcpd.desktop b/desktop/journal-notify-dhcpd.desktop
new file mode 100755
index 0000000..f74b67a
--- /dev/null
+++ b/desktop/journal-notify-dhcpd.desktop
@@ -0,0 +1,9 @@
+[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/desktop/journal-notify-sshd.desktop b/desktop/journal-notify-sshd.desktop
new file mode 100755
index 0000000..efedcbf
--- /dev/null
+++ b/desktop/journal-notify-sshd.desktop
@@ -0,0 +1,9 @@
+[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=