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.0019 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
-
Finding itemid For Use in API
Hey,
Been searching and can't seem to find out exactly how to find the [I]itemid[I] for a given item.
Currently using the pyzabbix module to access the API.
Apologies in advance if this is something obvious.
Thanks.