From 11fcaa25385517452a30d23fbe2ccdc4315dcb17 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:28:04 +1000 Subject: [PATCH] Update pialert.conf pialert.conf cleanup --- config/pialert.conf | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/config/pialert.conf b/config/pialert.conf index e033860b..166ee8c7 100755 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -15,13 +15,13 @@ # # Scan multiple interfaces (eth1 and eth0): # SCAN_SUBNETS = [ '192.168.1.0/24 --interface=eth1', '192.168.1.0/24 --interface=eth0' ] + SCAN_SUBNETS=['192.168.1.0/24 --interface=eth1'] -PRINT_LOG=False + TIMEZONE='Europe/Berlin' PIALERT_WEB_PROTECTION=False PIALERT_WEB_PASSWORD='8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92' INCLUDED_SECTIONS=['internet','new_devices','down_devices','events'] -SCAN_CYCLE_MINUTES=5 DAYS_TO_KEEP_EVENTS=90 # Used for generating links in emails. Make sure not to add a trailing slash! REPORT_DASHBOARD_URL='http://pi.alert' @@ -93,25 +93,6 @@ DDNS_PASSWORD='A0000000B0000000C0000000D0000000' DDNS_UPDATE_URL='https://api.dynu.com/nic/update?' -# PiHole -#--------------------------- -# if enabled you need to map '/etc/pihole/pihole-FTL.db' in docker-compose.yml -PIHOLE_ACTIVE=False -# if enabled you need to map '/etc/pihole/dhcp.leases' in docker-compose.yml -DHCP_ACTIVE=False - - -# Pholus -#--------------------------- -PHOLUS_ACTIVE=False -PHOLUS_TIMEOUT=120 -PHOLUS_FORCE=False -PHOLUS_DAYS_DATA=7 -PHOLUS_RUN='once' -PHOLUS_RUN_TIMEOUT=600 -PHOLUS_RUN_SCHD='0 4 * * *' - - #-------------------IMPORTANT INFO-------------------# # This file is ingested by a python script, so if # # modified it needs to use python syntax #