added dst ip to telegram message

This commit is contained in:
root
2023-03-23 22:53:58 +01:00
parent 57f60cef11
commit 8afcf89078

View File

@ -36,13 +36,13 @@ WHITELIST_IPS = (WAN_IP, LOCAL_IP_PREFIX, "127.0.0.1", "1.1.1.1", "8.8.8.8")
COMMENT_TIME_FORMAT = "%-d %b %Y %H:%M:%S.%f" # See datetime strftime formats. COMMENT_TIME_FORMAT = "%-d %b %Y %H:%M:%S.%f" # See datetime strftime formats.
#Set comma separated value of suricata alerts severity which will be blocked in Mikrotik. All severity values are ("1","2","3") #Set comma separated value of suricata alerts severity which will be blocked in Mikrotik. All severity values are ("1","2","3")
SEVERITY=("1","2") SEVERITY=("1","2")
################# END EDIT SETTINGS ################# END EDIT SETTINGS
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Suricata log file # Suricata log file
SELKS_CONTAINER_DATA_SURICATA_LOG="/root/SELKS/docker/containers-data/suricata/logs/" SELKS_CONTAINER_DATA_SURICATA_LOG=
FILEPATH = os.path.abspath(SELKS_CONTAINER_DATA_SURICATA_LOG + "alerts.json") FILEPATH = os.path.abspath(SELKS_CONTAINER_DATA_SURICATA_LOG + "alerts.json")
# Save Mikrotik address lists to a file and reload them on Mikrotik reboot. # Save Mikrotik address lists to a file and reload them on Mikrotik reboot.