From 97870201db8d00f0254cf429a888eb51ae0c31de Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 22 Oct 2022 09:25:01 +1100 Subject: [PATCH] Update pialert.conf Added clarification on how INCLUDED_SECTIONS behaves --- config/pialert.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/pialert.conf b/config/pialert.conf index 3d34b1fb..c864bdda 100644 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -15,6 +15,7 @@ PRINT_LOG = False TIMEZONE = 'Europe/Berlin' PIALERT_WEB_PROTECTION = False PIALERT_WEB_PASSWORD = '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92' +# Specifies which events trigger notofications. Remove the event type(s) you don't want to get notified on (overrides device-specific settings in the UI). INCLUDED_SECTIONS = ['internet', 'new_devices', 'down_devices', 'events'] # EMAIL settings