Hi everyone
I think I over engineered something to such an extend that I can not get something done.
I would like to monitor the performance of our storage using iostat. I got that part working using the sample to discover Linux partitions and have the following output.
{
"data":[
{
"{#Device}":"sda”,
"{#DevTPS }":"1.2”,
"{#DevRPS}":"10.3”,
"{#DevWPS}":"0.02” }]}
So now I am stuck not being able to use the io data, which I am getting in zabbix?
For testing purposes I have created a normal text item and the data is coming through. Please help me see the light
I think I over engineered something to such an extend that I can not get something done.
I would like to monitor the performance of our storage using iostat. I got that part working using the sample to discover Linux partitions and have the following output.
{
"data":[
{
"{#Device}":"sda”,
"{#DevTPS }":"1.2”,
"{#DevRPS}":"10.3”,
"{#DevWPS}":"0.02” }]}
So now I am stuck not being able to use the io data, which I am getting in zabbix?
For testing purposes I have created a normal text item and the data is coming through. Please help me see the light
Comment