Ad Widget

Collapse

Websites monitoring - Sessions, navigation, recording and parametrization

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ViF
    Junior Member
    • Mar 2011
    • 2

    #1

    Websites monitoring - Sessions, navigation, recording and parametrization

    Hi all,

    I'm trying to find a way to use the Zabbix Web Monitoring to control a complex web navigation.

    Is there a way replay (or to record) the complete set of http requests that simulates a complex navigation and replay all the steps mantaining the same session ID?

    Or, for example, a way to save some parameters (as session ID) and pass them trough the Http post/get of a single navigation?

    Last question: is there a tool that make possible to record the steps of a web navigation, to generate a script that makes zabbis able to simulate and replay navigation (as HP Vugen do, for example)?

    Thanks a lot!
  • marcel
    Senior Member
    Zabbix Certified Specialist
    • Oct 2010
    • 112

    #2
    Use Selenium (search for Selenium IDE), run it separately and then use zabbix_sender to inform Zabbix server of the result
    Zabbix Certified Specialist for Large Environments since 12/2010

    Comment

    • da_oli
      Member
      • Oct 2010
      • 34

      #3
      Hi Marcel,

      i'm really interessted in the selenium solution.
      Do you have a smal howto or best pratices?

      greets

      Oliver

      Comment

      • marcel
        Senior Member
        Zabbix Certified Specialist
        • Oct 2010
        • 112

        #4
        Selenium IDE in Firefox -> testcase.php
        edit testcase.php for status outpud -> 0 for OK, 1 for FAIL
        crontab -> shell wrapper -> run php testcase.php -> run zabbix_sender with output information

        I am seriously busy these days, maybe sometimes I will create a more detailed howto

        marcel
        Zabbix Certified Specialist for Large Environments since 12/2010

        Comment

        • ViF
          Junior Member
          • Mar 2011
          • 2

          #5
          Interesting!

          Absolutely interesting....if you could provide us some other detailed info, it would be appreciated!
          I'm considering the TWILL solution too....

          Comment

          • bhagwati
            Junior Member
            • May 2014
            • 7

            #6
            Intergrate Selenium with Zabbix

            Hello ,

            I want to monitor web checks in Zabbix like number of users logged in ,uploaded document can be edited etc
            I got an idea of selenium after long search .. Can anyone provide me the way to integrate selenium into zabbix
            As am new to Selenium

            Comment

            Working...