Ad Widget

Collapse

Zabbix Trapper

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • corsino
    Junior Member
    • Mar 2013
    • 22

    #1

    Zabbix Trapper

    Hi folks,


    I have a powershell script that has a FOR loop. For each item, if is true, it will send the value to zabbix. The problem is if a have many true values, zabbix receive all values, but the trigger fires up just for the first value that was sent. I tried {ITEM.VALUE2} , but it didn't work.

    I think that's because the loop process faster than zabbix fires the trigger. Is there anyway to fix this?


    Regards,

    Fabio Corsino
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If you want fire by every send value, you will check on "Multiple PROBLEM events generation" at trigger.

    It might be better to increase the StartTrappers of setting of Zabbix server.
    Please check the busy rate of each process for Zabbix server.

    Comment

    Working...