michael-batz / yourCMDB

A flexible asset management tool. See our new OpenSource project based on the idea of yourCMDB: DATAGERRY
https://datagerry.com/yourCMDB
19 stars 6 forks source link

Added Exporter for External System oxidized #35

Open bheum opened 7 years ago

bheum commented 7 years ago

New Exporter for oxidized configuration backup software.

Allows oxidized to receive a device list in the appropriate format. Objecttypes need fields, i.e. the following fieldgroup:

            <fieldgroup name="Configbackup">
                <field name="configbackup-enabled" type="boolean" label="Configbackup (oxidized)" />
                <field name="configbackup-operating-system" type="dropdown-ios,iosxr,junos" label="Operating system" default="ios" />
                <field name="configbackup-tacacs-enabled" type="boolean" label="use TACACS" />
                <field name="configbackup-ssh-proxy" type="boolean" label="SSH-Proxy" />
                <field name="configbackup-ssh-proxy-ip" type="text" label="SSH-Proxy IP Address" />
            </fieldgroup>