Ad Widget

Collapse

Ask for HTTP API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smithloo
    Junior Member
    • Apr 2024
    • 5

    #1

    Ask for HTTP API

    I would like monitoring an API endpoint,
    I would like to set up an alert if the duration time is larger than 20, or there is any exception, or status is not "OK". Unfortunately, I have no idea how to do that in Zabbix.
    I couldn't work it out,
    I hope someone can help me
  • Brambo
    Senior Member
    • Jul 2023
    • 245

    #2
    Create an Item, type http agent.
    Point it to the API address and do something with the data output.
    Later make a Trigger, select your item and result > 20

    Comment

    • smithloo
      Junior Member
      • Apr 2024
      • 5

      #3
      thanks brambo

      Comment

      Working...