Exemplo n.º 1
0
 def __init__(self, server, timeout, user, passwd, **kwargs):
     ZabbixAPI.__init__(self,
                        server,
                        timeout=timeout,
                        user=user,
                        passwd=passwd)
     self.hostinterface = ZabbixAPISubClass(
         self, dict({"prefix": "hostinterface"}, **kwargs))
Exemplo n.º 2
0
 def __init__(self, server, timeout, user, passwd, validate_certs,
              **kwargs):
     ZabbixAPI.__init__(self,
                        server,
                        timeout=timeout,
                        user=user,
                        passwd=passwd,
                        validate_certs=validate_certs)
Exemplo n.º 3
0
 def __init__(self, server, timeout, user, passwd, **kwargs):
     ZabbixAPI.__init__(self,
                        server,
                        timeout=timeout,
                        user=user,
                        passwd=passwd)
     self.screenitem = ZabbixAPISubClass(
         self, dict({"prefix": "screenitem"}, **kwargs))
Exemplo n.º 4
0
 def __init__(self, server, timeout, user, passwd, **kwargs):
     ZabbixAPI.__init__(self, server, timeout=timeout, user=user, passwd=passwd)
     self.hostinterface = ZabbixAPISubClass(self, dict({"prefix": "hostinterface"}, **kwargs))
Exemplo n.º 5
0
 def __init__(self, server, timeout, user, passwd, **kwargs):
     ZabbixAPI.__init__(self,
                        server,
                        timeout=timeout,
                        user=user,
                        passwd=passwd)
 def __init__(self, server, timeout, user, passwd, **kwargs):
     ZabbixAPI.__init__(self, server, timeout=timeout, user=user, passwd=passwd)
Exemplo n.º 7
0
 def __init__(self, server, timeout, **kwargs):
     ZabbixAPI.__init__(self, server, timeout=timeout)
 def __init__(self, server, timeout, **kwargs):
     ZabbixAPI.__init__(self, server, timeout=timeout)
Exemplo n.º 9
0
 def __init__(self, server, timeout, user, passwd, validate_certs, **kwargs):
     ZabbixAPI.__init__(self, server, timeout=timeout, user=user, passwd=passwd, validate_certs=validate_certs)
     self.screenitem = ZabbixAPISubClass(self, dict({"prefix": "screenitem"}, **kwargs))
Exemplo n.º 10
0
 def __init__(self, server, timeout, **kwargs):
     ZabbixAPI.__init__(self, server, timeout=timeout)
     self.screenitem = ZabbixAPISubClass(self, dict({"prefix": "screenitem"}, **kwargs))