System Tools Configuration
Tools provide capabilities for skills to interact with external systems. Configure SSH access, API integrations, and custom tools.
Available Tool Types
SSH Tool
Execute commands on remote servers via SSH. Supports password and key-based authentication.
Zabbix Tool
Query Zabbix API for hosts, items, triggers, and historical data.
VictoriaMetrics Tool
Query VictoriaMetrics for time-series metrics using PromQL and MetricsQL.
Grafana Tool
Search dashboards, inspect panels, query Prometheus or Loki data sources, and read alert rules.
PagerDuty Tool
Investigate incidents, services, on-call state, notes, and Event Orchestration data from PagerDuty.
Kubernetes Tool
Inspect namespaces, pods, logs, events, deployments, nodes, and node details through the gateway.
PostgreSQL Tool
Run read-only SQL diagnostics, inspect tables, indexes, locks, active queries, and database stats.
ClickHouse Tool
Query ClickHouse, inspect databases and tables, review query logs, running queries, merges, and parts.
NetBox Tool
Look up devices, interfaces, IP addresses, prefixes, circuits, virtual machines, and custom NetBox API paths.
Catchpoint Tool
Read Catchpoint alerts, tests, performance metrics, errors, monitoring nodes, and Internet Weather data.
Jira Tool
Search issues, read comments and transitions, inspect projects and users, add comments, and create or transition issues.
Incidents Tool
Use the credentialless gateway namespace for listing and reading prior Akmatori incidents during investigations.
Creating a Tool Instance
Navigate to Tools
Go to the Tools page in the Akmatori dashboard.
Select Tool Type
Choose the type of tool you want to create, such as SSH, Zabbix, Grafana, Kubernetes, Jira, or a declarative HTTP connector.
Configure Settings
Enter the required configuration (credentials, endpoints, options).
{
"name": "ssh-production",
"type": "ssh",
"config": {
"hosts": ["10.0.1.10", "10.0.1.11"],
"username": "deploy",
"auth_method": "key",
"timeout": 30
}
}Assign to Skills
Link the tool to skills that need access to it.