Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

aiozbx

Asynchronous API to zabbix.

zabbix sender example

from aiozbx import Sender
import time

sender = Sender("localhost", 10051)
data = [{"host": "testhost",
         "key": "key[param1, param2]",
         "value": "OK",
         "clock": int(time.time()),
         "ns": 0}]

res = await sender.send(data)
print(res)

About

asynchronous API and server client

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages