Ad Widget

Collapse

Web Monitoring Trigger help Required

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vlam
    Senior Member
    Zabbix Certified Specialist
    • Jun 2009
    • 166

    #1

    Web Monitoring Trigger help Required

    Hi all

    I need some help with my Web monitoring

    I have a web server that is hosting 17 web sites that I am monitoring with the web scenario's and it works great but I need to setup triggers for when the web sites is not available.

    I would like to not setup 17 Triggers but rather to have 1 trigger that cheacks all of the scenario's for if any of them do not reply with a 200 status code.

    Is this possible and if so how do I go about setting it up.

    Thanks
    4 Zabbix Frontend Servers (Load balanced)
    2 Zabbix App Servers (HA)
    2 Zabbix Database Servers (HA)
    18 Zabbix Proxy Servers (HA)
    3897 Deployed Zabbix Agents
    6161 Values per second
    X-Layer Integration
    Jaspersoft report Servers (HA)
  • beowulf007
    Junior Member
    • May 2015
    • 17

    #2
    Hi Vlam,

    I have done exactly what you require. Try this on your web trigger

    {host:web.test.rspcode[Scenario].last()}<>200

    This will alert you whenever a web does not return http 200.

    Provided is the actual trigger i have set up on my web triggers.

    Comment

    • vlam
      Senior Member
      Zabbix Certified Specialist
      • Jun 2009
      • 166

      #3
      Thanks for the reply beowulf007

      That works great for a single site but I have 17 sites in my Scenarios all named Website 01 - Website 17

      Is there a way to do it in one trigger to look at all of them

      Like:

      {host:web.test.rspcode["Website {01 - 17}",Web Connectivity Check].last()}<>200
      4 Zabbix Frontend Servers (Load balanced)
      2 Zabbix App Servers (HA)
      2 Zabbix Database Servers (HA)
      18 Zabbix Proxy Servers (HA)
      3897 Deployed Zabbix Agents
      6161 Values per second
      X-Layer Integration
      Jaspersoft report Servers (HA)

      Comment

      Working...