Ad Widget

Collapse

Parallel processing of alerts question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a_oreshkin
    Junior Member
    • Aug 2022
    • 2

    #1

    Parallel processing of alerts question

    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 simultaneous​ly. 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 ?
Working...