ingeborg.hellemo@uit.no said:
% (self.model._meta.object_name, num, kwargs)) nav.models.rrd.MultipleObje
ctsReturned: get() returned more than one RrdFile -- it returned 2! Lookup parameters were {'category': 'port-counters', 'key': 'interface', 'value': '2001418'}
I guess there is some inconsistency in database, but where and after what shall I look?
Sorry about the noice. When I read the error message one more time the answer was almost there:
nav=> select * from rrd_file where value='2001418';
Then, of course, one can wonder why a port is detected as both a switch-port and a router-interface.
--Ingeborg