Ad Widget

Collapse

How use web.page.regexp in zabbix 1.1.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jean
    Member
    • Apr 2006
    • 85

    #1

    How use web.page.regexp in zabbix 1.1.4

    Hello all,

    I would use web.page.regexp for monitoring our web servers.

    I create this item : web.page.regexp[www.webserver.ch,index.php, 81, String,6]
    and this is the trigger : {Standalone_t:web.page.regexp[www.webserver.ch,index.php, 81, String,6].last(0)}<1

    But these entries appear in the log : The value is not stored in database.

    I make a grep in the data.sql file and I don't find any entries with web.page.regexp.

    Couid someone explain me how use this function please.

    Regards

    Jean
  • Rudolf
    Member
    • Dec 2004
    • 90

    #2
    Hi,
    Try it without spaces: web.page.regexp[www.website.ch,index.php,80,pass,4]
    And the triggers I use looks like: {host:web.page.regexp[www.website.ch,index.php,80,pass,4].str(pass)}=0
    Check also this other thread: http://www.zabbix.com/forum/showthread.php?t=4349

    Comment

    Working...