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.

25 lines
875 B

{
"__class__": "rapid_diag.task.Task",
"collectors": [
{
"__class__": "rapid_diag.collector.trigger.periodic.Periodic",
"collectors": [
{
"__class__": "rapid_diag.collector.netstat.NetStat"
}
],
"sampleCount": 600,
"interval": 1.0
},
{
"__class__": "rapid_diag.collector.diag.Diag"
}
],
"name": "Network connections",
"collector_tool_names": "netstat, splunkdiag",
"description": "For investigating issues related to network connection failures and load. The collector monitors and logs network connections on the host it is running on. No network traffic is collected.",
"host": "",
"task_id": "netstats-main",
"symptoms" : [ "slow-search", "high-cpu", "replication-issues", "networking" ]
}