Ad Widget

Collapse

Web Scenario: Getting a cookie into a variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luizzmizz
    Junior Member
    • Nov 2010
    • 14

    #16
    Hi, richv!


    It returns something like:

    WebInject OK - All tests passed successfully in 4.273 seconds|time=4.273;0;0;0;0 case1=4.049;0;0;0;0 case2=0.021;0;0;0;0 case3=0.03;0;0;0;0 case4=0.06;0;0;0;0 case5=0.046;0;0;0;0

    time= i'ts the global time
    and case<n> is timing for each url

    is it possible to use this output and to get zabbix to plot it???


    Thanks!

    Comment

    • richlv
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Oct 2005
      • 3112

      #17
      if it's returning multiple values in one go, i'd probably parse them & send to zabbix with zabbix_sender
      Zabbix 3.0 Network Monitoring book

      Comment

      • luizzmizz
        Junior Member
        • Nov 2010
        • 14

        #18
        sorry if i'm a newbie in zabbix, but... could you show me any link doing something similar??? I've been looking into the manual and i can't find something like that :S


        The stuff we would like to set up is, use webinject as a script. It's output will be like a web scenario, with its plots and stuff like that. We could store the the output data from the script exactly like the zabbix web scenario. We need to store for each poll the availability, success into searching patterns, and timing for each url, in order to be able to plot it anytime.


        Please...


        Thanks!

        Comment

        • richlv
          Senior Member
          Zabbix Certified Trainer
          Zabbix Certified SpecialistZabbix Certified Professional
          • Oct 2005
          • 3112

          #19
          storing in the zabbix web monitoring items - that might be complicated. easier would be to push the data in normal items and create graphs from them
          Zabbix 3.0 Network Monitoring book

          Comment

          • luizzmizz
            Junior Member
            • Nov 2010
            • 14

            #20
            Thanks, richlv!

            Comment

            Working...