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