Ad Widget

Collapse

Monitor API Endpoints

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jjerpseth
    Junior Member
    • Oct 2016
    • 3

    #1

    Monitor API Endpoints

    I am fairly new to Zabbix and need help to set up monitoring of our API endpoints. All I cna seem to find is documentation on how to use the Zabbix API but I need to monitor the APIs we set up for our clients to make certain they are alive and count how many times they are being called.

    Thanks
  • ovas
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Apr 2017
    • 138

    #2
    Hello jjerpseth!

    From your post it is not entirely clear, whether you want to monitor:
    1) Zabbix API instance availability and call count?
    2) Third-party API instance availability and call count?

    Comment

    • WillemR
      Member
      • Oct 2015
      • 30

      #3
      Originally posted by jjerpseth
      I am fairly new to Zabbix and need help to set up monitoring of our API endpoints. All I cna seem to find is documentation on how to use the Zabbix API but I need to monitor the APIs we set up for our clients to make certain they are alive and count how many times they are being called.

      Thanks
      i'll think you'll want to use "net.tcp.listen[port]" on the zabbix host. or you can let the zabbix server/proxy do the check with net.tcp.port[<ip>,port]

      (taken from https://www.zabbix.com/documentation...s/zabbix_agent)

      Comment

      Working...