enhance Sentinel

# list of watched nodes numbers
sentryWatchList =
monitors for INSIDE or OUTSIDE the zone
This commit is contained in:
SpudGunMan
2025-10-20 19:50:06 -07:00
parent 8d2277bc59
commit eb1e0c82ea
4 changed files with 43 additions and 35 deletions
+1
View File
@@ -271,6 +271,7 @@ try:
secure_interface = config['sentry'].getint('SentryInterface', 1) # default 1
sentry_holdoff = config['sentry'].getint('SentryHoldoff', 9) # default 9
sentryIgnoreList = config['sentry'].get('sentryIgnoreList', '').split(',')
sentryWatchList = config['sentry'].get('sentryWatchList', '').split(',')
sentry_radius = config['sentry'].getint('SentryRadius', 100) # default 100 meters
email_sentry_alerts = config['sentry'].getboolean('emailSentryAlerts', False) # default False
highfly_enabled = config['sentry'].getboolean('highFlyingAlert', True) # default True