This commit is contained in:
2026-04-24 17:11:43 +03:00
parent b1f6de5c65
commit 04ab48c314

View File

@@ -65,7 +65,7 @@ RMQ_DELAY_MS = 300000
# Posture analyzer gate: skip re-running sot-updater-scheduler if recently run (seconds) # Posture analyzer gate: skip re-running sot-updater-scheduler if recently run (seconds)
posture_analyzer = "sot-updater-scheduler" posture_analyzer = "sot-updater-scheduler"
sot_timeout = 1200 sot_timeout = 300
# Product -> Tag slug mapping (kept unchanged, though not used now) # Product -> Tag slug mapping (kept unchanged, though not used now)
PRODUCT_TAG_SLUG = { PRODUCT_TAG_SLUG = {
@@ -86,7 +86,7 @@ IGNORE_MACS_RAW = [
"D0:6C:37:01:0C:C0", #NOT known for webapps "D0:6C:37:01:0C:C0", #NOT known for webapps
"D0:6C:37:01:0C:7C", #NOT known for webapps "D0:6C:37:01:0C:7C", #NOT known for webapps
"d0:6c:37:00:b0:1c", # 101200 flaps a lot "d0:6c:37:00:b0:1c", # 101200 flaps a lot
"d0:6c:37:01:06:bc", ikeja93929 "d0:6c:37:01:06:bc", #ikeja93929
] ]
# Global counter for any NetBox-related problems # Global counter for any NetBox-related problems