Esempio n. 1
0
def agent_processes(**kwargs):
    ''' Get all internal process monitors of the specified agent '''
    return internal.agent_monitors(action='agentProcesses', **kwargs)
Esempio n. 2
0
def agent_processes(**kwargs):
    ''' Get all internal process monitors of the specified agent '''
    return internal.agent_monitors(action='agentProcesses', **kwargs)
Esempio n. 3
0
def agent_ping_tests(**kwargs):
    ''' Get all internal Ping monitors of the specified agent '''
    return internal.agent_monitors(action='agentPingTests', **kwargs)
Esempio n. 4
0
def agent_http_tests(**kwargs):
    ''' Get all internal http monitors of the specified agent '''
    return internal.agent_monitors(action='agentHttpTests', **kwargs)
Esempio n. 5
0
def agent_http_tests(**kwargs):
    ''' Get all internal http monitors of the specified agent '''
    return internal.agent_monitors(action='agentHttpTests', **kwargs)
Esempio n. 6
0
def agent_load_avg(**kwargs):
    """ Get all internal load monitors of the specified agent """
    return internal.agent_monitors(action="agentLoadAvg", **kwargs)
Esempio n. 7
0
def agent_drives(**kwargs):
    ''' Get all internal drive monitors of the specified agent '''
    return internal.agent_monitors(action='agentDrives', **kwargs)
Esempio n. 8
0
def agent_load_avg(**kwargs):
    ''' Get all internal load monitors of the specified agent '''
    return internal.agent_monitors(action='agentLoadAvg', **kwargs)
Esempio n. 9
0
def agent_memory(**kwargs):
    ''' Get all internal memory monitors of the specified agent '''
    return internal.agent_monitors(action='agentMemory', **kwargs)
Esempio n. 10
0
def agent_memory(**kwargs):
    """ Get all internal memory monitors of the specified agent """
    return internal.agent_monitors(action="agentMemory", **kwargs)