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