Ad Widget

Collapse

[Zabbix 3.0] Discovered items as parameter in another discovery rule

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lafdez
    Junior Member
    • Jun 2016
    • 7

    #1

    [Zabbix 3.0] Discovered items as parameter in another discovery rule

    Hi!

    I have been reading the documentation and I did not see what I am looking for so it could be something it can not be done.

    What I want to do is to use the discovered items from one discovery rule as parameter in another discovery rule.

    I have a discovery rule that finds the Oracle instances running in a machine. Now I would like to use those instances in another discovery rule to find all the tablespaces in that instance. Is it possible to do it that way or do I need to use a different approach?

    Thanks in advance,
  • glebs.ivanovskis
    Senior Member
    • Jul 2015
    • 237

    #2
    Maybe you can harness host prototypes for your task?

    So, instances will be discovered as host prototypes and I believe you can link a template containing discovery rule to find tablespaces. Not tested it though.

    Comment

    • lafdez
      Junior Member
      • Jun 2016
      • 7

      #3
      Thank you for your answer. I forgot to post that I came with a different approach.

      I wrote a script that returns the space information for every tablespace in every instance in the Oracle server with a "label" made after the instance and tablespace names.

      Comment

      Working...