Ad Widget

Collapse

debugging media webhooks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Damien_Dye
    Junior Member
    • Apr 2021
    • 10

    #1

    debugging media webhooks

    Hi All
    I have an issue with a webhook am trying to debug

    I get this as a result
    Sending failed: Request failed with HTTP status code 405. Check debug log for more information


    I raised the debug level like so
    zabbix_server -R log_level_increase=alerter,4
    Runtime control command was forwarded successfully

    but am still only getting below in the logs
    2156346:20220510:162510.528 [ ManageEngine Webhook ] ERROR: Request failed with HTTP status code 405. Check debug log for more information.

    what needed to get the webhook information into the logs ?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If the HTTP response code is 405, it means that the specified method is incorrect. What version of Zabbix are you using? If you are using the media provided by Zabbix, which media are you using? If you created it yourself, check the settings such as the URL to call and the method to use.

    Comment

    • Damien_Dye
      Junior Member
      • Apr 2021
      • 10

      #3
      am using the ManageEngine Webhook suppluied in zabbix 6.
      and configured as per ManageEngine monitoring and integration with Zabbix

      Comment

      Working...