Ad Widget

Collapse

low level discovery of webchecks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alex1602
    Junior Member
    • Jun 2014
    • 4

    #1

    low level discovery of webchecks

    Dear fellow zabbix users,

    I was wondering if there is a way to create web scenario through low level discovery rules.

    Imagine a DMZ web-server which has some domains configured. In this case those domains are a kind of aliases for one of the domains therefore all requests will end up in the same back-end server.

    It would be wonderful if it was possible to discover those domains and use them to create new scenarios, to monitor if the domains are still working.

    I am sorry for my terrible English.

    Yours sincerely,

    Alex
  • coreychristian
    Senior Member
    Zabbix Certified Specialist
    • Jun 2012
    • 159

    #2
    To my knowledge web scenario's can't not be created through LLD, not sure if this was just an omission when they moved web scenario creation to the host or if there were other limitations.

    I am hoping it will be available in 2.4, but I haven't read anything on it.

    I put a post in the suggestion forum a while back requesting it, another couldn't hurt though

    Comment

    • alex1602
      Junior Member
      • Jun 2014
      • 4

      #3
      Well that is to bad i was so hoping for that it. I think I need to create a script which calls the api of zabbix to create them.

      Comment

      • tachikoma
        Junior Member
        • Nov 2013
        • 10

        #4
        Hey guys

        I don't known how many years we should wait before zabbix team will add support of web scenarios to low level discovery. So..

        I implemented vhost low level discovery for nginx\apache + web scenarios support via zabbix api. Tools have been written on Rust.

        1) Tool for vhosts low level discovery
        Nginx/Apache Vhosts discovery for Zabbix. Contribute to lebe-dev/vhost-discovery-tool development by creating an account on GitHub.


        2) Tool which creates web scenarios + triggers


        About safety: tool uses get and create api methods.

        Feedback is very appreciated.

        Comment

        Working...