Hi. So I need three variables to calculate the disk usage on a particular brand of devices.
1) storage unit size (useless information on its own)
2) amount of storage units per disk volume (useless information on its own)
3) utilized number of units per disk volume (useless information on its own)
I have a snmp-walk item to get all these values. I then need to create one item for each of the above things, to grab them out of the walk as dependent items. That's 30 items.
Then, for each group of the above I create a 4:th and a 5:th item. These are calcluated item of the size of each disk and the amount used. All the above is pretty useless information on their own.
So I now have 50 items just to get the size and free diskspace of 10 volumes.
Is there a better way to do this, or is this simply flaws of the zabbix design?
1) storage unit size (useless information on its own)
2) amount of storage units per disk volume (useless information on its own)
3) utilized number of units per disk volume (useless information on its own)
I have a snmp-walk item to get all these values. I then need to create one item for each of the above things, to grab them out of the walk as dependent items. That's 30 items.
Then, for each group of the above I create a 4:th and a 5:th item. These are calcluated item of the size of each disk and the amount used. All the above is pretty useless information on their own.
So I now have 50 items just to get the size and free diskspace of 10 volumes.
Is there a better way to do this, or is this simply flaws of the zabbix design?
Comment