Is it possible to transfer multiple items in one go?
What I'd like to do is create a mysql template that monitors and graphs a lot of values but measuring each value individually is extremely inefficient. If I wanted to measure 30 items then I'd have to log into mysql 30 times getting one item each time.
What I'd rather like to do is grab all values in one go and then provide Zabbix with an array of keys and their values. Zabbix can then treat these as individual values.
Is this possible?
What I'd like to do is create a mysql template that monitors and graphs a lot of values but measuring each value individually is extremely inefficient. If I wanted to measure 30 items then I'd have to log into mysql 30 times getting one item each time.
What I'd rather like to do is grab all values in one go and then provide Zabbix with an array of keys and their values. Zabbix can then treat these as individual values.
Is this possible?
Comment