I have a data source that uses a Cacti parser. The command template executes a Python script that prints Cacti format.
Is there some way I can set a percentage threshold on this data source? Min/max threshold isn't very ideal for me because my data has alot of drastic spikes. I saw examples of using min/max thresholds with something like `here.getTotalBlocks()` that's for hardware monitoring. I am monitoring through the command template.