示例#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)
示例#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)
示例#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)
示例#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)
示例#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)
示例#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)
示例#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)
示例#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)