I’m new in bigfix , I would to like to combine analysis to monitor cpu usage , once the client pc cpu unsaved reached 80% trigger a task to email out a list of processing with percentages of cpu usage.
Is there a way to do ?
I’m new in bigfix , I would to like to combine analysis to monitor cpu usage , once the client pc cpu unsaved reached 80% trigger a task to email out a list of processing with percentages of cpu usage.
Is there a way to do ?
you probably want a policy action - see here: http://www-01.ibm.com/support/docview.wss?uid=swg21505995
Thanks kevin, I managed to get it work with your method.
But I have an issue, currently i’m using "(maximum of (string values of selects “LoadPercentage from Win32_Processor” of wmi as integer) as integer) > 80 " to get CPU usage more then 80 percent and trigger the script to email out the result.
However the result look like is counting CPU idle , how to exclude cpu idle ?