Hi,
we have fileshipper running for an automated Netbox -> Icinga2 export for a multitude of objects like switches, switch interfaces, PDUs, Firewalls and stuff.
Importing the files took longer and longer which is astonishing as the amount of objects didnt change. Today i had a look at the database tables and i was baffled:
i2director=# select count(*) from imported_row;
count
---------
1179641
(1 row)
i2director=# select count(*) from imported_row_property;
count
---------
6823277
(1 row)
I import around 150-180 devices with a total of 1000 objects, so my impression is that there is no cleanup/expire of old objects happening.
Hi,
we have fileshipper running for an automated Netbox -> Icinga2 export for a multitude of objects like switches, switch interfaces, PDUs, Firewalls and stuff.
Importing the files took longer and longer which is astonishing as the amount of objects didnt change. Today i had a look at the database tables and i was baffled:
I import around 150-180 devices with a total of 1000 objects, so my impression is that there is no cleanup/expire of old objects happening.