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.

28 lines
1.1 KiB

{
"__class__": "rapid_diag.task.Task",
"collectors": [
{
"collection_time": 600,
"__class__": "rapid_diag.collector.system_call_trace.SystemCallTrace",
"process": {
"__class__": "rapid_diag.process_abstraction.Process",
"ppid": 0,
"args": "splunkd",
"pid": 0,
"process_type": "splunkd server",
"name": "splunkd"
},
"action_needed": "Please ensure that the correct target process has been specified (default is the main Splunk process)"
},
{
"__class__": "rapid_diag.collector.diag.Diag"
}
],
"name": "System call activity",
"collector_tool_names": "splunkdiag, strace",
"description": "For investigating unexpected interactions or performance issues between a process and the operating system. The collector monitors a process and logs the system call activity on the host it is running on. The template requires a target process type or process ID.",
"host": "",
"task_id": "strace-main",
"symptoms" : [ "storage-issues" ]
}