I was wondering if it is possible to create an item which monitors 'variable' items... Ok, I understand that this sounds weird, so I'll try to explain.
You have a system with 5 volumes/partitions/disks in it. You create 1 item 'disk usage' in the GUI, which will then go through a previously defined list (either provided by another item/function or the agent or whatever, or by a list or maybe a parameter in the item definition) and retrieves all the values for that list iteratively. Along with that you'd create 1 trigger which would be applied to all the values returned.
This way, if you get a new disk, you just add it to the list, or it gets detected automagically, or whatever... And you don't have to recreate the whole set of items and triggers again...
Is there something like this in zabbix?
You have a system with 5 volumes/partitions/disks in it. You create 1 item 'disk usage' in the GUI, which will then go through a previously defined list (either provided by another item/function or the agent or whatever, or by a list or maybe a parameter in the item definition) and retrieves all the values for that list iteratively. Along with that you'd create 1 trigger which would be applied to all the values returned.
This way, if you get a new disk, you just add it to the list, or it gets detected automagically, or whatever... And you don't have to recreate the whole set of items and triggers again...
Is there something like this in zabbix?

It would be nice if it were possible to make some sort of matrix-item though. One item that would check the same attribute on several objects... Even if you would manually have to maintain the list of objects... Ah well, I can see the technical challenges in this.
Comment