see subject.
The reason why I ask? I get a lot of these in getDeviceData-stderr.log :
SQLException for update statement: UPDATE netbox SET deviceid='4177' WHERE netboxid='374' org.postgresql.util.PSQLException: ERROR: duplicate key violates unique constraint "netbox_deviceid_key SQLException for update statement: UPDATE netbox SET deviceid='4177' WHERE netboxid='377' org.postgresql.util.PSQLException: ERROR: duplicate key violates unique constraint "netbox_deviceid_key"
manage=# select * from netbox WHERE deviceid='4177'; netboxid | ip | roomid | typeid | deviceid | ----------+--------------+----------+--------+----------+ 369 | 129.242.X.X | fp2N4119 | 16 | 4177 |
It's three Cisco AP1200 (witch different serial#) fighting about "deviceid='4177'"
regards,