Overview
Monitoring agents run on every managed node and are responsible for collecting host-level metrics, forwarding logs, and reporting health status to the XIMP platform. Agents are deployed automatically when a node is registered in XDeploy, or manually for nodes outside XDeploy management.Prerequisites
- Administrator credentials with the
adminrole - Access to XDeploy (
https://connect.<your-domain>) for node management - SSH access to target nodes for manual agent installation
Deploy via XDeploy
Register the node
Navigate to XDeploy → Infrastructure → Nodes → Add Node. Provide the node
IP, hostname, and role. XDeploy installs and configures the XIMP agent as part
of the node onboarding process.
Verify agent registration
Navigate to Monitoring → Administration → Agents. The new node appears
with status Active within 2–3 minutes of registration.
Check agent status via CLI
Agent shows
ACTIVE and last-seen timestamp is within the scrape interval.Manual Agent Installation
For nodes not managed by XDeploy, install and configure the agent manually.Retrieve an agent token
Generate an agent authentication token from the XIMP portal:Store the token securely — it cannot be retrieved after the command completes.
Create agent token
Managing Agent Tokens
- Token Operations
- Token Rotation
List all agent tokens
Create a new token
Revoke a token (e.g., for decommissioned nodes)
Troubleshooting Agents
| Symptom | Diagnostic | Resolution |
|---|---|---|
Agent shows offline | systemctl status ximp-agent | Restart service; check token validity |
| Agent not in list | ximp agent list --status all | Verify token; re-register node |
| High scrape latency | ximp agent stats --node <HOST> | Reduce scrape targets; scale up node resources |
| Authentication errors | Check /var/log/ximp/agent.log | Rotate token; verify endpoint URL |
Next Steps
Metric Endpoints
Add custom application scrape targets to agents
Log Collection
Configure which log files are forwarded by each agent
Security
Agent token management and dashboard access control
Troubleshooting
Diagnose agent connectivity and metric collection issues