Ejemplo n.º 1
0
def read_server_info(hostname):
    prefix = '*oracledbinventory-'
    suffix = '-compact.json'
    logger.info("OracleDB Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 2
0
def read_server_info(hostname):
    prefix = '*oracledbinventory-'
    suffix = '-compact.json'
    logger.info("OracleDB Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 3
0
def read_server_info(hostname):
    prefix = '*barinventory-'
    suffix = '-compact.json'
    logger.info("Batch Archive Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 4
0
def read_server_info(hostname):
    prefix = '*postgresqlinventory-'
    suffix = '-compact.json'
    logger.info("PostgreSQL Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 5
0
def read_server_info(hostname):
    prefix = '*postgresqlinventory-'
    suffix = '-compact.json'
    logger.info("PostgreSQL Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 6
0
def read_server_info(hostname):
    prefix = '*barinventory-'
    suffix = '-compact.json'
    logger.info("Batch Archive Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 7
0
def read_server_info(hostname):
    prefix = '*jbossinventory-'
    suffix = '-compact.json'
    logger.info("JBoss Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)
Ejemplo n.º 8
0
def read_server_info(hostname):
    prefix = '*webloinventory-'
    suffix = '-compact.json'
    logger.info("Weblogic Inventory for " + hostname)
    return read_file_info(hostname, prefix, suffix)