I have an item prototype (MySQL connections) on a custom made template. It returns values for multiple MySQL instances on the same server using LLD.
On the latest data tab, the values for these instances is just a count and increments each time new connections are made. It never drops or fluctuates, which is what i would expect.
How would i go about calculating a "real time" value? Do i do it with item pre-processing?
On the latest data tab, the values for these instances is just a count and increments each time new connections are made. It never drops or fluctuates, which is what i would expect.
How would i go about calculating a "real time" value? Do i do it with item pre-processing?
Comment