Skip to main content

Overview

Monitoring agents run on every managed node and are responsible for collecting host-level metrics, forwarding logs, and reporting health status to the nxtRadar platform. Agents are deployed automatically when a node is registered in nxtDeploy, or manually for nodes outside nxtDeploy management.
Administrator Access Required — This operation requires the admin role. Contact your NxtSight administrator if you do not have sufficient permissions.
Prerequisites
  • Administrator credentials with the admin role
  • Access to nxtDeploy (the NxtSight Dashboard) for node management
  • SSH access to target nodes for manual agent installation

Deploy via nxtDeploy

Register the node

Navigate to nxtDeploy → Infrastructure → Nodes → Add Node. Provide the node IP, hostname, and role. nxtDeploy installs and configures the nxtRadar agent as part of the node onboarding process.

Verify agent registration

Navigate to Monitor Center > Monitoring (Agents, admin view). 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.

Configure custom scrape targets

If the node runs application-specific metric endpoints (e.g., a database exporter), add them as additional scrape targets:Navigate to Monitor Center > Monitoring (Add Scrape Target, admin view) and provide the endpoint URL and scrape interval.
Metric endpoints must be accessible from the nxtRadar collector nodes. Ensure security group rules permit inbound connections on the target port from the collector IP range.

Manual Agent Installation

For nodes not managed by nxtDeploy, install and configure the agent manually.

Install the agent package

Install nxtRadar agent

Retrieve an agent token

Generate an agent authentication token from the nxtRadar portal:
Create agent token
Store the token securely — it cannot be retrieved after the command completes.

Configure the agent

Edit /etc/nxtradar/agent.yaml:
/etc/nxtradar/agent.yaml

Start and enable the agent

Enable and start nxtRadar agent
Verify agent is running
Agent service is active (running) and registers with nxtRadar within 30 seconds.

Managing Agent Tokens

List all agent tokens
Create a new token
Revoke a token (e.g., for decommissioned nodes)

Troubleshooting Agents


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