Greetings All,
We have some custom SQL queries that we need to graph. Each query returns three bits of data.
I currently have a test userParam running that is set as Text and I get this history for this as: data_1 | data_2 | data_3
Is there an easy way to be able to graph these in Zabbix?
The only way I can think of, is to take my 8 queries, break them up into 3 individual queries EACH (resulting in 24 queries), and then making custom graphs for the 8 original data sets.
This just seems like an insane amount of work, so I presumed there may be an easier way.
We have some custom SQL queries that we need to graph. Each query returns three bits of data.
I currently have a test userParam running that is set as Text and I get this history for this as: data_1 | data_2 | data_3
Is there an easy way to be able to graph these in Zabbix?
The only way I can think of, is to take my 8 queries, break them up into 3 individual queries EACH (resulting in 24 queries), and then making custom graphs for the 8 original data sets.
This just seems like an insane amount of work, so I presumed there may be an easier way.
Comment