Overview
XIMP dashboards provide real-time and historical views of your environment across infrastructure, application, and network layers. Built-in dashboards cover the most common monitoring needs; custom dashboards let you build focused views for specific teams or services.Prerequisites
- An active Xloud account with project access
- XIMP accessible from your Dashboard account (Admin → Monitoring)
Built-In Dashboards
- Dashboard
- CLI
Access the monitoring portal
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Admin → Monitoring to open the XIMP portal.Select a dashboard
The Home view displays the default infrastructure overview dashboard. Use
the left panel to switch between:
| Dashboard | Shows |
|---|---|
| Infrastructure Overview | CPU, memory, disk, and network utilization per node |
| Compute Instances | Per-VM metrics — vCPU usage, memory pressure, disk I/O |
| Network | Interface throughput, packet loss, connection counts |
| Storage | IOPS, throughput, latency, and capacity utilization by pool |
| Applications | Service-level latency, error rate, and throughput |
| Security Events | IDS alerts, failed auth attempts, anomaly detections |
Creating Custom Dashboards
Create a new dashboard
Navigate to Monitoring → Dashboards and click New Dashboard. Enter a
name and optional description.
Add panels
Click Add Panel and select a visualization type:
| Type | Best For |
|---|---|
| Time Series | CPU, memory, network metrics over time |
| Gauge | Current utilization percentage |
| Bar Chart | Comparing metrics across multiple hosts |
| Table | Tabular metric data with sorting and filtering |
| Stat | Single prominent value (e.g., uptime, total alerts) |
| Heatmap | Distribution of values over time |
| Logs | Embedded log panel for dashboard-level log visibility |
Configure the metric query
Define the data source and query for the panel. XIMP supports the native
metric query language for filtering by host, service, tag, or time range.Example query for CPU utilization:
Queries are not executed against external systems — all data flows through
XIMP’s internal collection pipeline. No external API keys are required.
Dashboard Best Practices
Group by context
Create separate dashboards for different audiences: an operations NOC dashboard
with health-at-a-glance panels, and a detailed engineering dashboard with deep
per-component metrics.
Use template variables
Add template variables (dropdown filters) to dashboards so a single dashboard
covers all hosts or services. Use
$host or $service as query variables.Set alert thresholds visually
Add threshold lines to time-series panels to make alert levels visually obvious.
This helps operators recognize whether current values are within or outside
acceptable ranges at a glance.
Link to related dashboards
Add panel links that navigate to more detailed dashboards when an anomaly is
spotted. Click a high-CPU panel → open the detailed compute node dashboard.
Next Steps
Metrics & Alerts
Create alert rules that fire when dashboard metrics breach thresholds
Log Analytics
Add log panels to dashboards for correlated event visibility
Network Monitoring
Explore network traffic panels and flow-based visualizations
Troubleshooting
Diagnose missing metrics and dashboard data issues