You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
682 B
26 lines
682 B
{
|
|
"__class__": "rapid_diag.task.Task",
|
|
"collectors": [
|
|
{
|
|
"__class__": "rapid_diag.collector.trigger.periodic.Periodic",
|
|
"collectors": [
|
|
{
|
|
"__class__": "rapid_diag.collector.ps.PS"
|
|
}
|
|
],
|
|
"sampleCount": 60,
|
|
"interval": 1.0
|
|
},
|
|
{
|
|
"__class__": "rapid_diag.collector.diag.Diag"
|
|
}
|
|
],
|
|
"name": "Workload management issues",
|
|
"collector_tool_names": "ps, splunkdiag",
|
|
"description": "For investigating issues with workload management.",
|
|
"host": "",
|
|
"task_id": "wlm-issues",
|
|
"features" : [ "wlm_system_check", "wlm_configuration_check" ],
|
|
"symptoms" : [ "search-queued", "search-terminated" ]
|
|
}
|