Пример #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)