aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/journal-notify-dhcpd.desktop9
-rwxr-xr-xexamples/journal-notify-sshd.desktop9
2 files changed, 18 insertions, 0 deletions
diff --git a/examples/journal-notify-dhcpd.desktop b/examples/journal-notify-dhcpd.desktop
new file mode 100755
index 0000000..092d6c4
--- /dev/null
+++ b/examples/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 -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
new file mode 100755
index 0000000..688da64
--- /dev/null
+++ b/examples/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=