Reference Guide
...
Device Inventory
External Device Database Integration for Devices
1 min
the external device database import configurations allow kron pam to automatically detect and discover instances for the relevant device groups, based on their custom tags the following configuration is required to add/discover devices from external device databases configurations on the system configuration manager navigate to administration > system configuration man and set the following parameters parameter name parameter value encryption device database driver n database driver for external database connection ex device database driver 0 = org postgresql driverdev device database password n external database password must be set as yes device database source database ip addresses multiple values must be separated by “ ; ” ex 10 10 10 10;20 20 20 20 device database sql n sql query to import devices ip address, hostname, element type specifier, and one of the tag values are mandatory ex device database sql 0 = select dynname as ip address, server as hostname, os as element type specifier , id as port, os as tag os, site as tag site from device database device database url n jdbc url address for database connection e g device database url 0 = jdbc\ postgresql //10 10 10 10 5432/databasename device database user n external database username