]> git.proxmox.com Git - pve-docs.git/commitdiff
notifications: add screenshots for the new notification UI
authorLukas Wagner <l.wagner@proxmox.com>
Wed, 22 Nov 2023 11:01:44 +0000 (12:01 +0100)
committerLukas Wagner <l.wagner@proxmox.com>
Wed, 22 Nov 2023 11:43:29 +0000 (12:43 +0100)
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
images/screenshot/gui-datacenter-notification-gotify.png [new file with mode: 0644]
images/screenshot/gui-datacenter-notification-matcher.png [new file with mode: 0644]
images/screenshot/gui-datacenter-notification-overview.png [new file with mode: 0644]
images/screenshot/gui-datacenter-notification-sendmail.png [new file with mode: 0644]
images/screenshot/gui-datacenter-notification-smtp.png [new file with mode: 0644]
notifications.adoc

diff --git a/images/screenshot/gui-datacenter-notification-gotify.png b/images/screenshot/gui-datacenter-notification-gotify.png
new file mode 100644 (file)
index 0000000..aca0d67
Binary files /dev/null and b/images/screenshot/gui-datacenter-notification-gotify.png differ
diff --git a/images/screenshot/gui-datacenter-notification-matcher.png b/images/screenshot/gui-datacenter-notification-matcher.png
new file mode 100644 (file)
index 0000000..aee68c7
Binary files /dev/null and b/images/screenshot/gui-datacenter-notification-matcher.png differ
diff --git a/images/screenshot/gui-datacenter-notification-overview.png b/images/screenshot/gui-datacenter-notification-overview.png
new file mode 100644 (file)
index 0000000..37a9f0c
Binary files /dev/null and b/images/screenshot/gui-datacenter-notification-overview.png differ
diff --git a/images/screenshot/gui-datacenter-notification-sendmail.png b/images/screenshot/gui-datacenter-notification-sendmail.png
new file mode 100644 (file)
index 0000000..cebe79f
Binary files /dev/null and b/images/screenshot/gui-datacenter-notification-sendmail.png differ
diff --git a/images/screenshot/gui-datacenter-notification-smtp.png b/images/screenshot/gui-datacenter-notification-smtp.png
new file mode 100644 (file)
index 0000000..ab88403
Binary files /dev/null and b/images/screenshot/gui-datacenter-notification-smtp.png differ
index d60b2b0e64250fec200e09634a2d0af0956085d1..cddb8ca6ad806ebda1b7c7b9a5b1df25a851467f 100644 (file)
@@ -7,6 +7,7 @@ endif::manvolnum[]
 
 Overview
 --------
+[thumbnail="screenshot/gui-datacenter-notification-overview.png"]
 
 {pve} will send notifications if case of noteworthy events in the system.
 
@@ -42,6 +43,8 @@ Notification Targets
 [[notification_targets_sendmail]]
 Sendmail
 ~~~~~~~~
+[thumbnail="screenshot/gui-datacenter-notification-sendmail.png"]
+
 The sendmail binary is a program commonly found on Unix-like operating systems
 that handles the sending of email messages.
 It is a command-line utility that allows users and applications to send emails
@@ -84,6 +87,7 @@ sendmail: example
 [[notification_targets_smtp]]
 SMTP
 ~~~~
+[thumbnail="screenshot/gui-datacenter-notification-smtp.png"]
 
 SMTP notification targets can send emails directly to an SMTP mail relay.
 
@@ -131,6 +135,7 @@ smtp: example
 [[notification_targets_gotify]]
 Gotify
 ~~~~~~
+[thumbnail="screenshot/gui-datacenter-notification-gotify.png"]
 
 http://gotify.net[Gotify] is an open-source self-hosted notification server that
 allows you to send and receive push notifications to various devices and
@@ -164,6 +169,8 @@ gotify: example
 [[notification_matchers]]
 Notification Matchers
 ---------------------
+[thumbnail="screenshot/gui-datacenter-notification-matcher.png"]
+
 Notification matchers route notifications to notification targets based
 on their matching rules. These rules can match of certain properties of
 a notification, such as the timestamp (`match-calendar`), the severity of