Oci Monitoring And Observability

🌐Community
by acedergren · vlatest · Repository

Automates Oracle Cloud Infrastructure monitoring setup, dashboards, and alerting for proactive DevOps observability.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add oci-monitoring-and-observability npx -- -y @trustedskills/oci-monitoring-and-observability
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "oci-monitoring-and-observability": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/oci-monitoring-and-observability"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides monitoring and observability capabilities for Oracle Cloud Infrastructure (OCI) resources. It allows you to query metrics, logs, and events from your OCI environment. Specifically, the agent can retrieve data related to compute instances, databases, and network configurations within your OCI tenancy.

When to use it

  • Troubleshooting performance issues in an OCI application: Identify bottlenecks by analyzing resource utilization metrics.
  • Monitoring database health: Track key database metrics like CPU usage, memory consumption, and query latency.
  • Auditing security events: Retrieve and analyze audit logs for suspicious activity within your OCI environment.
  • Capacity planning: Forecast future resource needs based on historical performance data.

Key capabilities

  • OCI Metric Retrieval
  • Log Aggregation from OCI Services
  • Event Monitoring in OCI
  • Resource Configuration Data Access

Example prompts

  • "What is the CPU utilization of my compute instance 'my-instance'?"
  • "Show me the last 10 lines of the audit log for database 'mydb'."
  • "Retrieve network configuration details for subnet 'subnet-id'."
  • “Give me a graph of memory usage on all instances in compartment ‘MyCompartment’ over the past hour.”

Tips & gotchas

  • Requires appropriate OCI permissions to access metrics, logs, and events. Ensure the agent has sufficient privileges within your tenancy.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
acedergren
Installs
1

🌐 Community

Passed automated security scans.