Ejemplo n.º 1
0
def item(zart, sortfield, **kwargs):
    """This command retrieves items."""
    zart.command = 'item'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 2
0
def trigger(zart, sortfield, **kwargs):
    """This command retrieves triggers."""
    zart.command = 'trigger'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 3
0
def graph(zart, sortfield, **kwargs):
    """This command retrieves graphs."""
    zart.command = 'graph'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 4
0
def drule(zart, sortfield, **kwargs):
    """This command retrieves drules."""
    zart.command = 'drule'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 5
0
def correlation(zart, sortfield, **kwargs):
    """This command retrieves correlations."""
    zart.command = 'correlation'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 6
0
def proxy(zart, sortfield, **kwargs):
    """This command retrieves proxy."""
    zart.command = 'proxy'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 7
0
def trend(zart, **kwargs):
    """This command retrieves trends."""
    zart.command = 'trend'
    # trend command does not support sortfield flag
    sortfield=None
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 8
0
def dhost(zart, sortfield, **kwargs):
    """This command retrieves dhosts."""
    zart.command = 'dhost'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 9
0
def hostinterface(zart, sortfield, **kwargs):
    """This command retrieves hostinterfaces."""
    zart.command = 'hostinterface'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 10
0
def itemprototype(zart, sortfield, **kwargs):
    """This command retrieves itemprototypes."""
    zart.command = 'itemprototype'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 11
0
def dcheck(zart, sortfield, **kwargs):
    """This command retrieves dchecks."""
    zart.command = 'dcheck'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 12
0
def usergroup(zart, sortfield, **kwargs):
    """This command retrieves usergroups."""
    zart.command = 'usergroup'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 13
0
def mediatype(zart, sortfield, **kwargs):
    """This command retrieves mediatypes."""
    zart.command = 'mediatype'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 14
0
def usermedia(zart, sortfield, **kwargs):
    """This command retrieves usermedias."""
    zart.command = 'usermedia'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 15
0
def httptest(zart, sortfield, **kwargs):
    """This command retrieves httptests."""
    zart.command = 'httptest'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 16
0
def hostprototype(zart, sortfield, **kwargs):
    """This command retrieves hostprototypes."""
    zart.command = 'hostprototype'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 17
0
def alert(zart, sortfield, **kwargs):
    """This command retrieves alerts."""
    zart.command = 'alert'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 18
0
def image(zart, sortfield, **kwargs):
    """This command retrieves images."""
    zart.command = 'image'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 19
0
def dservice(zart, sortfield, **kwargs):
    """This command retrieves dservices."""
    zart.command = 'dservice'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 20
0
def event(zart, sortfield, **kwargs):
    """This command retrieves events."""
    zart.command = 'event'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 21
0
def problem(zart, sortfield, **kwargs):
    """This command retrieves problems."""
    zart.command = 'problem'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 22
0
def maintenance(zart, sortfield, **kwargs):
    """This command retrieves maintenances."""
    zart.command = 'maintenance'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 23
0
def application(zart, sortfield, **kwargs):
    """This command retrieves applications."""
    zart.command = 'application'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 24
0
def triggerprototype(zart, sortfield, **kwargs):
    """This command retrieves triggerprototypes."""
    zart.command = 'triggerprototype'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 25
0
def templatescreen(zart, sortfield, **kwargs):
    """This command retrieves templatescreens."""
    zart.command = 'templatescreen'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 26
0
def map(zart, sortfield, **kwargs):
    """This command retrieves maps."""
    zart.command = 'map'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 27
0
def hostgroup(zart, sortfield, **kwargs):
    """This command retrieves hostgroups."""
    zart.command = 'hostgroup'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 28
0
def script(zart, sortfield, **kwargs):
    """This command retrieves scripts."""
    zart.command = 'script'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 29
0
def usermacro(zart, sortfield, **kwargs):
    """This command retrieves usermacros."""
    zart.command = 'usermacro'
    engine.engine(zart, sortfield, **kwargs)
Ejemplo n.º 30
0
def graphprototype(zart, sortfield, **kwargs):
    """This command retrieves graphprototype."""
    zart.command = 'graphprototype'
    engine.engine(zart, sortfield, **kwargs)