aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed.d/zed.rc
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/zed/zed.d/zed.rc')
-rw-r--r--cmd/zed/zed.d/zed.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc
index df560f921..55da4c1ab 100644
--- a/cmd/zed/zed.d/zed.rc
+++ b/cmd/zed/zed.d/zed.rc
@@ -83,6 +83,23 @@
#ZED_SLACK_WEBHOOK_URL=""
##
+# Pushover token.
+# This defines the application from which the notification will be sent.
+# <https://pushover.net/api#registration>
+# Disabled by default; uncomment to enable.
+# ZED_PUSHOVER_USER, below, must also be configured.
+#
+#ZED_PUSHOVER_TOKEN=""
+
+##
+# Pushover user key.
+# This defines which user or group will receive Pushover notifications.
+# <https://pushover.net/api#identifiers>
+# Disabled by default; uncomment to enable.
+# ZED_PUSHOVER_TOKEN, above, must also be configured.
+#ZED_PUSHOVER_USER=""
+
+##
# Default directory for zed state files.
#
#ZED_RUNDIR="/var/run"