Ad Widget

Collapse

API endpoint HTTP agent with auto discovery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pstefano
    Junior Member
    • Nov 2022
    • 1

    #1

    API endpoint HTTP agent with auto discovery

    Hello
    I want to monitor tableau endpoint https://help.tableau.com/current/ser...status_xml.htm and create triggers when status goes to error
    I try to find ready templates but all of them are outdated.
    I am trying to figure how to create autodiscovery items with triggers from described xml.
    nodes from /systeminfo/machines are not fixed therefore every single node should be as one item. Fox example I can have several backgrounder items depending on the configuration
    <backgrounder worker="tableau:8709" status="Busy"/>
    <backgrounder worker="tableau:8490" status="Busy"/>
    <backgrounder worker="tableau:8612" status="Busy"/>
    <backgrounder worker="tableau:8398" status="Active"/>
    <backgrounder worker="tableau:8002" status="Active"/>
    <backgrounder worker="tableau:8009" status="Active"/>

    What I understand I need to create master item and them one Discovery rule with dependent item and one Item prototypes. But all attempts fail, I don't get it how configure preproxessing rules (Items are not apper in Latest data). Only master item.
    Any hints or links? Maybe this approch is not valid or is some easier?

    We also thining to monitor thisthrought prometheus https://github.com/freenowtech/table...heus-exporter/
Working...