eNMS-automation / eNMS

An enterprise-grade vendor-agnostic network automation platform.
https://www.enms.io/
GNU General Public License v3.0
810 stars 160 forks source link

topology_import_service librenms #395

Closed leonardo-munhoz closed 5 months ago

leonardo-munhoz commented 1 year ago

When I import to enms it brings field values ​​that are fixed and I can't edit the item without adjusting There is a possibility that these fields are free to be more compatible with import from librenms image1 image0

leonardo-munhoz commented 1 year ago

I will try to add properties.json and report my results

"property_list": { "device": { "model": ["Arista", "Cisco", "Linux", "Juniper"], "operating_system": ["IOS", "IOS-XE", "IOS-XR", "Junos", "EOS", "Linux"], "vendor": ["Arista", "Cisco", "Juniper", "Linux"]

edaleand commented 5 months ago

Anything from this? I'm getting no vendor info from LibreNMS at all.

afourmy commented 5 months ago

if the property lists are empty in the json file, eNMS will automatically use a string field instead of a select field (https://github.com/eNMS-automation/eNMS/blob/public/setup/properties.json#L1490-L1539)