Esempio n. 1
0
def get_hostdependencys_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('hostdependency', schema)
Esempio n. 2
0
def get_usergroups_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('usergroup', schema)
Esempio n. 3
0
def get_services_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('service', schema)
Esempio n. 4
0
def get_logcheckresults_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('logcheckresult', schema)
Esempio n. 5
0
def get_timeperiods_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('timeperiod', schema)
Esempio n. 6
0
def get_realms_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('realm', schema)
Esempio n. 7
0
def get_userrestrictroles_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('userrestrictrole', schema)
Esempio n. 8
0
def get_historys_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('history', schema)
Esempio n. 9
0
def get_livestates_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('livestate', schema)
Esempio n. 10
0
def get_commands_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('command', schema)