示例#1
0
def agent_processes(**kwargs):
    ''' Get all internal process monitors of the specified agent '''
    return internal.agent_monitors(action='agentProcesses', **kwargs)
示例#2
0
def agent_processes(**kwargs):
    ''' Get all internal process monitors of the specified agent '''
    return internal.agent_monitors(action='agentProcesses', **kwargs)
示例#3
0
def agent_ping_tests(**kwargs):
    ''' Get all internal Ping monitors of the specified agent '''
    return internal.agent_monitors(action='agentPingTests', **kwargs)
示例#4
0
文件: http.py 项目: SeanYa/Python-SDK
def agent_http_tests(**kwargs):
    ''' Get all internal http monitors of the specified agent '''
    return internal.agent_monitors(action='agentHttpTests', **kwargs)
示例#5
0
def agent_http_tests(**kwargs):
    ''' Get all internal http monitors of the specified agent '''
    return internal.agent_monitors(action='agentHttpTests', **kwargs)
示例#6
0
def agent_load_avg(**kwargs):
    """ Get all internal load monitors of the specified agent """
    return internal.agent_monitors(action="agentLoadAvg", **kwargs)
示例#7
0
def agent_drives(**kwargs):
    ''' Get all internal drive monitors of the specified agent '''
    return internal.agent_monitors(action='agentDrives', **kwargs)
示例#8
0
def agent_load_avg(**kwargs):
    ''' Get all internal load monitors of the specified agent '''
    return internal.agent_monitors(action='agentLoadAvg', **kwargs)
示例#9
0
def agent_memory(**kwargs):
    ''' Get all internal memory monitors of the specified agent '''
    return internal.agent_monitors(action='agentMemory', **kwargs)
示例#10
0
def agent_memory(**kwargs):
    """ Get all internal memory monitors of the specified agent """
    return internal.agent_monitors(action="agentMemory", **kwargs)