Hello
I'm new here
I'm just installing itop
I've configured network elements (with ip address and SNMP community) and I want from iTop to get the config and save it on database
how can I do?
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can do this make so php scripts and access the iTop DB. Its not so complicated and iTop have the datamodel for all tables and dependencies, you can get all data directly that way.
Its like a sync sending data to iTop DB but the reverse, you need to understand iTop datamodel and make your own SQL.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I'm new here
I'm just installing itop
I've configured network elements (with ip address and SNMP community) and I want from iTop to get the config and save it on database
how can I do?
thank you
You want to save to here? automatic or manual? I can explain a little more to help me help you.
it's the same problem for me and i want from itop to get the config and save it automatically ( it's the first time that i use itop)
I can do this make so php scripts and access the iTop DB. Its not so complicated and iTop have the datamodel for all tables and dependencies, you can get all data directly that way.
Its like a sync sending data to iTop DB but the reverse, you need to understand iTop datamodel and make your own SQL.