summaryrefslogtreecommitdiffstats
path: root/src/health/notifications/health_alarm_notify.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/health/notifications/health_alarm_notify.conf')
-rwxr-xr-xsrc/health/notifications/health_alarm_notify.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/health/notifications/health_alarm_notify.conf b/src/health/notifications/health_alarm_notify.conf
index 9dcec27ae..84d6d6225 100755
--- a/src/health/notifications/health_alarm_notify.conf
+++ b/src/health/notifications/health_alarm_notify.conf
@@ -845,6 +845,15 @@ NTFY_ACCESS_TOKEN=""
DEFAULT_RECIPIENT_NTFY=""
#------------------------------------------------------------------------------
+# ilert global notification options
+SEND_ILERT="YES"
+
+# Api key
+ILERT_ALERT_SOURCE_URL=""
+
+DEFAULT_RECIPIENT_ILERT=""
+
+#------------------------------------------------------------------------------
# custom notifications
#
@@ -984,6 +993,8 @@ custom_sender() {
# role_recipients_ntfy[sysadmin]="${DEFAULT_RECIPIENT_NTFY}"
+# role_recipients_ilert[sysadmin]="${DEFAULT_RECIPIENT_ILERT}"
+
# -----------------------------------------------------------------------------
# DNS related alarms
@@ -1041,6 +1052,8 @@ custom_sender() {
# role_recipients_ntfy[domainadmin]="${DEFAULT_RECIPIENT_NTFY}"
+# role_recipients_ilert[domainadmin]="${DEFAULT_RECIPIENT_ILERT}"
+
# -----------------------------------------------------------------------------
# database servers alarms
# mysql, redis, memcached, postgres, etc
@@ -1099,6 +1112,8 @@ custom_sender() {
# role_recipients_ntfy[dba]="${DEFAULT_RECIPIENT_NTFY}"
+# role_recipients_ilert[dba]="databases ${DEFAULT_RECIPIENT_ILERT}"
+
# -----------------------------------------------------------------------------
# web servers alarms
# apache, nginx, lighttpd, etc
@@ -1157,6 +1172,8 @@ custom_sender() {
# role_recipients_ntfy[webmaster]="${DEFAULT_RECIPIENT_NTFY}"
+# role_recipients_ilert[webmaster]="${DEFAULT_RECIPIENT_ILERT}"
+
# -----------------------------------------------------------------------------
# proxy servers alarms
# squid, etc
@@ -1215,6 +1232,8 @@ custom_sender() {
# role_recipients_ntfy[proxyadmin]="${DEFAULT_RECIPIENT_NTFY}"
+# role_recipients_ilert[proxyadmin]="${DEFAULT_RECIPIENT_ILERT}"
+
# -----------------------------------------------------------------------------
# peripheral devices
# UPS, photovoltaics, etc
@@ -1270,3 +1289,5 @@ custom_sender() {
# role_recipients_gotify[sitemgr]="${DEFAULT_RECIPIENT_GOTIFY}"
# role_recipients_ntfy[sitemgr]="${DEFAULT_RECIPIENT_NTFY}"
+
+# role_recipients_ilert[sitemgr]="${DEFAULT_RECIPIENT_ILERT}"