I am running a multithreaded process against the ZabbixAPI (pyzabbix) in Python:
pool.apply_async(getLatestData, args = (item, ), callback = outputSenderLine)
Where "item" is set by a for-loop to either 'CPU Utilization Percent' or 'Memory Percentage Used'
In "getLatestData,"...
Search Result
Collapse
2 results in 0.0029 seconds.
Keywords
Members
Tags
-
MadCowMoo started a topic BadStatusLine exception from zapi.item.get (ZabbixAPI/pyzabbix) when multithreadingin Zabbix HelpBadStatusLine exception from zapi.item.get (ZabbixAPI/pyzabbix) when multithreading
-
zapi.template.get vs zapi.do_request('template.get'
Hello
Do you understand this ?
#!/usr/bin/env python
import json
from pyzabbix import ZabbixAPI, ZabbixAPIException
…
zapi.login(user = myusr,password = mypwd)
…
t = zapi.do_request('template.get', {"output": "templateid",...