mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Update pt-agent to run tasks not runs.
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
},
|
||||
"name" : "query-monitor",
|
||||
"run_schedule" : "1 * * * *",
|
||||
"runs" : [
|
||||
"spool_schedule" : "2 * * * *",
|
||||
"tasks" : [
|
||||
{
|
||||
"name" : "query-history",
|
||||
"number" : "0",
|
||||
"options" : "--report-format profile slow008.txt",
|
||||
"output" : "spool",
|
||||
"program" : "pt-query-digest"
|
||||
}
|
||||
],
|
||||
"spool_schedule" : "2 * * * *"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user