Hello Experts, we need an alert to trigger when the SystemLoadAverage reaches to 1.4
file example:
TimeStamp = 3/13/19 2:59 PM ; NextDelay = 30
Memory
HeapMemoryUsage = {used = 1024223920}{max = 3178758144} ; NonHeapMemoryUsage = {init = 2555904}{committed = 195952640} ;
Threading
PeakThreadCount = 266 ; ThreadCount = 237 ;
OperatingSystem
SystemLoadAverage = 0.1 ;
we have this regex match expression SystemLoadAverage\s+=\s+([\d.]) but I am not sure on how to create a variable for this. can someone please help me with this? thanks