Ad Widget

Collapse

Zabbix server receiving webhooks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gjmeinen
    Junior Member
    • Mar 2008
    • 5

    #1

    Zabbix server receiving webhooks

    We are monitoring mainly network devices, that lately more and more these are configured from a cloud platform.
    For a lot of this devices we don't have a local proxy or server, and cannot receive information as we normal do by SNMP

    Configuration is possible with an API and there is a possibility to send info by webhooks (from the cloud platform)

    I see this mechanism as a sort of SNMP (request info from server) and SNMP-Trap (send by device) <<-->> API call (from server) and Webhook (from Mgmt platform)

    There are a lot of examples about sending webhooks.
    I'm looking for a way to receive external webhook's and import this info like a SNMP trap in Zabbix.
    Does anybody has this working?

    TIA,

    Gert-Jan
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Zabbix server itself does not have the ability to accept webhook calls. Consider using the zabbix_sender command or the Zabbix sender protocol to send item values from an external server or device to the Zabbix server.

    Comment

    Working...