Looks like this is the format for performance data in nagios/icinga
'label'=value[UOM];[warn];[crit];[min];[max]
Is it possible to add more than one value for single label as shown below?
eg:
'label'=value1[UOM],value2[UOM],value3[UOM];[warn];[crit];[min];[max]
Or is it possible to rename warn, crit, min, max to value2,value3...???
I would like to get one more column with Value2
Any help is appreciated. Thank you!
This Image is output of performance data from icinga
I would like to get one more column with Value2
In theory, it is possible as you can see on figure below where
10,11,12arevalue1,value2andvalue3:But main problem here will be graphs and all visualization because they count on define structure of performance data. Data won't be displayed correctly.