Ad Widget

Collapse

Trigger for text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sa22
    Member
    • Apr 2009
    • 30

    #1

    Trigger for text

    For example, this check:
    web.page.regexp[192.168.0.1,index.php,80,OK,2]
    returns string "OK"
    How I should define a trigger for this check?
    Last edited by sa22; 02-07-2010, 11:06.
  • sa22
    Member
    • Apr 2009
    • 30

    #2
    Ok, I'v found that trigger
    web.page.regexp[192.168.0.1,index.php,80,OK,2].regexp(OK)
    works fine
    but how I can graph this data?
    Last edited by sa22; 02-07-2010, 11:06.

    Comment

    • ruswold
      Senior Member
      • Mar 2010
      • 210

      #3
      Originally posted by sa22
      Ok, I'v found that trigger
      web.page.regexp[192.168.0.1,index.php,80,OK,2].regexp(OK)
      works fine
      but how I can graph this data?
      It's text data.
      For graph use web monitoring http://www.zabbix.com/documentation/...web_monitoring, or web.page.perf[192.168.0.1,index.php,80]

      Comment

      Working...