Posted on Leave a comment

Zabbix SIP monitoring

If you want to monitor a SIP server using our monitoring, you can use the template Template App SIP.

A SIP OPTIONS method is sent over UDP, and the check waits for 5 seconds on a SIP response.  Currently only UDP is supported.

Two macros can be used to customize some behavior:

  • {$SIP_CONTACT}: SIP contact to be used in OPTIONS request. By default sip:user@host is used, which works on SIP servers that don’t check the contact.
  • {$SIP_UDP_PORT}: UDP port to be used.  By default: 5060

The template (with the external scripts) is open source, and available on Github.