Lines Matching full:notification
174 # Send a notification via all available methods.
177 # subject: notification subject
178 # pathname: pathname containing the notification message (OPTIONAL)
181 # 0: notification succeeded via at least one method
182 # 1: notification failed
183 # 2: no notification methods configured
224 # Send a notification via email to the address specified by ZED_EMAIL_ADDR.
233 # - @SUBJECT@ is replaced with the notification subject
234 # If @SUBJECT@ was omited here, a "Subject: ..." header will be added to notification
238 # subject: notification subject
239 # pathname: pathname containing the notification message (OPTIONAL)
247 # 0: notification sent
248 # 1: notification failed
253 local subject="${1:-"ZED notification"}"
302 # Send a notification via Pushbullet <https://www.pushbullet.com/>.
305 # for pushing to notification feeds that can be subscribed to; if a channel is
316 # subject: notification subject
317 # pathname: pathname containing the notification message (OPTIONAL)
324 # 0: notification sent
325 # 1: notification failed
388 # Notification via Slack Webhook <https://api.slack.com/incoming-webhooks>.
398 # subject: notification subject
399 # pathname: pathname containing the notification message (OPTIONAL)
405 # 0: notification sent
406 # 1: notification failed
462 # Send a notification via Pushover <https://pushover.net/>.
465 # group to which the notification will be sent.
473 # subject: notification subject
474 # pathname: pathname containing the notification message (OPTIONAL)
481 # 0: notification sent
482 # 1: notification failed
540 # Send a notification via Ntfy.sh <https://ntfy.sh/>.
541 # The ntfy topic (ZED_NTFY_TOPIC) identifies the topic that the notification
554 # subject: notification subject
555 # pathname: pathname containing the notification message (OPTIONAL)
563 # 0: notification sent
564 # 1: notification failed
633 # Send a notification via Gotify <https://gotify.net/>.
646 # subject: notification subject
647 # pathname: pathname containing the notification message (OPTIONAL)
655 # 0: notification sent
656 # 1: notification failed