Closed kylebrandt closed 10 years ago
I'm not sure what you're talking about. Does the first expression not work or parse?
On Thu, Apr 24, 2014 at 9:47 AM, Kyle Brandt notifications@github.comwrote:
sum(q("sum:rate{counter,,1}:linux.proc.cpu{host=ny-git01,name=scollector}", "2d", "") > .2)
Needs to be:
sum((q("sum:rate{counter,,1}:linux.proc.cpu{host=ny-git01,name=scollector}", "2d", "") > .2))
— Reply to this email directly or view it on GitHubhttps://github.com/StackExchange/tsaf/issues/64 .
Correct:
sum(q("sum:rate{counter,,1}:linux.proc.cpu{host=ny-git01,name=scollector}", "2d", "") > .2)
Needs to be:
sum((q("sum:rate{counter,,1}:linux.proc.cpu{host=ny-git01,name=scollector}", "2d", "") > .2))