Fix/update t/pt-agent/run_agent.t.

This commit is contained in:
Daniel Nichter
2013-03-19 14:56:53 -06:00
parent 70c28272a7
commit 9afa462cc2
3 changed files with 10 additions and 9 deletions

View File

@@ -4,13 +4,14 @@
},
"name" : "query-monitor",
"run_schedule" : "1 * * * *",
"runs" : [
"spool_schedule" : "2 * * * *",
"tasks" : [
{
"name" : "query-history",
"number" : "0",
"options" : "--output json",
"output" : "spool",
"program" : "pt-query-digest"
}
],
"spool_schedule" : "2 * * * *"
]
}