Ad Widget

Collapse

Action: Re-Check Item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheCookieMonster
    Member
    • Jul 2017
    • 48

    #1

    Action: Re-Check Item

    I have an Item using Agent (Passive), which when it receives a certain value, a trigger goes off.
    This trigger has a corresponding action which runs a script on the Zabbix Server.

    What I would like to automate, is once the script has been ran, I want Zabbix Server to imminently re-check this item, rather than waiting for its next scheduled time.

    How can I do this?
  • brunohl
    Senior Member
    Zabbix Certified Specialist
    • Mar 2019
    • 215

    #2
    Possible in Zabbix 4.0 API, with "Check Now" https://www.zabbix.com/documentation...ce/task/create

    Comment

    • TheCookieMonster
      Member
      • Jul 2017
      • 48

      #3
      Originally posted by brunohl
      Possible in Zabbix 4.0 API, with "Check Now" https://www.zabbix.com/documentation...ce/task/create
      I was looking at the API as one option to do this, but I was kinda hoping of another method.

      Comment

      Working...