Hello,
I've a python script which should be invoked in Zabbix to process an alert. As a parallel processing of alerts is implemented in Zabbix then
my scrypt would be invoked in parallel to process multiple alerts simultaneously. My script is not thread-safe.
So I would like to to know if my script would be invoked as a thread process or in other way ?
I've a python script which should be invoked in Zabbix to process an alert. As a parallel processing of alerts is implemented in Zabbix then
my scrypt would be invoked in parallel to process multiple alerts simultaneously. My script is not thread-safe.
So I would like to to know if my script would be invoked as a thread process or in other way ?