diff options
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/journal-notify-crit-alert-emerg.desktop | 9 | ||||
-rwxr-xr-x | desktop/journal-notify-dhcpd.desktop | 9 | ||||
-rwxr-xr-x | desktop/journal-notify-sshd.desktop | 9 |
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= |