Skip to main content
The SC Metrics Agent is a lightweight, open-source utility that collects system-level metrics from your computes and forwards them to Strettch Cloud. It enables monitoring features including usage graphs, resource tracking, and performance analytics. Supported Systems: Ubuntu 20.04+, Debian 8+ View the source code on GitHub

Automatic Installation

The SC Metrics Agent installs automatically when you create a new compute instance. No action needed—just wait a few minutes after creation, then view your metrics from the dashboard’s Graphs tab.

Manual Installation

Need to install the agent on an existing instance? Here’s how: Run this single command to install the agent:
The script will automatically detect your OS, set up repositories, and install the agent:

Review Before Installing

Prefer to inspect the script first? Download and review it:

Verify Installation

Check that the agent is running:
You should see Active: active (running):
View your metrics from the dashboard’s Graphs tab within a few minutes. To check the installed agent version:

Managing the Agent

Basic Commands

Auto-Start on Boot

Viewing Logs

Updates

The agent updates automatically. You can also trigger updates manually:

Uninstalling

To completely remove the agent:
The uninstall process will stop all services and remove the agent:
Note: After uninstalling, metrics collection and usage graphs will be unavailable.

Troubleshooting

Metrics Not Showing?

  1. Verify the agent is running:
  2. Check recent logs:
  3. Restart the service:
  4. Wait a few minutes for metrics to appear in the dashboard

Need Help?

Contact support at cloud@strettch.com with:
  • Output from systemctl status sc-metrics-agent
  • Recent logs: journalctl -u sc-metrics-agent -n 100
  • Your compute instance ID
  • Description of the issue

Security

The agent uses encrypted communication to securely transmit metrics data to Strettch Cloud. It runs with minimal privileges and updates automatically for security patches.