The neighbor discovery was using snmp_device.id instead of the actual Equipment device.id when creating neighbor records. This caused all neighbor inserts to fail because the foreign key constraint expected the Equipment ID, not the SNMP Device ID. Fixed in two places: - Discovery: Use snmp_device.device_id (FK to Equipment) - PollerWorker: Use device.id (Equipment ID) instead of snmp_device.id Neighbors should now be properly discovered and saved during both initial discovery and ongoing polling.
2 lines
55 B
Text
2 lines
55 B
Text
|
|
13:00:24.245 [info] Loading 161 CA(s) from :otp store
|