Ad Widget

Collapse

web.page.get depreciated?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rolandsym
    Member
    • Jul 2007
    • 76

    #1

    web.page.get depreciated?

    Hi,
    Is web.page.get or regex depreciated in zabbix? I'm just trying to do a web page test on whether a website is responding and when I setup a trigger I can not get it to respond to EOF. Is there a specific way to do this with a trigger or is the whole set of web.page items depreciated?
    I know there is zabbix's web monitoring feature but I can't find much documentation to point me in the right direction.
    I appreciate any help....

    RolandSym
  • rolandsym
    Member
    • Jul 2007
    • 76

    #2
    Anyone?

    Anyone have any help on this issue? You can't set a trigger for an EOF(End of File) or can I?

    Rolandsym

    Comment

    • trikke
      Senior Member
      • Aug 2007
      • 140

      #3
      Compile server with "-with-libcurl" and
      Documentation: Manual page 161????


      Greets
      Patrick

      Comment

      • rolandsym
        Member
        • Jul 2007
        • 76

        #4
        Have done that..

        I have added the lib-curl to my zabbix builds for awhile now and the web.page.get or other related due work but I can't seem to set a trigger on them. They will pull a page or other items but if it fails then it gets a result of EOF and I can't set that as a trigger value. The web gui tells me no. Really is there some other way to set a trigger for the item or am I just not getting something?

        Rolandsym

        Comment

        • Calimero
          Senior Member
          • Nov 2006
          • 481

          #5
          I have the following item:

          web.page.regexp[127.0.0.1,/test_db.php?loglevel=0&base=XXXXX,8090,Test OK,7]


          and trigger:

          {host:web.page.regexp[127.0.0.1,/test_db.php?loglevel=0&base=XXXXX,8090,Test OK,7],8090,Test OK,7]. count( #3,EOF ) }=3

          Trigger is on when the last three checks returned EOF (that is, 'Test OK' was nowhere to be found).

          Comment

          Working...