Ad Widget

Collapse

Web Check http PUT method?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mercatus_TECH
    Junior Member
    • Jan 2013
    • 1

    #1

    Web Check http PUT method?

    I've been searching the forums trying to understand if we can change the web check http method from POST to PUT for certain types of web check scenarios. We are attempting to monitor/re-create our end user's experience from the web checks. Unfortunately so far I do not see any way to change this method away from POST. Would it be possible at some point to add a drop down selection box for the http Method used for each check. Thus we could mix and match as our sites have been coded. Any info is appreciated.
  • mvalsasna
    Junior Member
    • Dec 2023
    • 1

    #2
    Hi
    same issue here, I need to simulate an HTTP PUT request, but I find no way to configure a web monitoring step to create it. any hints? is it supported?

    Comment

    • skeletor
      Junior Member
      • May 2016
      • 12

      #3
      I think, zabbix will not designed as PUT tool. It's a monitoring system and the main action - notify. You can write an API on destination host to make changes on it.

      Comment

      • cyber
        Senior Member
        Zabbix Certified SpecialistZabbix Certified Professional
        • Dec 2006
        • 4807

        #4
        script items https://www.zabbix.com/documentation...emtypes/script and httpRequest object https://www.zabbix.com/documentation...script_objects

        Comment

        Working...